.dropdown, .nomenu {
	float:left; 
}
.dropdown dt, .nomenu dt {
	cursor:pointer;
	padding-right: 24px;
	margin-top: 18px;	
}
.dropdown dt:hover, .nomenu a:hover {
	color: #FC3F45;
}
.dropdown dd {
	position:absolute; 
	right:0px;
	top:44px;
	overflow:hidden; 
	display:none; 
	z-index:200; 
	background:#000; 
}
.dropdown ul {
	list-style:none; 
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:4px; 
	color:#ccc; 
	text-decoration:none; 
	background:#000; 
}
.dropdown a:hover {
	background:#9C8F8F; 
	color:#000;
}
.dropdown .underline {
	border:1px solid #5C5C5C;
	border-top:none;
}

.dropdown .underlineTop {
	border:1px solid #5C5C5C;
}

.nomenu a {
	text-decoration: none; 
	color: #ffffff;
} 