.chromestyle{

width: 100%;

font-weight:normal;

}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0px; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

border: 1px solid #990000;

width: 100%;

/*background: url(../images/chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/

background-color:#990000;

padding: 6px 1px;

margin:0px;0px; 5px;0px;

text-align:left; /*set value to "left", "center", or "right"*/

font-size:1.1em;

}



.chromestyle ul li{

display:inline;

}



.chromestyle ul li a,.chromestyle ul li a:visited{

color: #fff;

padding: 2px;2px;2px;2px;

margin: 1px;1px;1px;1px;

text-decoration: none;

border: 1px solid #990000;

}



.chromestyle ul li a:hover{

/*background: url(../images/chromebg-over.gif) center center repeat-x;color:#000000; */ /*THEME CHANGE HERE*/

background-color:#990000;

color:#333;

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " V ";*/

/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/

}





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



.dropmenudiv{

position:absolute;

top: 5px;5px;5px;5px

border: 1px solid #BBB; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 12px Arial;

line-height:18px;

z-index:100;

background-color: #ececec;

color:#993333;

width: 160px;

visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}





.dropmenudiv a,.dropmenudiv a:visited{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

color: black;

/*background-image:url(../images/chromebg-over.gif);*/

background-repeat:repeat-x;

background-position:bottom center;

}



* html .dropmenudiv a,.dropmenudiv a:visited{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

/*background-image:url(../images/chromebg.gif);*/

background-repeat:repeat-x;

background-position:bottom center;

text-decoration:underline;

font-weight:normal;

}
