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

.chromestyle ul li a{
	color: #366696;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0D82E;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
}
.chromestyle ul li a.last{
	border:none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color:#F0D82E;
}

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

.dropmenudiv{
	position:absolute;
	top: 0px;
	margin-top:5px;
	border: 1px solid #366696;
	font:normal 15px;
	line-height:20px;
	z-index:100;
	background-color: #FFF;
	width: 200px;
	visibility: hidden;
	margin-left: -10px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	/* text-indent: 5px; */
	border-bottom: 1px dotted #e1e1e1; /*THEME CHANGE HERE*/
	padding: 5px;
	padding-left:10px;
	color:#366696;
	text-decoration: none;
}

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

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

