.chromestyle{
width: 100%;
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%;
text-align: center; /*set value to "left", "center", or "right"*/
padding:0;
margin:0;
height:21px;
padding-top:8px;
.padding:5px 0 3px 0;
list-style:none;
background-image:url(../images/homenav-bg.jpg);
background-repeat:repeat-x;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background-image:url(../images/menu-div.gif);
background-repeat:no-repeat;
background-position:right;
padding: 0px 12px;
margin: 0;
font-family: arial;
font-size:12px;
color:#272727;
text-transform:uppercase;
text-decoration: none;
line-height:15px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #0865B5;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-left:-1px;
top: 0;
left:0;
border-top-color:#FFFFFF;
/*border: 1px solid #0A4FD5; THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial;
font-size:11px;
font-weight:bold;
line-height:13px;
z-index:100;
background-color: #5F5F5F;
width: 240px;
color:#FFFFFF;
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: 6px;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-repeat:repeat-x;
color:#000000;
background-color:#FFFFFF;
display:block;
width:auto;
height:auto;

}
