.sub_navigation {
	font-family: Arial, Helvetica, sans-serif;
}
#sub_navigation ul {
	margin: 0;
	font-familyl: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}
#sub_navigation li {
	text-align: left;
	margin: 0;
	padding: 0px;
}
#sub_navigation a {
	text-decoration: none;
	display: block;
	border-bottom-style: none;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 45px;
	background-image: url(images/subnav_bg.jpg);
	background-position: 0px -7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sub_navigation a:hover {
	color: #E59626;
	background-image: url(images/subnav_bg.jpg);
	background-position: 0px -49px
';
}
#sub_navigation a:active {
	color: #B95C00;
	background-image: url(images/subnav_bg.jpg);
	background-position: 0px -95px;
}
