@charset "UTF-8";
/* CSS Document */

#sidenavdiv {
	margin: 0px;
	padding: 0px;
	border: 1px solid #0568a6;
	width: 298px;
	height:248px;
		background-image: url(../_assets/images/bg_glass_WC.gif);
	background-repeat: repeat;
	background-position: left top;

}
#sidenav {
	list-style-type: none;
	width:210px;
		padding-top: 5px;

}
#sidenav a   {
	display: block;
	text-decoration: none;
	height:22px;
	padding-bottom: 6px;

}
#sidenav a:hover {
		text-decoration: underline;
	color: #FFF;
}



