div.sdmenu {
	width: 165px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #000;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	color: #000;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #666;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #eee;
}
div.sdmenu div a:hover {
	background : #D2E1F0 url(linkarrow.gif) no-repeat right center;
	color: #000;
	text-decoration: underline;
}

span.link {
	width: 165px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	background: url(title.gif) repeat-x;
	color: #000;
}
span.link a {
	padding: 5px 10px 5px 25px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000;
	background: url(title.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #D4E4EE;*/}
span.link a:hover{
	background : #D2E1F0 url(linkarrow.gif) no-repeat right center;
	color: #000;
	text-decoration: underline;
	}
	
span.link2 {
	width: 165px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	background: url(title2.gif) repeat-x;
	color: #000;
}
span.link2 a {
	padding: 5px 10px 5px 25px;
	background: #ccc;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000;
	background: url(title2.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #D4E4EE;*/}
span.link2 a:hover{
	background : #ccc url(linkarrow.gif) no-repeat right center;
	color: #000;
	text-decoration: underline;
	}