div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  ;
	color: #fff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span.first {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	
	background-color:rgb( 220, 20, 60);
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div span.second {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	
	background-color:rgb( 225, 140, 0);
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div span.third {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	
	background-color:rgb( 225, 215, 0);
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div span.fourth {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	
	background-color:rgb( 255, 127, 80);
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.sdmenu div  a.first { background-color:rgb( 204, 153, 255); }
a.second { text-decoration: none;
background-color:rgb( 238, 238, 238); 
padding: 5px 10px;
}