div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.sdmenu div {
	overflow: hidden;
	background-image: url(title.gif);
	background-repeat: repeat-x;
}
div.sdmenu div:first-child {
	background-repeat: repeat-x;
	background-image: url(title.gif);
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	cursor: default;
	border-bottom: 1px solid #ddd;
	background-image: url(expanded.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #FF181D;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
div.sdmenu div a.current {
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FF181D;
}
div.sdmenu div a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EBEBEB;
	color: #333333;
}
.normal_1 {
	font-weight: bold;
	font-size: 14px;
}
.u {
	font-weight: bold;
}
u {
	font-weight: bold;
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
