

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
clear: both; 
visibility: hidden;
}


.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*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
line-height:18px;
z-index:100;
width: 140px;
visibility: hidden;
margin-top:-2px;

}


.dropmenudiv a{
font-family:Arial, Geneva, sans-serif, Tahoma;
width: auto;
display: block;
text-indent: 10px;
border-bottom:1px solid #fff;
padding: 6px 0;
text-decoration: none;
color: #fff;
background-color: #007dc7;
}

* html .dropmenudiv a{ /*IE only hack*/
margin-bottom:0px;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #21acff;

margin-bottom:0px;
text-decoration:none;
color:#fff;
}