#menu a {
	display:block;
	width:147px;
	padding:6px 0px 2px 0px;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(../graphics/button_up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
	#menu a:hover {
	background-position: 0px 0;
	color: #000000;
	text-transform: capitalize;
	background-image: url(../graphics/button_dn.jpg);
	background-repeat: no-repeat;
		}
	#menu a:active {
	background-position: 0px 0;
	color:#000000;
	text-transform: capitalize;
	background-image: url(../graphics/button_dn.jpg);
	background-repeat: no-repeat;
		}
#holderdiv3 {
	width: 175px;
	height: 422px;
	margin: 0px;
	padding: 0px;
	}
#contentright1 {
	clear:none;
	height: 422px;
	overflow: auto;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #FFA401;
	scrollbar-darkshadow-color: #FFA401;
	scrollbar-shadow-color: #8aa7d0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #cccccc;\
	margin: 0px;
	padding: 0px;
}

