div.sdmenu {
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;*/
	/*color: #fff;*/
	color:#6a6a6a;
	text-align:right;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	background-color:#FFFFFF;
	color:#6a6a6a;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div.sdmenu div:first-child {
	color:#6a6a6a;
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 10px;
	color: #6a6a6a;
	/*background: url(expanded2.png) no-repeat 10px center;*/
	cursor: default;
	border-bottom: none;
	font-size: 18px;
}
div.sdmenu li {
	display: block;
	color: #6a6a6a;
	/*background: url(expanded.gif) no-repeat 10px center;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 18px;
	text-align:right;
	list-style-type: none;
}
div.sdmenu li a{
	padding: 5px 10px;
	background: #ffffff;
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	color: #6a6a6a;
	text-decoration:none;
}
div.sdmenu div.collapsed span {
	/*background-image: url(collapsed2.png);*/
}
div.sdmenu div a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 5px 10px;
	background: #ffffff;
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	color: #6a6a6a;
	text-decoration:none;
	height:20px;
	background-repeat: repeat-y;	
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	/*color: #fff;*/
	text-decoration: none;
}
