.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0px;
}

.chromestyle ul li{
display: none;
}

.chromestyle ul li a{

padding: 0px 0px;
margin: 0;
border-right: 0px solid #DADADA;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
width: auto;
visibility: hidden;
margin-top: -1px;
}


.dropmenudiv a{
width: auto;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}