.chromestyle{
font-family: "Century Gothic";
font-size: 14px;
width: 759px;
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: 1px solid #000000;*/
width: 759px;
background: #8db3f5; /*THEME CHANGE HERE - Blue Color on Menu*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;  /*White text on menu*/
padding: 3px 3px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#FFFFFF; /*THEME CHANGE HERE - White Text Hover Color on Menu*/
background: #6091A8; /*THEME CHANGE HERE - Navy Hover Color on Menu*/
}

.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*/
}

.border {
color:#6091A8; /*THEME CHANGE HERE - Navy Color of Menu dividers*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #8db3f5; /*THEME CHANGE HERE - Light Blue Border on Dropdown Menu Border*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #6091A8; /*THEME CHANGE HERE - Navy Color on Dropdown Menu Background*/
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
font-family: "Century Gothic"; /*Text font of drop down menu*/
font-size: 14px; /*Text size of drop down menu*/
color: #FFFFFF; /*Text color of drop down menu - cream*/
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #8db3f5; /*THEME CHANGE HERE - Light Blue Color on Dropdown Menu Border Horizontal Lines*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 759px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF; /*THEME CHANGE HERE - White Text Hover Color on Dropdown Menu*/
background-color: #A88360; /*Light Blue Color on Hover on Dropdown Menu*/
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color:#FFFFFF; /*THEME CHANGE HERE - White Text Hover Color on Dropdown Menu*/

