div.sdmenu {
	width: 172px;
	font-family: "ËÎÌå";
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	background-image: url(../images/left/bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.sdmenu div {
	background: url(../images/left/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/left/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 24px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	color: white;
	background: url(../images/left/expanded.gif) no-repeat 5px center;
	cursor: hand;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
div.sdmenu div span a{
	display: block;
	padding: 0 0 0 0 !important;
	font-weight: bold;
	color: white;
	background: url(../images/left/no.gif) no-repeat 5px center!important;
	cursor: hand;
	border-bottom: 0px solid #ddd!important;
	text-align: left;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/left/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 5px 5px 20px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration: none;
	text-align: left;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #A9003D;
	background-image: url(../images/left/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.newsbox{
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 154px;
	width: 144px;
}