#col_left {
	position:relative;
	width:120px;
}
.nav_horiz {
	position:relative;
	font-size:0.8em;
	width:100%;
	height:1em;
	text-indent:12px;
	line-height:1em;
	text-decoration:none;
/*	background-image:url(/images/css/btn_3.png);
	background-repeat:no-repeat;
	background-position: left center;
*/	border-top: 1px none #009999;
	border-right: 1px solid #009999;
	border-bottom: 1px none #009999;
	border-left: 1px solid #009999;
	background-color: #FFF0F5;
}
#nav_horiz_top {
	height:5px;
	width:100%;
	border-top:1px solid #009999;
	border-right:1px solid #009999;
	border-left:1px solid #009999;
	border-bottom:0px solid #009999;
	background-color: #FFF0F5;
}
#nav_horiz_btm {
	height:5px;
	width:100%;
	border-top:0px solid #009999;
	border-right:1px solid #009999;
	border-left:1px solid #009999;
	border-bottom:1px solid #009999;
	background-color: #FFF0F5;
}
.nav_horiz a {
	color:#0000FF;
	display:block;
}
.nav_horiz a:link {
	color:#0000FF;
	text-decoration:none;
}
.nav_horiz a:visited {
	color:#0000FF;
	text-decoration:none;
}
.nav_horiz a:hover {
	color:#009900;
	background-color:#FFCC99;
	background-image:url(/images/css/btn_3.png);
	background-repeat:no-repeat;
	background-position: left center;
	text-decoration:underline;
}
.nav_horiz a:active {
	color:#0000FF;
	text-decoration:none;
}

.btn_grad {
	position:relative;
	text-align:center;
	line-height:30px;
	float:left;
	width:80px;
	height:30px;
	margin:0px 5px 5px 0px;
	border:solid 1px black;
	background-image:url(/images/css/btn_grad_off.png);
	background-repeat:repeat-y;
}		
.btn_grad a {
	position:relative;
	background-color:transparent;
	width:100%;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
.btn_grad a:link {
	color:#0000FF;
}	
.btn_grad a:visited {
	color:#0000FF;
}	
.btn_grad a:hover {
	color:#000000;
	background-image:url(/images/css/btn_grad_on.png);
	background-repeat:repeat-y;
	text-decoration:none;
}	
.btn_grad a:active {
	color:#0000FF;
}
.btn_arrow {
	position:relative;
	text-indent:22px;
	line-height:20px;
	float:left;
	width:75px;
	height:20px;
	margin:0px 2px 10px 8px;
	background-image:url(/images/css/btn_ptr_left.png);
	background-repeat:no-repeat;
}		
.btn_arrow a {
	position:relative;
	background-color:transparent;
	width:100%;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.btn_arrow a:link {
	color:#0000FF;
	text-decoration:none;
}	
.btn_arrow a:visited {
	color:#0000FF;
	text-decoration:none;
}	
.btn_arrow a:hover {
	color:#009900;
	background-color:#FFFFFF;
	text-decoration:underline;
}	
.btn_arrow a:active {
	color:#0000FF;
	text-decoration:none;
}
/* content definition to override global */
#content {
	position:relative;
	width:760px;
}
