.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;
	border-bottom-width: 0;
	z-index:100;
	width: auto;
	visibility: hidden;
	margin-top: -28px;
	margin-left: -165px;
	overflow: auto;


}


.dropmenudiv a{
width: auto;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}

/* ######### Style for Drop Down Menu 2 ######### */

.dropmenudivB{
position:absolute;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
width: auto;
visibility: hidden;
margin-top: -28px;
margin-left: -170px;
}


.dropmenudivB a{
width: auto;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
}

* html .dropmenudivB a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}

