.sub-nav a{
	color: #736E6C;
	text-decoration: underline;
	font-size: 1em;
	font-weight: normal;
	background: url(sub-nav-arrow.gif) no-repeat right;
	padding-right: 8px;
	margin-right: 30px;
}

.sub-nav a:hover,
.sub-nav a:active{
	text-decoration: none;
}

.sub-nav li{
	color: #736E6C;
	display: inline;
	list-style-type: none;
	background:none;
	margin: 0;
	padding: 0 10px 0 0;
}

.sub-nav{
	margin-bottom: 20px;
}
