.chromestyle{

width: 99%;

font-weight: normal;

font-family: Comic Sans MS, sans-serif;

font-size:17px;

}



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

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

border: 1px solid #BBB;

width: 100%;

padding: 4px 0;

margin: 0;

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

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color: #000000;

padding: 4px 7px;

margin: 0;

text-decoration: none;

border-right: 1px 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*/

 /*THEME CHANGE HERE*/

}



.chromestyle a{

color:#000000;

font-weight:bold;

text-decoration:none;

}



.chromestyle a:hover{

color:#000000;

text-decoration:none;

}



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



.dropmenudiv{

position:absolute;

top: 0;



border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

background:url(../graphic/mtop.png) no-repeat;

width: 200px;

visibility: hidden;

margin-top:-10px;

margin-left:10px;

padding-top:10px;

padding-bottom:10px;



}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

padding: 2px 0;

text-decoration: none;

font-weight: bold;

color:#000000;

text-align:center;

background:#FFFFFF;

}



#dropmenu1 a.blink, #dropmenu2 a.blink, #dropmenu3 a.blink, #dropmenu4 a.blink,

#dropmenu5 a.blink, #dropmenu6 a.blink, #dropmenu7 a.blink, #dropmenu8 a.blink{ color:#000000; }





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

width: 100%; 

}



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

background-color: #F0F0F0;

}
