div.sdmenu {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 14px;
}
div.sdmenu div {
	overflow: hidden;
	background-image: url(../img/title.gif);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: #333333;
	cursor: default;
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img/expanded.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
}
div.sdmenu div.collapsed span {
	background-image: url(../img/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #CC9900;
	background-image: url(../img/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
div.sdmenu2 {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	padding-bottom: 10px;
	color: #fff;
	line-height: 14px;
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.sdmenu2 div {
	overflow: hidden;
	background-image: url(../img/title.gif);
	background-repeat: repeat-x;
}
div.sdmenu2 div span {
	display: block;
	font-weight: bold;
	color: #333333;
	cursor: default;
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img/expanded.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
}
div.sdmenu2 div a {
	overflow: hidden;
	background-image: url(../img/title.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #333333;
}
