/* CSS Document */

#leftnav {
	width: 200px;
	text-align: right;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 15px;
	display: block;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 22px;
}
li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
li a:hover {
	text-decoration: none;
	background-image: url(../images/_nav_active_rollover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #DC0067;
}
li a:active {
	text-decoration: none;
	background-image: url(../images/_nav_active_rollover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #DC0067;
}
