.chromestyle{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



.chromestyle span span{
display: inline;
}

.chromestyle span span a{
color: #FFFFFF;
padding:6px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle span span a:hover{
color: #004b6e;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px arial;
color:#3333FF;
line-height:18px;
z-index:100;
width: 130px;
background-color: #000000;
visibility: hidden;
 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #2873BE; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5da1b6;
color:#004b6e;
}
