.chromestyle{

	clear: both;
	margin: 0px;
	padding: 0px 0px 0px;
	z-index: 90;
}
#chromemenu{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul
{	
	padding:0;
	margin:0;
	list-style-type:none;
	height:25px;
	z-index:500;
	float: left;	
}
.chromestyle ul li
{	
	display: inline;
}

.chromestyle ul li a{
	color:#6D6E71;
	text-decoration:none;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding:0 24px 0 10px;/*0 54px 0 10px;*/
}

.chromestyle ul li .last
{
	float:right;
	padding-right: 0px; 
	padding-left: 10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: Red;
	
}


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

.dropmenudiv
{
	display: block;
	width: auto;
	height: auto;
	position: absolute !important;
	top: 85px !important;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	text-align: left;
	margin: 80px 0px 0px 5px;
	padding: 0px 0px 0px;
	background-color: #B7FFDB;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding: 8px 0px;
	text-decoration: none;
	color: Black;
	font: normal 12px Verdana;
	margin-right: 10px;
	margin-left: 5px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: Red;
}
