.leftnav {
	width: 175px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #2f3e45;
}
.aa {
	background: #2f3e45;
	display: block;
	color: #FFFFFF;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}

.ab{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	background: url(../images/collapsed.gif) no-repeat 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #758086;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
}

.aa:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #40525b;
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.ab:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #40525b;
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}

.active
{
	color: #ffffff;
	text-decoration: none;
	background-color: #40525b;
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}