.chromestyle{
background: url(/images/a6.gif); float: left;
}

.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%;
background: url(/images/a6.gif); /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
background: url(/images/a6.gif); float: left;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(/images/a6.gif); /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudivleft{
position:absolute;
top: 0;
margin-left:-25px;
margin-right:0px;
border: 4px solid #DDD;
background-color: #EEEEEE;
font:normal 12px sans-serif;
line-height:20px;
text-indent: 10px;
z-index:100;
width: 230px;
visibility: hidden;
text-align:left;
}
.dropmenudivright{
position:absolute;
top: 0;
margin-left:25px;
margin-right:0px;
border: 4px solid #DDD;
background-color: #EEEEEE;
font:normal 12px sans-serif;
line-height:20px;
text-indent: 10px;
z-index:100;
width: 230px;
visibility: hidden;
text-align:left;
}
.dropaltright {
margin-top:-35px;
}


.dropmenudivleft a, .dropmenudivright a{
width: auto;
display: block;
border-bottom: solid 1px #DDD;
text-indent: 3px;
background-color: #EEEEEE;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudivleft a, .dropmenudivright a{ /*THEME CHANGE HERE*/
background-color: #FAFAFA;
}