.chromestyle{
}

.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;
}

.chromestyle ul li{
margin:0; padding:0; list-style:none; float:left; padding-left:10px; padding-right:10px;}

.chromestyle ul li a{
text-decoration:underline;
}

.chromestyle ul li a:hover{
text-decoration:none;
}

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


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

.dropmenudiv{
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
position:absolute;
top: 0;
border: 1px solid #596f80; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:24px;
z-index:100;
background-color: #eeeeee;
width: 170px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfdce6,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #596f80; /*THEME CHANGE HERE*/
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*/
background-color: #abbecc;
color:#FFFFFF;
}
