.chromestyle{
width: 99%;
background-color: none repeat scroll 0 0 #F9F5A7;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 150px;
padding: 4px 0px 1px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
margin-left: -23px;
}

.chromestyle ul li{
display: block;
width:150px;
line-height: 10px;
}

.chromestyle ul li a{
color: blue;
padding: 4px 7px;
text-decoration: underline;
}

.chromestyle ul li a:hover, .chromestyle ul li a.more-selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:9px ;
line-height:10px;
z-index:100;
background-color:#F9F5A7;
width: 199px;
visibility: hidden;
background-color: none repeat scroll 0 0 #F9F5A7;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
margin-top: -5px;
width:160px;
margin-left: 1px;

}

/*#header_band_menus input{
	color:#000000;
}
#header_band_menus textarea{
	
	color:#000000;
}*/
.pd_demo_yellow_band input{
    background: none;
    border:none;
    color:#000000;
}
.pd_demo_yellow_band textarea{
    background: none;
    border:none;
    color:#000000;
    overflow: hidden;
    resize: none;
}
#header_band_menus table{
	margin-top: 0px;
	margin-bottom: 0;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: underline;
color: blue;
padding-left: 4px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: black;
}