#LeftSubNav ul {
	list-style-type: none;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
	float: left;
	width: 158px;
}
#otherlinks {
	float: left;
	width: 150px;
	height: auto;
	margin-top: 5px;
}
#otherlinksTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-align: right;
	vertical-align: middle;
	float: left;
	width: 438px;
	margin-top: 5px;
	background-image: url(../images/images/sideBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-right: 10px;
}
#LeftSubNav {
	float: left;
	height: 100%;
	width: 150px;
}

#LeftSubNav a {
	display: block;
	width: 140px;
	font-size: 0.8em;
	height: 21px;
	padding-top: 3px;
	padding-left: 5px;
	background-image: url(../images/images/leftNav_Normal.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 5px;
}
#LeftSubNav a:link, #LeftSubNav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCF1FE;
	text-decoration: none;
}
#LeftSubNav a:hover {
	background-color: #0033CC;
}
#LeftSubNav #active #current {
	background-color: #16086A;
	background-image: none;
}
