.chromestyle{

width: 766px;

background: url(bar.PNG) center center repeat-x;

height: 20px;

margin: 0px;

padding-top: 5px;

padding-bottom: 0px;

padding-right: 0px;

padding-left: 0px;

}

.chromestyle_nowidth{

background: url(bar.PNG) center center repeat-x;

height: 20px;

margin: 0px;

padding-top: 5px;

padding-bottom: 0px;

padding-right: 0px;

padding-left: 0px;

}




.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 #FFF;

width: 100%;

padding: 0px;

margin: 0px;

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

}



.chromestyle ul li{

display: inline;

margin: 0px;

padding: 0px;

}



.chromestyle ul li a{

color: #fff;

padding-top: 15px;

padding-bottom: 5px;

padding-left: 4px;

padding-right: 10px;

margin-right: 0px;

text-align: center;

text-decoration: none;

border-right: 0px solid #DADADA;

}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

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

}



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



.dropmenudiv{

position: absolute;

top: 0px;

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

border-bottom-width: 1;

font:normal 12px Verdana;

line-height: 25px;

z-index:100;

background-color: #DDDDDD;

width: 120px;

visibility: hidden;

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

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 1px;

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

padding: 5px;

padding-left: 10px;

margin: 0px;

text-decoration: none;

font: normal 10px tahoma;

text-align: left;

font-weight: normal;

color: black;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



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

background-color: #DDDDDD;

text-decoration: underline;

}