.chromestyle{
font-weight: bold;
width: 700px;
background: #00fff0;
border-width:1px;
border-style:solid;
border-color:#ffb400;
}

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

.chromestyle ul{
border: 1px solid #BBB;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: center;
margin-left: 20px;
margin-right: 20px;
}

.chromestyle ul li a{
color: #000000;
font-family: arial;
font-size: 12px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.chromestyle li{
width: 100px;
}

.chromestyle ul li a:hover{
background: #00fff0;
text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

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


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}