#SM h5 a:link {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #0C2861;
	text-decoration: none;

}
#SM h5 a:visited {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #0C2861;
	text-decoration: none;

}
#SM h5 a:hover {
	font: bold 1em Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #4192E5;
}
#SM h5 {
	margin: 0;
	padding: 5px 15px 5px 30px;
	clear: both;
	text-transform: capitalize;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5ECF5;
	border-bottom-color: #D9DEE7;
	background-color: #e5ecf5;
	background-image: url(../images/LeftNav/bglefth5.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0C2861;
}
.SubMenu {
	width: 200px;
	float: left;
}
.SubMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.SubMenu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.SubMenu li a {
	display: block;
	color: #333333;
	background: #f5f5f5;
	font-size: 0.73em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.SubMenu li a.first {
	padding: 7px 7px 7px 30px;
	border-top: 1px solid #f8f9fc;
	border-bottom: 1px solid #e1e8f4;
	border-left: 1px solid #e1e8f4;
	color: #666666;
	background-color: #f1f4fa;
	background-image: url(../images/LeftNav/ar.png);
	background-repeat: no-repeat;
	background-position: 11px 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.SubMenu li a.first:hover {
	color: #4192E5;
	background-color: #e5ecf5;
	background-image: url(../images/LeftNav/ar.png);
	background-repeat: no-repeat;
	background-position: 11px 13px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #f1f4fa;
	border-right-color: #4192E5;
	border-bottom-color: #dbe4ee;
}