/* Left nav for WPDS */

#nav {
	width:141px;
	margin:auto;
}

#nav ul {
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#EAEAEA;
	margin:0 0 2.5em 0;
}

#nav ul li, #nav ul li.current {
	background:#666 url(../images/btn_bg.png) no-repeat;
	margin:auto;
	height:25px;
	line-height:25px;
	margin-bottom:5px;
}

#nav ul li.current {
	background: #E99C2E url(../images/bg_btn_current.png) no-repeat;
	color:#000;
}

#nav ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#E99C2E;
}
