.chromestyle{
width: 770px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(images/downimage.gif); */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:#006699 1px solid;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
margin-left:-1px;
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #006699; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:5px;
line-height:15px;
text-decoration: none;
color: black;
font-size:12px;
background-color:#9CCAEB;
height:18px;
padding-top:5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#85B1D8;
color:#FFFFFF;
}