﻿.chromestyle ul li.drop a:hover, .chromestyle ul li.drop a.selected {background: #444444; color: #fff200;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	margin-top:-2px;
	margin-left:0px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;	
	padding:0;
	visibility: hidden;
	width:215px;
}

.dropbody {
	width:175px;
	padding: 15px 20px 8px 20px;
	background: #444444;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-size:20px;
	color:#efefef;
	padding-bottom: 16px;
	font-family: 'cafetaregular';
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color:#fff200;
	text-decoration: none;
}
