/* Sub-Navigation Style */

#subnav ul {
	margin-left: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 4px;
	list-style-type: none;
}

#subnav li {
	border-bottom: 1px dotted #333;
	margin-bottom: 0;
}

#subnav li.first {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

#subnav li.last {
	border-bottom: 1px dotted #333;
}

#subnav ul a {
	display: block;
	padding: 4px 0px 4px 10px;
	width: 138px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #666;
}

#subnav ul a:hover {
	color: #369;
	background-color: #fff;
}

#subnav ul a:visited {
	color: #666;
}

#subnav ul a:visited:hover {
	color: #369;
}


