div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(toptitle.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
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: #006600;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #C0C0C0;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



div.sdmenu2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	text-indent: 50px;
	width: 575px;
}

div.sdmenu2 div.collapsed {
	height: 25px;
}
div.sdmenu2 div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu2 div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu2 div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #006600;
	text-decoration: none;
}
div.sdmenu2 div a.current {
	background : #ccc;
}
div.sdmenu2 div a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #C0C0C0;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
