div.sdmenu {
	width:145px;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding-bottom:10px;
	background:url(bottom.gif) no-repeat right bottom;
	text-decoration:none;
	color:#8B5203;
}
div.sdmenu div {
	background:url(title.gif) repeat-x;
	overflow:hidden;
}
div.sdmenu div:first-child {
	background:url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height:25px;
}
div.sdmenu div span {
	display:block;
	padding:5px 25px;
	font-weight:bold;
	color:white;
	background:url(expanded.gif) no-repeat 10px center;
	cursor:default;
	border-bottom:1px solid red;
}
div.sdmenu div.collapsed span {
	background-image:url(collapsed.gif);
}
div.sdmenu div a {
	padding:5px 10px;
	background:#eee;
	display:block;
	border-bottom:1px solid #ddd;
	text-decoration:none;
	font-weight:bold;
	color:#8B5203;
}
/* normal-state buttons */
div.sdmenu div a.current {
	text-decoration:none;
	color:#8B5203;
}
/* visited-state buttons */
div.sdmenu div a:visited {
	text-decoration:none;
	color:#8B5203;
}
/* hover-over buttons */
div.sdmenu div a:hover {
	background:#989898 url(linkarrow.gif) no-repeat right center;
	color:#F7FCA0;
	text-decoration:none;
	font-weight:bold;
}
input.search {
	border-width:1px;
	border-color:red;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
form.srchform {
	background-color:#EFEFEF;
	margin:0px;
	padding:3px;
}
input.srchkwds {
	border-width:1px;
	border-color:red;
	font-size:11px;
}
