div.sdmenu {
	width: 147px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 0px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #000000;
	cursor:pointer;cursor:hand;

}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 22px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 22px;
	font-weight: bold;
	color: black;
	background: url(expanded.gif) no-repeat 10px center;
	cursor:pointer;cursor:hand
	border-bottom: 1px solid #000000;
}
div.sdmenu div.collapsed span {
	cursor:pointer;cursor:hand
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	text-decoration:none;
	color: #020D54;padding-left:10px; padding-right:10px; padding-top:3px; padding-bottom:3px
}

div.sdmenu div a:visited {
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	 text-decoration:none;
	color: #020D54;padding-left:10px; padding-right:10px; padding-top:3px; padding-bottom:3px
}


div.sdmenu div a.current {
	background : #eee;
}
div.sdmenu div a:hover {
	background : #020D54 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}