/* 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;
	height: 25px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

#ContentLeft li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 3px;
	font-weight: normal;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#ContentLeft li a.active, #ContentLeft li a.active:visited  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/bg/bg_navigation.gif);
}

#ContentLeft ul li ul li a:link, #ContentLeft ul li ul li a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #881018;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size: 90%;
	padding-left: 22px;
	border-left-style: solid;
}

#ContentLeft ul li ul li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 3px;
	background-color: #CCCCCC;
	font-size: 90%;
	padding-left: 22px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #881018;
}

#ContentLeft ul li ul li a.active, #ContentLeft ul li ul li a.active:visited  {
	color: #731344;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 3px;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 90%;
	padding-left: 22px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #881018;
}

#ContentLeft ul ul {
	list-style: none;
}

