div.sdmenu {
    float: left;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border-bottom:#ccc solid 1px;
}
div.sdmenu div {
	background:url(/images/ps/leftheader3.gif) no-repeat;
	overflow: hidden;
}

/*------
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}


div.sdmenu div:first-child.collapsed {
	background: url(toptitle-c.gif) no-repeat;
}

----*/

div.sdmenu div.collapsed {
	background: url(/images/ps/leftheader3.gif) no-repeat;
	height: 30px;
	width:300px;
}
div.sdmenu div span {
	display: block;
	padding: 6px 0px 6px 27px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000;
	background: url(/images/ps/expanded.gif) no-repeat 10px center;
	cursor: pointer;
}
div.sdmenu div.collapsed span {
	background-image: url(/images/ps/collapsed.gif) ;
	cursor: pointer;
}
div.sdmenu div a {
	padding: 3px 27px;
	background: #fff url(/images/ps/bluearrow.gif) no-repeat 10px center;
	display: block;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight:bold;
	color: #2856a1;
}
div.sdmenu div a.current {
	background: #fff url(/images/ps/bluearrow.gif) no-repeat 10px center;
	color: #EF0404;
}

div.sdmenu div a:hover {
	background: #eee url(/images/ps/redarrow-s.gif) no-repeat 10px center;
	color: #EF0404;
	text-decoration: underline;
}

div.sdmenu div a.current:hover {
	background: #eee url(/images/ps/redarrow-s.gif) no-repeat 10px center;
	color: #EF0404;
	text-decoration: underline;
}
