.chromestyle{
width: 99%;
font-weight: 600;
text-align:right;
color: #FFFFFF;
font-size:13px;
vertical-align:bottom;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
clear: both; 
color: #FFFFFF;
font-family: Arial;
font-size:13px;
visibility: hidden;
vertical-align:bottom;
}

.chromestyle ul{
width: 100%;
color: #FFFFFF;
font-size: 13px;
text-decoration:none;
vertical-align:bottom;
padding: 0;
font-family: Arial;
vertical-align:bottom;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #FFFFFF;
font-family: Arial;
font-size:13px;
vertical-align:bottom;


}

.chromestyle ul li a{
color: #FFFFFF;
font-size:13px;
padding: 0 7px;
font-family: Arial;
vertical-align:bottom;
margin: 0;
text-decoration: none;


}

.chromestyle ul li a:hover{
text-decoration:none;
font-size:13px;
font-family: Arial;
color:#FFFFFF;
vertical-align:bottom;

}

.chromestyle ul li a[type]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:none; /*THEME CHANGE HERE*/
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #FAA013;
width: 115px;
visibility: hidden;
color: #FFFFFF;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
text-align:center;
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background-color: #FAA013;
border-top: 1px solid #000; /*THEME CHANGE HERE*/ 
border-left: 1px solid #000; /*THEME CHANGE HERE*/ 
border-right: 1px solid #000; /*THEME CHANGE HERE*/ 
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
text-align:center;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F9B243;
color: #FFFFFF;
text-decoration: none;
}
