

.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: 0;
line-height:18px;
z-index:100;
width: 180px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
margin-bottom:1px;
padding: 6px 0;
text-decoration: none;
color: #eaeaea;
background: url(/images/bg-links.jpg) no-repeat left;
}

* html .dropmenudiv a{ /*IE only hack*/
margin-bottom:1px;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #098bbf;
margin-bottom:1px;
text-decoration:none;
color:#fff;
*/
color: #000;
text-decoration: none;
background: url(/images/bg-links-hover.jpg) no-repeat left;
}
