#ContentLeft .subnav a:link, #ContentLeft ul.subnav a:visited {
	color: #333333;
	padding-left: 20px;
	font-size: 10px;
	display: block;
}

#ContentLeft .subnav a:hover {
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 20px;
	font-size: 10px;
}

#ContentLeft .subnav a.active:link, #ContentLeft ul.subnav a.active:visited {
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 20px;
	font-weight: bold;
}
/* CSS Document */

#ContentLeft ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#ContentLeft li {
	list-style: none;
	background-color: #FFFFFF;
}

#ContentLeft li a:link, #ContentLeft li a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #881018;
	padding-top: 4px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-left-width: 5px;
	border-left-style: solid;
	padding-bottom: 4px;
}

#ContentLeft li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	font-weight: normal;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #881018;
	padding-bottom: 4px;
}

#ContentLeft li a.active, #ContentLeft li a.active:visited  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
	background-color: #881018;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #881018;
	padding-bottom: 4px;
}
