#leftMenu {
	width: 170px;
	padding-left: 100px;
	padding-bottom: 20px;
	background-image: url(../leftMenu/background.jpg);
	background-repeat: no-repeat;
	background-color: #4355B9;
	text-align: left;
	height: 296px;
}

#leftMenuHeader {
	color: #B5D5F4;
	font-weight: bold;
	font-size: 14px;
	background-repeat: repeat;
	padding: 10px;
}

#leftMenu ul {
	margin: 0;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
}
#leftMenu li {
	margin-bottom: 0px;
	margin-top: 0px;
}
#leftMenu a {
	display: block;
	text-decoration: none;
	color: #E7E7FA;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #696FCD;
	border-bottom-color: #000064;
	padding-left: 10px;
	width: 150px;
}
#leftMenu a:link {
	font-weight: normal;
}
#leftMenu a:visited{
}
#leftMenu a:hover {
	background-color: #3536a2;
	background-image: url(../leftMenu/hover.gif);
	background-repeat: no-repeat;
}
#leftMenu a:active {
	background-color: #000196;
	background-image: url(../leftMenu/active.gif);
	background-repeat: no-repeat;
}
#leftMenuSubHeader {
	display: block;
	text-decoration: none;
	color: #C0D9F1;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7E83D4;
	border-bottom-color: #3E0088;
	padding-left: 10px;
}
#leftMenuSpacer {
	height: 20px;
}

