@charset "UTF-8"; 

#sidebar h4  {
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#sidebar #Navigation {
	width: 100%;
	padding-bottom: 60px;
}

/*sidebar*/
#sidebar ul.localNavigation
 {



	WIDTH: 212px
	MARGIN: 0px
	margin-top: 0px

}
#sidebar ul.localNavigation li a {
	background-repeat: no-repeat;
	color: #007c92;
	display: block;
	text-decoration: none;
	height: 27px;
	background-position: 0px 0px;
	background-image: url(../images/public/sidebar_menu_bg.gif);
	overflow: hidden;
	padding-left: 10px;
}
#sidebar ul.localNavigation li   {
	font-size: 100%;
	line-height: 27px;
	height: 27px;
}
#sidebar ul.localNavigation li a:hover    {
	COLOR: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -27px;
	font-weight: bold;
	background-image: url(../images/public/sidebar_menu_bg.gif);
}
#sidebar ul.localNavigation li .current {
	background-repeat: no-repeat;
	color: #000000;
	background-position: 0px -27px;
	font-weight: bold;
}
