.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left: 0px;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
width: 119px;
visibility: hidden;
margin: 0px 0px 0px -13px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: none; /*THEME CHANGE HERE*/
text-decoration: none;
padding: 3px 2px 3px 12px;
background: #d6eff9;
border-top: 1px solid #FFF;
}


.dropmenudiv a:hover{
color: #00B2D9;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}