.chromestyle{
width: 99%;
font-weight: bold;
font:Arial;
font-size:14px;
margin:0px;
padding:0px;
letter-spacing:0.2em;
color:#000000;
}

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

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

.chromestyle ul li{
display: inline;
}


.chromestyle ul li a{
display:block;
color: #494949;
text-align:center;
padding: 6px 0px 6px 0px;
margin: 0px;
text-decoration: none;
/*border-right: 1px solid #202016;*/
}

.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(../../images/menubg_hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
margin-top:-2px;
top: 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Arial;
line-height:24px;
z-index:100;
background-color: white;
width: 170px;
margin-left:1px;
visibility: hidden;
letter-spacing:0.1em;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,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: 0px 0px;*/
text-decoration: none;
font-weight: bold;
line-height:24px;
color: #000000;
padding: 0px 0;
}

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

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