div.sdmenu {
	width: 167px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(title.gif) repeat-x;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div a.drop{
	display: block;
	font-weight: bold;
	color: white;
    background: url(grey_button.gif) no-repeat;
    text-decoration:none;
	padding: 5px 5px 6px 25px;
}

.dropped{
	display: block;
	font-weight: bold;
	color: white;
    background: url(grey_button_drop.gif) no-repeat;
    text-decoration:none;
	padding: 5px 5px 6px 25px;
}

div.sdmenu div a.drop:hover
{
    background: url(grey_button_over.gif) no-repeat;
}

div.sdmenu a.link 
{
    background: url(grey_button.gif) no-repeat;
    display: block;
	font-weight: bold;
	color: white;
	padding: 5px 5px 5px 25px;
	text-decoration:none;
}

div.sdmenu a.link:hover
{
    background: url(grey_button_over.gif) no-repeat;
}

div.sdmenu div#drop a.sub {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #333;
}

div.sdmenu a.current {
    background: url(grey_button_over.gif) no-repeat;
    display: block;
	font-weight: bold;
	color: white;
	padding: 5px 5px 5px 25px;
	text-decoration:none;
}

div.sdmenu div#drop a.current {
	background : #6EBB1F url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: normal;
}

div.sdmenu div#drop a.sub:hover {
	background : #6EBB1F url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}