#navleft {
	font-size: 12px;
	float:left;
	width: 170px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
} 

	
#navleft ul {
	
	margin: 0;
	padding: 0;	
	list-style-type:none;

}
#navleft ul p {
	background: #ffffff;
	border-bottom: 1px solid #7c7c7c;
	display: block;
	color: #0068ad;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
#navleft p {
	background: #ffffff;
	display: block;
	color: #414141;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}

#navleft ul a {
	background: #d9e8f2;
	border-bottom: 1px solid #7c7c7c;
	display: block;
	color: #0068ad;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#navleft ul a:hover {
	background: #0068ad;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
}

#navleft ul #active {
	background: #0068ad;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 12px;


}
#navleft ul #orange {
	background: #ee7f00;
	border-bottom: 1px solid #7c7c7c;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navleft ul #orange:hover {
	border-bottom: 1px solid #ffffff;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #fabb00;
}
#navleft ul #grey {
	background: #D9E8F2;
	border-bottom: 1px solid #7c7c7c;
	display: block;
	color: #464646;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navleft ul #grey:hover {
	background: #7c7c7c;
	border-bottom: 1px solid #464646;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navleft ul ul a  {
	background: #ffffff;
	color: #414141;
	height: 12px;
	font-weight: bold;
	text-align:bottom;
	padding-left: 30px;
}

#navleft ul ul a:hover {
	color: #414141;
	height: 12px;
	font-weight: bold;
	text-align:bottom;
	padding-left: 30px;
	background-color: #ffffff;
	background-image: url(../grafik/wsa_sub1t_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navleft ul ul #active  {
	color: #414141;
	height: 12px;
	font-weight: bold;
	text-align:bottom;
	padding-left: 30px;
	background-color: #ffffff;
	background-image: url(../grafik/wsa_sub1t_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

