#n_menu-box {
    margin-bottom: 10px;
    background:url(../images/sdmenu/menu-back.gif) no-repeat top;
    width: 182px;
}

div.sdmenu {
	width: 182px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/sdmenu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background:url(../images/sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 23px;
}
div.sdmenu div span {
height:18px;
display: block;
padding: 5px 2px 2px 25px;
color: #223987;
background: url(../images/sdmenu/expanded.gif) no-repeat 10px center;
cursor: default;
}
div.sdmenu div span:hover {
display: block;
padding: 5px 2px 2px 25px;
color: #223987;
text-decoration:underline;
background: url(../images/sdmenu/expanded.gif) no-repeat 10px center;
cursor: default;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/sdmenu/collapsed.gif);
}
div.sdmenu div a {
padding: 5px 2px 5px 25px;
background: #fff;
text-decoration:none;
display: block;
color: #223987;
}
div.sdmenu div a.current {
	background : #e7e6f6;
}
div.sdmenu div a:hover {
	color: #223987;
	text-decoration: underline;
}
