div.sdmenu {
	width: 160px;
	font-family: Georgia;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color:
}
div.sdmenu div {
	/*
	background: url(title.gif) repeat-x;
	*/
	background: url(button.jpg) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*
	background: url(toptitle.gif) no-repeat;
	*/
	background: url(button.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	/*
	height: 25px;
	*/
	height: 34px;
}
div.sdmenu div span {
	display: block;
	/*
	padding: 5px 25px;
	*/
	padding: 10px 25px;
	font-weight: bold;
	color:white;
	/*
	background: url(../pics/button.gif) no-repeat 10px center;
	*/
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	/* BEFORE SUB BULLETS
	border-bottom: 1px solid #ddd;
	*/
	border-bottom: 0px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	/* BEFORE SUB BULLETS
	background: #cccccc;
	*/
	background: url(subbutton.jpg);
	display:block;
	/* BEFORE SUB BULLETS
	border-bottom: 1px solid #333333;
	*/
	border-bottom: 0px solid #333333;
	/* BEFORE SUB BULLETS
	color:#333333;
	*/
	color:white;
	text-decoration:none;
	font-weight:bolder;
	font-size:12px;
	cursor:url(JS/bullseye.cur),crosshair;
}
div.sdmenu div a.current {
	/* BEFORE SUB BULLETS
	background : #ccc;
	*/
	background : url(subbutton.jpg);
}
div.sdmenu div a:hover {
	/* BEFORE SUB BULLETS
	background : #999999 url(linkarrow.gif) no-repeat right center;
	color: #333333;
	*/
	background : url(subbutton.jpg);
	color:#FFFF66;
	text-decoration: none;
}