/* CSS Document */
#leftnav {
	border-size: 1px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D76100;
	border-right-color: #D76100;
	border-bottom-color: #D76100;
	border-left-color: #D76100;
	width: 200px;
	}
#leftnav a {
	background-image: url(../../css menus/menu16/images/leftnav_1.gif);
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/leftnav_1.gif);
}
#leftnav a:hover {
	background-image: url(../images/leftnav.gif);
	background-position: left -32px;
}
#leftnav a:active {
	background-image: url(../images/leftnav.gif);
	background-repeat: no-repeat;
	background-position: left -64px;
}
