div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div h1{font-family: Arial, sans-serif;
	font-size: 12px;
}
div.sdmenu div {
	background:url(../images/border-bottom.gif) left bottom repeat-x;
padding-bottom:5px;
	overflow: hidden;
		
}
div.sdmenu div:first-child {
background:url(../images/border-bottom.gif) left bottom repeat-x;
padding-bottom:5px;
}
div.sdmenu div.collapsed {
	height: 25px;
	}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color:#b68f00;
	background:url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
/*	border-bottom: 1px solid #ddd;*/
}
div.sdmenu div.collapsed span {
	background-image:url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	color: #053353;
	margin-left:21px;
}
div.sdmenu div a.current {
border:#CCCCCC 1px solid;
font-weight:bold;
		background:#ededed url(../images/linkarrow.jpg) right center no-repeat;
		text-decoration:none;
		}
div.sdmenu div a:hover {
/*border:#CCCCCC 1px solid;
	background:#ededed  url(../images/linkarrow.jpg) right center no-repeat;*/
	color: #053353;
	
	text-decoration: none;
}
.border-bottom-div{
background:url(../images/arow-b.gif) left 12px no-repeat;
font-weight:bold;
padding-left:10px;
}
div.sdmenu div a.suba {
		background:url(../images/arow-b.gif) left center no-repeat;
		padding-left:10px;
		text-decoration:none;
		margin-left:20px;
}