.chromestyle{
width: 100%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
background-color: #063a8d;
padding: 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px 0px;
}

.chromestyle ul li a{
color: ;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: ; /*THEME CHANGE HERE*/
}

.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;
top: 0;
border: 1px solid #063a8d; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background-color: #fae623;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
padding: 1px 2;
text-decoration: none;
font-weight: bold;
color: #063a8d;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
border: 1px solid #063a8d; /*THEME CHANGE HERE*/
background-color: #ffffff;
}