*{margin:0;padding:0;border:0;}
#nav {
	width:215px;
	list-style-type: none;
	font-size: 14px;
}

#nav a {
	width: 215px;
	display: block;
}

#nav li {
	background-image: url(../images/leftdh_bg_2012.jpg);
	width: 215px;
	background-repeat: no-repeat;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	float:left;
	text-align: left;
	padding: 0px;
	margin-bottom: 3px;
	text-indent:30px
}
#nav li a:hover{
}
#nav a:link {
	color:#da0301;
	text-decoration:none;
}
#nav a:visited {
	color:#da0301;
	text-decoration:none;
}
#nav a:hover {
color:#FF6600;text-decoration:none;
}

#nav li ul {
	list-style:none;
}
#nav li ul li{
	background-color: #EEEEEE;
	background-image: url(../images/leftdh_2bg.jpg);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	text-align: left;
}

#nav li ul a{
	width:160px;
	height: 28px;
	padding-left: 55px;
}

#nav li ul a:link {
	color:#565555;
	text-decoration:none;
	font-size: 14px;
	height: 28px;
}
#nav li ul a:visited {
	color:#565555;
	text-decoration:none;
	height: 28px;
}
#nav li ul a:hover {
	color:#FF6600;
	text-decoration:none;
	font-weight:normal;
	background-image: url(../images/leftdh_2bg_on.jpg);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 14px;
}
#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#content {
clear: left;
}
#nav ul.collapsed {
	display: none;
}
