#chromemenu ul {
	list-style-type: none;
	}

#chromemenu2 ul {
	list-style-type: none;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333,direction=10,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
background-color: #c71b7f;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ab176d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b61875;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333,direction=10,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
background-color: #347FA5;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1D6487; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #2A76A2;
}