#menu-container { 
	position:relative; 
	width:952px; 
	margin:0px auto 0px; 
	font-size:11px;
	top:-5px;
	z-index:1;
}
	
.dropdown {
	float:left; 
	padding-right:1px}
	
.dropdown dt {
	width:135px; 
	border:none;
	font-weight:bold; 
	cursor:pointer; 
	}
	
.dropdown dt a:hover, .dropdown img, img{
	border:none;
}	
	
.dropdown dt:hover {
	background:none;}
	
.dropdown dd {
	position:absolute; 
	top:51px;
	margin-left:0px;
	overflow:hidden; 
	width:208px; 
	display:none; 
	background:none;
	z-index:200; 
	}
	
.dropdown ul {
	position:relative;
	top:0px;
	width:100px; 
	border:none; 
	list-style:none; 
	border-top:none
	}
	
.dropdown li {
	display:inline
	}
	
.dropdown a /*, .dropdown a:active, .dropdown a:visited*/ {
	display:block; 
	color:#fff; 
	text-decoration:none; 
	background:none;
	width:125px;
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
	font-size:15px;  
	text-align:center;
	}
	
.dropdown ul a{
	background:#333333;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);	
	border-bottom:1px solid white;
	padding:5px;
}	

.dropdown ul a:hover{
	color:#fff; 
	background:#000;
	-moz-opacity: 1;
	opacity:1;
	filter: alpha(opacity=100);	
}	


	
.dropdown a:hover {
	background:none;
	color:#000}
	
.dropdown .underline {
	border-bottom:none;
	}
	
.mainContent{
	position:absolute;
	top:210px;
	z-index:0;
}

.index .mainContent{
	position:absolute;
	top:8px;
	z-index:0;
}	


