div.sdmenu {
	width: 199px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;	/* for IE and Opera assuming "center" */
	color: #212063;
/*
  	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
*/
}
div.sdmenu div {
/*	background: url(title.gif) repeat-x; */
	overflow: hidden;
  background-color: #d6dde5;
	border-bottom: 1px solid #8b8b8b;
}
div.sdmenu div:first-child {
/*	background: url(toptitle.gif) no-repeat; */
}
div.sdmenu div.collapsed {
	height: 45px;
}
div.sdmenu div span {
	display: block;
	padding: 15px 25px;
	font-weight: bold;
	color: #212063;
/*	background: url(../images/sdmenu/expanded.png) no-repeat 10px center; */
	cursor: pointer;
}

div.sdmenu div.collapsed span {
/*	background-image: url(../images/sdmenu/collapsed.png); */
}
div.sdmenu div a {
	padding: 3px 25px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #212063;
  background-color: #d6dde5;
}
div.sdmenu div a.current {
	background : #8a9bbe;
	color: #fff;
	text-decoration: none;
/*	background : #afafaf; */
}
div.sdmenu div a:hover {
/*	background : #066 url(linkarrow.gif) no-repeat right center; */
	background : #8a9bbe url(../images/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}