/* style for horizontal scroll */
#hscroll {
text-align:left;
float:right;
margin-top:-3px;
}
	
/*.scrollLink {
font-size: 8pt;
font-family: arial;
color: #336699;
text-decoration: none;
cursor:hand;
padding:0;
}*/
	
#hscroll a {
color: #CDC4CC;
text-decoration: none;
padding:0 15px;
border-right: 1px solid #CDC4CC;
}

#hscroll a:hover {
color: #FEC800;
}


