#subnavigation {
	background-image: url(images/menu_back.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 160;
	padding: 17 0 0 0px;
	margin: 0;
}

a:link, a:visited{
	color: #282828;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	text-indent: 0px;
}
	
a:hover, a:active{
	color: #d3661b;
	text-decoration: none;
}

#subnavigation a {
	background-color: #;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 15px;
	height: 42px;
	text-indent: 20px;
}

#subnavigation a:hover {
	background-color: #;
	color: #;
}

#subnavigation li{
	list-style-type: none;
	display: block;
	width: 160;
	border-bottom: 0px solid #;
	text-indent: 0px;
}

#subnavigation li.last {
	border: none;
}

#subnavigation ul {
	padding: 0;
	margin: 0;
}