.chromestyle{
width: 99%;
font-weight: bold;
}

.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: 11px;
	color:#ecfffc;
	font:normal 12px Trebuchet MS;
	line-height:20px;
	font-weight:normal;
	z-index:100;
	visibility: hidden;
	margin-top:-2px;
	margin-left:0;
}

.dropmenudiv a{
width: auto;
display: block;
height:22px;
padding: 0 0 0 0;
font:normal 12px Trebuchet MS;
line-height:20px;
text-decoration: none;
color:#153360;
font-weight:normal;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
* html .dropmenudiv a:hover{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#066803;
}

#pscroller1{
width: 200px;
height: 173px;
padding: 5px;
cursor: hand;
}

#pscroller2{
width: 350px;
height: 10px;
padding: 3px;
cursor: hand;
}

#pscroller2 a{
text-decoration: none;
cursor: hand;
}

.someclass{ //class to apply to your scroller(s) if desired
cursor: hand;
}