.chromestyle{
width: 953px;
height:30px; 
float:left;
padding-top:17px;
font-size:15px;
font-family:"Times New Roman", Times, serif, "Century Gothic";
color:#ff0000;
font-weight: bold;
background-color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox Arial*/
content: "."; 
display: block;
width:100px;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0;
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;padding:0 22px 0 22px ; _padding:0 22px 0 31px;

}

.chromestyle ul li a{
color: #ff0000;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}