.chromestyle{
width: 100%;
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{
border: 0px solid #BBB;
width: 100%;
background: url(bg_menu.bmp) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: White;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 0px solid #D20001; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:visited{
color: White;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 0px solid #D20001; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover{
color: White;
text-decoration: none;
background: url(bg_menu_over.bmp) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " --" url(down.gif);*/  /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
width: 302px;
position:absolute;
top: 0;
border: 0px solid blue; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: white;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
padding: 0px 0 0px;
}

.dropmenudiv a{
width: 300px;
display: block;
text-indent: 3px;
border: 1px solid #D20001; /*THEME CHANGE HERE*/
border-top-width: 0;
text-decoration: none;
font-weight: bold;
color: gray;
padding: 2px 0 0px;

}

.dropmenudiv a:visited{
width: 300px;
display: block;
text-indent: 3px;
border: 1px solid #D20001; /*THEME CHANGE HERE*/
border-top-width: 0;
padding: 2px 0 5px;
text-decoration: none;
font-weight: bold;
color: gray;
padding: 2px 0 0px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: 300px;
background-color: #FFECEC;
text-decoration: none;
color: gray;
padding: 2px 0 0px;

}

