
/* applies only to pages that have sub-nav items in the .main holder */

.subnav-holder {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #999;
}
.subnav-holder ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: auto;
}
.subnav-holder ul li {
	display: block;
	float: left;
	text-align: center;
	margin-right: 1px;
	font-size: 75%;
	line-height: 1em;
}
.subnav-holder ul li a {
	padding: 10px 20px;
	width: auto;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #003768;
	border: 1px solid #003768;
	/* all
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	*/
	/* top only */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
}
.subnav-holder ul li a:hover, 
.subnav-holder ul li a:active, 
.subnav-holder ul li a.on {
	color: #003768;
	background-color: #00aee1;
	border-color: #00aee1;
}