.chromestyle{

width: 99%;

left:0;

}





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

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{



width:624px;



padding: 1px 2px 4px 2px;

margin: 0px;

top:0;

vertical-align:top;

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

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color:#000000;

padding: 4px 4px 4px 4px;

margin: 0;

font-size:10px;

font-weight:100;

}



.chromestyle ul li a:hover{

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

background-color:#C5D0F4;

text-decoration:none;

}



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



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

}





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



.dropmenudiv{

position:absolute;

top: 0;

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



border-bottom-width: 0;

font:normal 11px Verdana;

line-height:18px;

z-index:100;

width: 200px;

visibility: hidden;

text-align:left;



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: 3px;

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

padding: 8px 0 5px 5px;

text-decoration: none;

background-color:#E1E0E4;



color: #000000;

}



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

width: 100%;

}



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

background-color: #949197;

color: #ffffff;

text-decoration:none;

}
