#RightColumn h1 {
	margin: 8px 0px 0px 0px;
	clear: both;
	text-transform: capitalize;
	text-align: left;
	background: #4e8aad url('/images/corners/tl_blue.gif') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
#RightColumn h1 div {
	background: transparent url('/images/corners/tr_blue.gif') no-repeat top right;
	padding: 5px 15px 5px 10px;
	}

#RightColumn h2 {
	clear: both;
	text-transform: capitalize;
	text-align: left;
	background: #000 url('/images/corners/tl_black.gif') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 8px 0px 0px 0px;
}
#RightColumn h2 div {
	background: transparent url('/images/corners/tr_black.gif') no-repeat top right;
	padding: 5px 15px 5px 10px;
	}

.SubMenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 18px;
}
.SubMenu dl#members {
	margin: 0px;
	padding: 0px;
	background: #999;
	text-align: left;
	}
dl#members dd {
	padding: 4px 4px 4px 14px;
	margin: 0px 4px;
	background: transparent url('/images/icons/white_arrow.gif') no-repeat 4px 9px;
	border-bottom: 1px dotted #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

.SubMenu {
	width: 200px;
	float: left;
}
.bluebottom {
	float:left;
	width: 200px;
	height: 12px;
	margin-bottom: 12px;
	background: transparent url('/images/corners/blue_bottom.gif') no-repeat;
	}
.grbottom {
	float:left;
	width: 200px;
	height: 12px;
	margin-bottom: 12px;
	background: transparent url('/images/corners/gr_bottom.gif') no-repeat;
	}

.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;
	font-size: 0.73em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.SubMenu li a.first {
	padding: 7px 7px 7px 30px;
	color: #FFFFFF;
	background-color: #96C8DF;
	background-image: url(../images/icons/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 11px 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9F0F5;
	border-bottom-color: #72A2B9;
	border-left-color: #8AC3DD;
}
.SubMenu li a.first:hover {
	color: #000000;
	background-color: #7FAABC;
	background-image: url(../images/icons/arrow_black.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: #C9E1E9;
	border-right-color: #000000;
	border-bottom-color: #96C8DE;
}
