div.sdmenu {
	width: 570px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.sdmenu div {
	background: url(img/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background-image: url(img/title.gif);
	background-repeat: 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-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #ddd;
	border-left-color: #CCCCCC;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #ddd;
	border-left-color: #CCCCCC;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.text {
	color: #000000;
}
