﻿div.sdmenu {
	background-position: right bottom;
	width: 220px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: right bottom;
	color: #fff;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div:first-child {
	background-position: no-repeat;
	background: no-repeat;
}
div.sdmenu div span {
	background-position: 0px center;
	display: block;
	padding: 5px 25px 3px 27px;
	font-weight: bold;
	color: white;
	background: url('../images/ddown-open.jpg') no-repeat 0px center;
	cursor: pointer;
	border-bottom: 1px none #ddd;
	font-size: medium;
	margin-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.sdmenu div span:hover {
	background-position: 0px center;
	display: block;
	padding: 5px 25px 3px 27px;
	font-weight: bold;
	color: white;
	background: url('../images/ddown-open-hover.jpg') no-repeat 0px
center;
	cursor: pointer;
	border-bottom: 1px none #ddd;
	font-size: medium;
	margin-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.sdmenu div span:active {
	background-position: 0px center;
	display: block;
	padding: 5px 25px 3px 27px;
	font-weight: bold;
	color: white;
	background: url('../images/ddown-open-active.jpg') no-repeat 0px
center;
	cursor: pointer;
	border-bottom: 1px none #ddd;
	font-size: medium;
	margin-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div.collapsed span {
	display: block;
	padding: 5px 25px 3px 27px;
	font-weight: bold;
	color: white;
	background: url('../images/ddown-closed.jpg') no-repeat 0px center;
	cursor: pointer;
	border-bottom: 1px none #ddd;
	font-size: medium;
	margin-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.sdmenu div.collapsed span:hover {
	background-position: 0px center;
	display: block;
	padding: 5px 25px 3px 27px;
	font-weight: bold;
	color: white;
	background: url('../images/ddown-closed-hover.jpg') no-repeat 0px
center;
	cursor: pointer;
	border-bottom: 1px none #ddd;
	font-size: medium;
	margin-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.sdmenu div.collapsed span:active {
	background-position: 0px center;
	display: block;
	padding: 5px 25px 3px 27px;
	font-weight: bold;
	color: white;
	background: url('../images/ddown-closed-active.jpg') no-repeat 0px
center;
	cursor: pointer;
	border-bottom: 1px none #ddd;
	font-size: medium;
	margin-bottom: 2px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #006EB4;
	border-style: none;
	font-weight: bold;
	text-decoration: underline;
}
div.sdmenu div a.current {
	background-position: #0374B8;
	background: none;
	color: #66FF66;
	font-weight: normal;
}
div.sdmenu div a:hover {
	background-position: right center;
	background: right center;
	text-decoration: none;
}

