.dropdown {
	float:left;
	}
.dropdown:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
.dropdown dt {
	width:114px;
	}
.dropdown dt:hover {
	background:url(images/header_over.gif);
	cursor:pointer;
	}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:114px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	}
.dropdown ul {
	width:110px;
	list-style:none;
	border-top:none;
	}
.dropdown li {
	display:inline;
	}
.dropdown li a{
	display:block;
	text-align:center;
	height:20px;
	padding-top:9px;;
	}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#CCCCCC;
	text-decoration:none;
	background-color:#323232;
	width:114px;
	}
.dropdown a:hover {
	background:#FF0000;
	color:#000;
	}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
	}