div.sdmenu
{
	width: 125px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	padding-bottom: 0px;
//	background: url(xbottom.gif) no-repeat  right bottom;
	background-color: transparent;
	color: white;
}


div.sdmenu div
{
	background: url(browngloss.gif) repeat-x;
	overflow: hidden;
	color: white;
}


div.sdmenu div:first-child
{
//	background: url(title.gif) no-repeat;
	color: white;
}


div.sdmenu div.collapsed
{
	height: 24px;
}


div.sdmenu div span
{
	display: block;
	padding: 5px 20px;
	font-weight: 900;
//	background-image: url(expanded.gif) no-repeat 10px center;
	background: url(bluegloss.gif);
	cursor: default;
	border-bottom: 0px solid #eee;
	color: white;
}

div.sdmenu div.collapsed span
{
	background: url(title.gif);
}

div.sdmenu div.collapsed span:hover
{
	background: url(bluegloss.gif);
}


div.sdmenu div a
{
	padding: 5px 10px;
	background-color: transparent;
	background: url(menuitemgrey.png);
	font-weight: 550;
	text-shadow: 1px 1px white;
	display: block;
	border-bottom: 0px solid #c5c1b9;
	color: #015;
}


div.sdmenu div a.current
{
	background: url(activeitem.gif) no-repeat right center;
	font-style: italic;
	font-weight: 900;
	color: #002;
}


div.sdmenu div a:hover
{
	background-color: transparent;
  background : none;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	color: #002;
	text-decoration: none;
}

