@charset "UTF-8";
/* CSS Document */
a.nav,
a.nav:link,
a.nav:visited, 
.chosen {
	display:block;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	overflow:hidden;
	background-color: #FFF;
	padding-left: 8px;
	font-style: normal;
	font-weight: normal;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
	line-height: 28px;
}
a.nav:hover {
	color:#fff;
	background-color: #F06B1C;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right -30px
	}
a.nav:active, 
.chosen {
	color:#fff;
	background-color: #F06B1C;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right -30px
	}
