.chromestyle{
width: 99%;
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 ul{
	float:right;
	padding: 4px 0;
	margin: 0px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font:normal 12px Arial;
	color: #636363;
	padding: 5px 20px 5px 20px;
	margin: 0;
	text-decoration: none;
  background-color: #FFF;
  border-right: 1px solid #CACACA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #039;
	background-color: #F3F3F3; /*THEME CHANGE HERE*/
}

.arrowimg {
  margin: 0px;
  padding: 0 3px 2px 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
margin: 0px;
margin-left: -1px;
padding: 0px;
border-right:solid #CACACA 1px;
border-bottom:solid #CACACA 1px;
border-left:solid #CACACA 1px;
line-height:18px;
z-index:100;
visibility: hidden;
background-color: #F3F3F3;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 5px 30px 5px 34px;
text-decoration: none;
font:normal 12px Arial;
color: #636363;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #039;
	background-color: #F0F0F0;
}
