.chromestyle {
width: 99%;
font-weight: bold;
margin-left: 10px; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float: left;
margin: 0 3px;
}

.chromestyle ul li a {
color: #fff; /* burnt orange e99107 */
padding: 9px 7px;
width: 50px;
margin: 0;
text-decoration: none;
background: #FFF;
float: left;
background: url(../images/nav_off.png) center -5px no-repeat;
position: relative;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/nav_over.png) center -5px no-repeat; /* #d4d4d4 url(../chromemenu/chrometheme/chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
color: white;
}
.chromestyle ul li a img {
	position: absolute;
	right: 13px;
	bottom: 10px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Helvetica, Arial, sans-serif;
text-align: left;
line-height:18px;
z-index:100;
background: #d9d8d8;
width: 200px;
visibility: hidden;
margin-left:8px;
border-left: 1px solid #bfbfbf;
border-right:2px solid #bfbfbf;
border-bottom:2px solid #bfbfbf;
border-top: none;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #666666; /*white */
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #e99107;
}

a.last_item {
	border-bottom: none;
}