@charset "utf-8";
/* CSS Document */

#menuVertical ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menuVertical ul li{
	margin:0;
	padding:0;
	background:url(../images/menu_bar.png) no-repeat left center;
}
#menuVertical ul a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#005339;
	text-decoration:none;
	line-height:33px;
	margin:0px;
	display:block;
	width:275px;
	padding-left:25px;
	background:url(../images/menu_bar.png) no-repeat left center;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #777;
	padding-right: 0px;
}
#menuVertical ul a:hover{
	background-position:-300px 0px;
	color:#005339;
	font-weight:bold;
}
#menuVertical ul a.current{
	background-position:right top;
	color:#005339;
	font-weight:bold;
}

#menuVertical ul a.sub {
	background:url(../images/menu_bar_sub.png) no-repeat left center;
	padding-left:25px;
}

#menuVertical ul a.sub:hover {
	background:url(../images/menu_bar_sub.png) no-repeat right center;
	padding-left:25px;
}

#menuVertical ul a.subcurrent {
	background:url(../images/menu_bar_sub.png) no-repeat left center;
	padding-left:25x;
	font-weight:bold;
}

#menuVertical ul a.subcurrent:hover {
	background:url(../images/menu_bar_sub.png) no-repeat right center;
	padding-left:25x;
	font-weight:bold;
}