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(title.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: 25px;

}


div.sdmenu div span 
{

	display: block;

	padding: 5px 25px;

	font-weight: 900;

	background: url(expanded.gif) no-repeat 10px center;

	cursor: default;

	border-bottom: 0px solid #eee;

	color: white;

}


div.sdmenu div.collapsed span 
{

	background-image: url(collapsed.gif);

}


div.sdmenu div a 
{

	padding: 5px 10px;

	background-color: transparent;

	background: url(menuitemgrey.gif);

	text-shadow: 1px 1px white;

	display: block;

	border-bottom: 0px solid #c5c1b9;

	color: #136;

}


div.sdmenu div a.current 
{

	background-color: transparent;

	background: url(activeitem.gif) no-repeat right center;

	font-style: italic;

	font-weight: 900;

	color: #002;

}


div.sdmenu div a:hover 
{

	background : url(menuitemglass.jpg);

	text-shadow: 1px 1px #fff;
	text-align: right;

	font-weight: bold;
	color: #002;

	text-decoration: none;

}
