.chromestyle{
font-size: 11px;
font: verdana;
}

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

.chromestyle ul{

margin: 0;
padding: 0;

text-align: left; /*set value to "left", "center", or "right"*/

list-style: none;
}

.chromestyle ul li{
display: inline;

list-style: none;
}

.chromestyle ul li a{
color: #494949;

text-decoration: none;

list-style: none;
}

.chromestyle ul li a:hover{
	
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";

list-style: none;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;

font:normal 12px Verdana;
border: 2px solid black; 
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
text-align: left;

}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
background: #FCBA77;
color:#ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#003399;
background: #F6891C;
}