div.sdmenu {
	width: 164px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
		}
div.sdmenu div {
	overflow: hidden;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	background-color: #333333;
}
div.sdmenu div:first-child {
	text-decoration: none;
	background-color: #333333;
}
div.sdmenu div.collapsed {
	height: 22px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: #FF6600;
	cursor: default;
}
div.sdmenu  div.collapsed  span a {
	color: #FF6600;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
}
div.sdmenu  div.collapsed  span a:hover {
	color: #FF6600;
	font-weight: bold;
	background-color: #000000;
}
div.sdmenu  div.collapsed  span a:current {
	color: #FF6600;
	font-weight: bold;
	background-color: #000000;
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1B1B1B;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #1B1B1B;
}
div.sdmenu div a.current {
	color: #FFFFFF;
	font-weight: bold;
}
div.sdmenu div a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF6600;
	background-image: url(linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

