.chromestyle4{
width: 99%;
font-weight: bold;
}

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

.chromestyle4 ul{
border: 0px solid #BBB;
width: 115px;
background: url(bg-l4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle4 ul li{
display: inline;
}

.chromestyle4 ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle4 ul li a:hover{
background: url(bg-l4.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv4{
text-align: left;
position:absolute;
top: 0;
border: 1px solid #FF9900; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Helvetica;
line-height:18px;
z-index:100;
//background-color: white;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv4 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
background: url(bg-l4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
//background-color: #F0F0F0;
background: url(bg-d4.gif) center center repeat-x; /*THEME CHANGE HERE*/
}