.sdmenu {
	width: 150px;
	font-family: Sans-Serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: #eee url(../pics/tree/bottom.gif) no-repeat  right bottom;
	color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
	display: block;
	padding: 5px 0;
	font-weight: bold;
	/*color: #666666;*/
	background: #FFF url(../pics/tree/title.gif) repeat-x;
	cursor: pointer;
}

.sdmenu .title {
	border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
	margin-left: 10px;
	margin-right: 7px;
	border: none;		/*Added by Anjan*/
}

.sdmenu .titlehidden {
	border-bottom: none;
}

.sdmenu #top {
	background: url(../pics/tree/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
	overflow: hidden;
}

.sdmenu .submenu a {
	padding: 5px 0;
	text-indent: 10px;
	background: #f4f2f2;
	display: block;
	border-bottom: 1px solid #DDD;
	color:#015093;
	text-decoration: none;
	cursor: crosshair;
}

.sdmenu .submenu a.current {
	background : #c6c6c6 url(../pics/tree/linkarrow.gif) no-repeat right center;
	color: #004575;
}

.sdmenu .submenu a:hover {
	background : #c6c6c6 url(../pics/tree/linkarrow.gif) no-repeat right center;
	color: #004575;
}

/*The following has been added By Anjan*/
.impr_prep {
	color: #000000;
	font-weight: bold;
	text-indent: 3px;
	display: block;
	background: url(../pics/tree/tree_impr.gif) no-repeat;
}

.sdmenu a {
    text-decoration: none;
	color: #666666;
	border: none;
}

.sdmenu a.current {
	font-variant: small-caps;
	color: #0099FF;
}