 
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
*/
}
/* 
.chromestyle ul li{
	display: inline;
	font-size:13px;
	text-transform: uppercase;
}

.chromestyle ul li a{
color: #CCC;
margin: 10px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color:#1E90C4;
}
*/

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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:0px;
	border: 0px solid #CCC; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:32px;
	z-index:100;
	background-image: url(../images/menu_bgr2.png);
	width: 200px;
	visibility: hidden;
	font-size: 18px;
	font-style: normal;
	font-weight: 100;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 0px dotted #e1e1e1; /*THEME CHANGE HERE*/
	padding: 5px;
	color:#FFF;
	text-decoration: none;/* background:url(images/backgrounds/category-nav-bg.gif) repeat-x; */
}

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

.dropmenudiv a:hover{
	/*THEME CHANGE HERE
background-color: #24a4a5;
color:#fff;
*/
	color:#a5ce4c;
	background-position: 0px 0px;
}

