.chromestyle{
	height: 30px;
	clear: both;
	margin: 0px;
	padding: 25px 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:40px;
	z-index:500;
	float: right;
}
.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	float: left;
	margin: 0px 5px;
	padding: 0px 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: #0F0C65;
		background: #FFFFFF url(images/bg-link-hover.jpg) repeat-x top;	
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	display:block;
	width: auto;
	height:auto;
	position:absolute!important;
	top: 100px!important;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	border-right: 1px solid #3d3a71;
	border-left: 1px solid #3d3a71;
	text-align: left;
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 20px;
	background: #FFFFFF url(images/bg-dropdow.jpg) repeat-x bottom;
	border-bottom: 1px solid #3d3a71;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding: 8px 0px;
	text-decoration: none;
	color: #0F0C65;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #F02A07;
}

