div#navSecondary {
	display:inline;
	float:right;
	width:225px;
	margin-top:85px;
	height: 100px;
}

#navSecondary ul {
	display:inline;
	float:left;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

#navSecondary li {
	display:list-item;
	list-style-type:none;
	text-align:right;
	line-height: 20px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	width: 151px;
}

#navSecondary a {
	color: #5D87A1;
	border:0px;
}

#navSecondary a:hover {
	color: #2B4352;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B4352;
}

#navSecondary .onNavPage {
	color: #2B4352;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B4352;
	text-decoration: none;
}

#bold a {
	font-size:18px;
	color: #FFFFFF;
}
