
/*
#sub-nav {
	width: 226px;
	padding: 0px;
	margin: 0px 0px 15px;
	font-size: 10px;
}
	

.sub-nav li a {
	display: block;
	padding: 4px 0px 4px 22px;
	text-decoration: none;
	width: 100%;
}

html>body .sub-nav li a {
	width: auto;
}

.sub-nav li a:hover {
	background-image: url( custom/images/bullets/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #7FB86E;
}

.sub-nav-over {
	background-image: url( custom/images/bullets/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #246AA0;
}
*/
.sub-nav-title {
	text-shadow: 1px 1px 1px white;
	letter-spacing: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #246AA0;
	padding-top: 4px;
	padding-right: 16px;
	text-align: center;
	text-transform: uppercase;

}


.sub-nav {
	color: #246AA0;
	font-size: 10px;
}

.sub-nav a {
	text-decoration: none;
	color: #246AA0;
}
.sub-nav a:hover {
	color: #7FB86E;
}


.sub-nav ul {
	padding-top: 4px;
	padding-left: 12px;
	list-style: none;
	margin: 0px;
	border: none;
	width: 182px;
}

.sub-nav li {
	margin: 0px;
	padding-left: 18px;
	padding-bottom: 6px;
	width: 180px;
}

.sub-nav li:hover {
	background-image: url( ../images/bullets/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	cursor: pointer;
	color: #7FB86E;
}

.sub-nav-selected {
	background-image: url( ../images/bullets/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}

.sub-nav-subtitle {
	padding-left: 28px;
	padding-right: 8px;
	padding-top: 4px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #246AA0;
	text-align: left;
}