div.sdmenu {
	width: 222px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #46494b;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 36px;
}
div.sdmenu div a {
	height:36px;
	line-height:36px;
	background: url(../images/navbg1.jpg) no-repeat;
	display: block;
	color: #46494b;
}
div.sdmenu div a:hover {
	background : url(../images/navbg2.jpg) no-repeat right center;
	color: #ffffff;
	text-decoration: none;
}