.menu{
	width: 1020px;
	margin:0px;
	padding:0px;
	font-family: "Century Gothic", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000	
	}
.menu ul{
    
	background:#000000;
	width: 100%;
	float: left;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#000000 bottom right no-repeat;
		color:#FFFFFF;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 18px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #808080  bottom center no-repeat;
			border:1px;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#000000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:1px;
		border-style:solid;
		border-color:black;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		 bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#808080 center left no-repeat;	
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
table, tr, td{
	background-color:transparent;
} 

body, body.bodycontent{ 
background-color:rgb(255,255,255); 
background-image:url(background3.gif); 
background-position:top center; 
background-repeat:no-repeat; 
background-attachment:scroll; 
} 
a
