.chromestyle{
width: 99%;
font-weight: bold;

}

.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: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #616262;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*
}/


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top:0px;
color:#616262;
border: 1px solid #E1E1E1; /*THEME CHANGE HERE*/

font:bold 12px arial;
line-height:23px;
z-index:150;
background-color: #EEEEEE;
width: 190px;
visibility: hidden;
filter: (color=#EEEEEE,direction=0,strength=0); /*Add Shadow in IE. Remove if desired*/
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
padding:2px 0;
text-decoration: none;
font-weight: bold;
color:#616262;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #4B86B2;
background-color:#FFFFFF;
}
