.chromestyle{width:1000px; margin:0 auto; height:46px;padding:0px;}

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

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{

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

margin:0px;

padding:0px;

}







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



.dropmenudiv{

position:absolute;

top:0px;

left:0px;

line-height:31px;

z-index:10000;

width: 95px !important;

visibility: hidden;

overflow:hidden;

margin:-1px 0 0 0;

}







.dropmenudiv a{

width: auto;

display: block;

text-decoration: none;

height:31px;

line-height:31px;

text-align:center;

color:#eee;

overflow:hidden;

width: 95px !important;

background:url(../images/bg_submenu.png) repeat-x;

border-bottom:1px solid #a98a76;

}





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

width:100%;

}



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

background:url(../images/bg_submenu_on.png) repeat-x;

}