.chromestyle{
width: 962px; height:43px; 
/*font-weight: bold;*/
border:1px solid #155056;

}

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

.chromestyle ul{
width: 964px;
list-style-type:none; margin:0px; padding:0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*display: inline;*/
float:left;
background:url(../images/nav-separator.jpg) top right no-repeat;
margin:0px; 
padding-right:2px;


}

.chromestyle ul li a{

padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0a7178; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv ul{list-style-type:none; margin:0px; padding:0px; }

.dropmenudiv ul li a{

display: block;
text-indent: 3px;
border-bottom: 1px solid #12525c; /*THEME CHANGE HERE*/
background:#135965;
margin:0px; 
padding: 2px 0 2px 4px;
text-decoration: none;
font-weight: bold;
color: #ffffff;

}


* html .dropmenudiv ul li a{ /*IE only hack*/
/*width: 100%;*/
width: auto;
margin:0px;
height:16px;
}

.dropmenudiv ul li a:hover{ /*THEME CHANGE HERE*/
background: #000;

}

.chromestyle ul li.last{margin-right:0px; background-image:none;}