#SubNav {
	margin: 7px 0 0 0;
	padding: 7px 10px 0 0;
	width: 220px; 
}

#SubNav H4{
	display: block;
	background-color: #FCFFBF;
	background-image: url(images/Splash05_BG_subtitle_11.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0 0 0 20px;
	padding: 2px 10px 2px 10px;
	width: 180px;
	color: #00237C;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.07em;
}

#subnav p { 
	margin: .3em 0 1.5em 30px;
	font: normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#subnav ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	font: normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#subnav li { margin: 0 0 2px 30px; }

#subnav a {
	display: block;
	padding: 2px 0 2px 10px;
	width: 150px;
	background-image: url(images/Nav01_arrows_08.gif);
	background-repeat: no-repeat;
	color: #EEE;
	text-decoration: none;
	background-position: 0 .5em;
}

#subnav a:hover {
	background-image: url(images/Nav01_arrows_12.gif);
	text-decoration: underline;
	color: #87CEFA;
}