div.sdmenu {
	width: 193px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(menu_back.jpg) repeat-y;
	float:left;
}

.m_top{
  width: 193px;
  height:29px;
  background: url(menu_top.jpg) no-repeat;
  float:left;
}

.m_bottom{
  width: 193px;
  height: 26px;
  background: url(menu_bottom.jpg) no-repeat ;
  float:left;
}

div.sdmenu a{
  text-decoration: none;
}

div.sdmenu div {
	background : url(minus.jpg) no-repeat left 7px;
	overflow:hidden;
}
	
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}

div.sdmenu div.collapsed {
  background : url(plus.jpg) no-repeat left 7px;
	height: 21px;
}

div.sdmenu div span {
  height:21px;
	display: block;
	font-weight: bold;
	color: white;
	cursor: pointer;
	font-size:12px;
	/*font-variant: small-caps;*/
	font-weight: bold;
  text-indent: 22px;
  line-height:21px;
}

div.sdmenu div a {
  width:193px;height:21px;
  display:none;
	background: url(menu_back2.jpg) repeat-y ;
	display: block;
	text-indent: 30px;
	line-height: 21px;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	/*background : #066 url(minus.jpg) no-repeat right center;*/
	color:#BF0B0B;
	text-decoration: none;
}
