ul.leftnav {
	white-space:nowrap;
	width:172px;
	height:auto;
	z-index:300;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 27px;
	_margin-left: 14px;
	list-style: none;
	float: left;
}
ul.leftnav li {
	display:block;
	height:22px;
	/*float:left;*/
	width:172px;
	font-weight:normal;
	background: url(../images/leftnavmid.png) no-repeat;
}




ul.leftnav li a.active {
	color: #990000;
	cursor: text;
}
ul.leftnav li a {
	display:block;
	position:relative;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	height:22px;
	/*padding-top: 20px;*/
	width:172px;
	line-height:22px;
	text-indent:22px;
	text-align: left;
	color:#333;
	text-decoration:none;
	background:url(../images/bullet.gif) no-repeat 10px center;
}
ul.leftnav li a.selected {
	background:url(../images/bullet_hover.gif) no-repeat 10px center;
	color: #990000;
	cursor: text;
}
ul.leftnav a:hover {
	color:#990000;
}

ul.leftnav :hover > a {color:#990000;}

ul.leftnav li a span { color: #990000; cursor: text; background:url(../images/bullet_hover.gif) no-repeat;}


ul.leftnav li.leftnavtop {
	height: 32px;
	background:url(../images/leftnavtop.png) no-repeat;
}
ul.leftnav li.leftnavtop a.top {
	padding-top: 10px;
	height: 22px;
	display: block;
	background:url(../images/bullet.gif) no-repeat 10px 18px;
}
ul.leftnav li.leftnavtop a.top_up {
	padding-top: 10px;
	height: 22px;
	display: block;
	background:url(../images/bullet_hover.gif) no-repeat 10px 18px;
	color: #990000;
}

ul.leftnav li.leftnavbot {
	height:41px;
	background:url(../images/leftnavbot.png) no-repeat;
}

ul.leftnav li.subnav {
	display:block;
	height: 54px;
	line-height: 54px;
	width:172px;
	font-weight:normal;
	background: url(../images/leftnavmid_subnav.png) no-repeat;
}
ul.leftnav li.subnav p {
	line-height: 16px;
	height: 16px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-left: 30px;
}
ul.leftnav li.subnav p a {
	background: none;
	color: #333;
	height:17px;
	/*padding-top: 20px;*/
	width:172px;
	line-height:17px;
	text-indent: 0px;
}
ul.leftnav li.subnav p a:hover {
	color: #990000;
}
ul.leftnav li.subnav p a.activelink {
	color: #990000;
	cursor: text;
}
ul.leftnav li.subnav ul li {
	background: url(../images/trans.gif);
	line-height: 17px;
	height: 17px;
	display: block;
	padding-left: 10px;
}
ul.leftnav li.subnav ul li a {
	background: url(../images/trans.gif);
	line-height: 17px;
	height: 17px;
	display: block;
}



