.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-family: Arial;
font-size: 15px;
width: 100%;
background-color: #555555; /*THEME CHANGE HERE*/
background-image: url(../pics/bkg_navigation.jpg);
padding: 10px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 9px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to
background-color: #540c0f; /*THEME CHANGE HERE*/
background-image: url(../pics/bkg_navigation_hover.jpg);
color: #ffffff;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #dddddd; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left center;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #dddddd; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #777777;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #540c0f;
color: #ffffff;
}
