.chromestyle{
width: 99%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;


}

.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: 18px 0;
margin: 0;
height:30px;
}

.chromestyle ul li{
display: inline;
/*background:url(../images/navi-devider.jpg) no-repeat;*/
border-right:1px solid #848484;
width:960px;
height:38px;
}

.chromestyle ul li a{
color: #000;
padding: 12px 12px;
margin: 0;
text-decoration: none;
background:url(../images/navi-devider.jpg) no-repeat;
width:960px;
height:40px;
}

/*.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: #0d78bc center center repeat-x; /*THEME CHANGE HERE*/
/*}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:14px;
line-height:22px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: black;
padding-left:5px;
}

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

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