.dropdown {
	float:left;
	padding-right:5px;
	display: block;
	position: relative;
}
.dropdown dt {
	cursor:pointer;
	margin-left: 6px;
	margin-top: 8px;
	position: relative;
	display: block;
	
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:268px;
	display:none;
	z-index:9999;
	opacity:0;
	margin-left:2px;
	margin-top:3px;
	
}
.dropdown ul {
	width:269px;
	list-style:none;
	border-top:none;
	padding-top: 5px;
	background: #000000;
}
.dropdown li {
	display: block;
}
.dropdown li a.mainsite {
background: #3b3b3b;
}
.dropdown dd a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px 5px 5px 10px;
	color:#FFF;
	text-decoration:none;
	background:#000;
	width:254px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 1px;
	
}
.dropdown dd a:hover {
	background: #FFCC00;
	color:#000
}
