.chromestyle{

font-weight: bold;
border: 0px solid;
height: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
padding-left: 110px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
border: 0px solid;
height: 20px;

}
.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
float: left;
color: #000000;
padding-top: 4px;
padding-bottom: px;
text-decoration: none;
font-size: 12px; 
font-family: Arial, sans-serif;
border: 0px solid;
border-color: #f60001;
}


.chromestyle ul li #left{
float: left;
color: #000000;
width: 40px;
}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-size: 12px; 
font-family: Arial, sans-serif;
color: #07358a;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 0px;
margin-left: 0px;

border: 1px solid #000000; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ec732c;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left; /*set value to "left", "center", or "right"*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 3px;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #000000;
border: 0px solid;
border-color: #f60001;
}
