div.title {
	width: 234px;
	font-family: tahoma;
	height:39px;
	font-size: 12px;
	background: url(images/title_1.gif) no-repeat bottom;
	color: #000;
}
div.title p {
	display: block;
	font-weight: bold;
	color: #fff;

	cursor: default;

}

div.index {
	width: 234px;
	font-family: tahoma;
	font-size: 12px;
	background: url(images/title.gif) no-repeat bottom;
	color: #000;
	height:25px;
}
div.index a {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	background: url(images/collapsed.gif) no-repeat 10px center;
	cursor: default;
	text-decoration:none;
}

div.sdmenu {
	width: 234px;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	padding-left: 2px;
}
div.sdmenu div {
	background: url(images/title.gif) repeat-y;
	overflow: hidden;
	color:#000000;
}
div.sdmenu div p {
	font-weight: bold;
	color: #000;
	height: 39px;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	background: url(images/collapsed.gif) no-repeat 10px center;
	cursor: default;
}
div.sdmenu div div p {
	font-weight: bold;
	color: #000;
	background: url(images/title_1.gif) no-repeat center;
	height: 39px;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif) no-repeat;
}
div.sdmenu div a {
	padding: 5px 35px;
	background:url(images/title_sub.gif) repeat-y;
	display: block;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
div.sdmenu div a.current {
	background:url(images/title_sub.gif) repeat-y;
}
div.sdmenu div a:hover {
	background:url(images/title_sub.gif) repeat-y;
	color: #fff;
	text-decoration: none;
}
