.chromestyle{
width: 99%;
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{
width: 100%;
padding: 20px 0 0 18px;
margin:0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
}

.chromestyle ul li a{
color: #494949;
padding:3px 8px 13px 8px;
margin: 0;
line-height:20px;
text-decoration: none;
font-weight:normal
}

.chromestyle ul li .active {
background:url(/images/menu_act_bg.gif) 0 0 repeat-x #FF8001;
float:left
}

.chromestyle ul li .active span {
background:url(/images/menu_act_rt.gif) 100% 0 no-repeat; 
display:block;
float:left;
height:31px;
}
.chromestyle ul li .active span span {
background:url(/images/menu_act_lt.gif) 0 0 no-repeat;
display:block;
float:left;
height:31px;
}
.chromestyle ul li .active a {
background:url(/images/menu_act_a.gif) 50% 18px no-repeat;
color:#fff;
display:block;
float:left;
font-weight:bold;
height:15px;
line-height:15px;
padding:3px 8px 13px 8px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma, Arial, Verdana, Helvetica;
line-height:18px;
z-index:100;
background-color: #dbdada;
width: 190px;
visibility: hidden;
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 #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}