.chromestyle{
width: 100%;
background:url(../../images/topnav_bg.jpg) repeat-x;
height:44px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
list-style:none;
margin-top:0px;
margin-left:18px;
}

.chromestyle ul li{
display: inline;
background:url(../../images/nav_divider.jpg) no-repeat top right;
padding:13px 0px;
}

.chromestyle ul li a{
font:bold 13px Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
line-height:44px;
padding:0px 31px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ccedff;
}

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

.dropmenudiv{
margin-top:13px;
position:absolute;
top: 100px;
border: 1px solid #79aed7; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
/*background-color: #f6fcff;*/
background-color: #2080c0;
color: #f0f0f0;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#A0A0A0,direction=135,strength=8);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #939ba0; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #f0f0f0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ccedff;
color: #404040;
}