div.hoverBtn {
	position: 		relative;
	float:			none;
	background:		transparent url(../images/sidenavbg.jpg) no-repeat left center scroll;
}

div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			220px;
	height: 		36px;
	line-height: 		36px;
	font-size:		1.1em;
	text-decoration:	none;
	text-align: left;
	background:		transparent none repeat-x left center scroll;
	padding-left:	12px;
}

div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background: transparent url(../images/sidenavbg-ro.jpg) no-repeat left center scroll; 
}

.sidebar a#current {
	background: url(../images/sidenav-arrow.png) no-repeat right center;
	width: 218px;
	height: 32px;
	line-height: 32px;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-left: 12px;
	cursor: text;
}