.chromestyle{
background-image:url('');
height:28px;
font-weight: bold;
}

.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 #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #3F2731;
padding: 2px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #E2001A;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #D1CFCE;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 90px;
margin-left: -17px;
visibility: hidden;
padding: 2px;
padding-bottom: 0px;
text-align:center;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background-color: #D1CFCE;
margin-bottom:2px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #E2001A;
background-color: #D1CFCE;
}
