.chromestyle{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:left;
height: 40px;
}

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

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding-left: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height: 40px;
}

.chromestyle ul li{
display: inline;
height: 40px;
padding-right: 0px;
}

.chromestyle ul li a{
color: #ffffff;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
line-height: 40px;
height: 40px;
padding-top: 14px;
padding-bottom: 13px;
padding-left: 10px;
padding-right: 10px;
/*padding: 6px;*/

/*border-top: 6px solid #BF2E1B;
border-bottom: 5px solid #BF2E1B;
border-left: 5px solid #BF2E1B;
border-right: 5px solid #BF2E1B;*/
border-right: 2px groove #D16759;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
/*color:#728FB8;*/
background-color: #D16759;
background-image: url(../images/topmenubgon.jpg);
/*border-top: 6px solid #D16759;
border-bottom: 5px solid #D16759;
border-left: 5px solid #D16759;
border-right: 5px solid #D16759;*/
}

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

.dropmenudiv{
position:absolute;
margin-top: 2px;
margin-left: 2px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font-weight: bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:30px;
z-index:100;
background-color: #BF2E1B;
width: 170px;
visibility: hidden;
padding: 2px;
padding-top: 1px;
/*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: 20px;*/
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
padding-left: 8px;
padding-right: 2px;
color: #ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;
background: #D16759;
text-decoration: none;
}