#dropdown {
	font-family:Georgia;
	font-size:14px;
}


#dropdown-content div {
	line-height:32px;
}


#dropdown-content a, #dropdown-content a:visited {
	background-color:#35332d;
	display:block;
	width:323px;
	height:45px;
	line-height:45px;
	color:#E9E9E9;
	font-size:12px;
	font-weight:bold;
	padding-left:25px;
	border-bottom:1px solid  #999;
	text-decoration:none;
}
#dropdown-content a:hover {
	background-color:#1c1b17;
	color:#F39636;
	text-decoration:none;
}

