body {
	background-image: url(../images/bg.gif);
}
#LeftColumn {
	background-color: #e9e9e9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.SubMenu {
	width: 250px;
	float: left;
	background-color: #DFE0A7;
}
.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 {
	color: #000000;
	background-image: url(../images/icons/arrowsideA.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4F4F4;
	border-bottom-color: #D2D2D2;
	background-color: #E7E7E7;
}
.SubMenu li a.first:hover {
	color: #0C3D91;
	background-image: url(../images/icons/arrowsideA.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	background-color: #D6D6D6;
}
.SubMenu li a.third {
	color: #000000;
	background-image: url(../images/icons/arrowsideB.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4F4F4;
	border-bottom-color: #D2D2D2;
	background-color: #E7E7E7;
}
.SubMenu li a.third:hover {
	color: #0C3D91;
	background-image: url(../images/icons/arrowsideB.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	background-color: #D6D6D6;
}
.SubMenu li a.second {
	color: #666666;
	background-image: url(../images/icons/arrow_blue.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;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e7e7e7;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.SubMenu li a.second:hover {
	color: #0C3D91;
	background-image: url(../images/icons/arrow_red.png);
	background-repeat: no-repeat;
	background-position: 15px 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: #e4e4e4;
	border-right-color: #003366;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}
