div.sdmenu {
	width: 250px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #666;
}

div.sdmenu div {
	background: url(http://www.imoderndesign.com/IMG/sdmenu/title.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background: url(http://www.imoderndesign.com/IMG/sdmenu/toptitle.gif) no-repeat;
}

div.sdmenu div.collapsed {
	height: 25px;
	_height: 24px; /*ie 6 bug fix*/
	*height: 24px; /* Fix for IE7 */
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #666;
	background: url(http://www.imoderndesign.com/IMG/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}

div.sdmenu div.collapsed span {
	background-image: url(http://www.imoderndesign.com/IMG/sdmenu/collapsed.gif);
}

div.sdmenu div a {
	padding: 2px 5px 2px 5px;
	background-color: #fff;
	display: block;	
	color: #666;
	font-size: 10px;
	border-bottom: 1px solid #dcddde;
	border-left: 1px solid #dcddde;
	border-right: 1px solid #dcddde;
}

div.sdmenu div a.current {
	background : #f1f1f1;
	color: #333366;
	font-weight: bold;
}

div.sdmenu div a:hover {
	background : #dadada url(http://www.imoderndesign.com/IMG/sdmenu/linkarrow.gif) no-repeat right center;
	color: #336699;
	text-decoration: none;
}
