@charset "utf-8";

/* CSS Document */
#c-left{
	width:228px;
	margin-top:1.25em;
	/*background:url(/images/content-left.jpg) no-repeat top left;*/
	float:left;
	display:block;
			}

img.float_left{
	float:left;
	}

ul.sidemenu {
	background-image:url(../images/leftnav_repeat.png);
	background-repeat:repeat-y;
	float:left;
	height:auto;
	margin:0;
	padding-left:4px;
	width:224px;
	font-size:12px;

	/*padding-top:3.2em;
	margin-left:1.818em;
	margin-right:0.909em;
	font-size:0.6875em;
	font-weight:bold;*/
}

ul.sidemenu li {
	list-style:none;
	/*color:#333;
	line-height:1.636em;
	border-bottom:1px solid #ccc;*/
	width:170px;
	height:auto;
	color:#676767;
	float:left;	
	
	
	
}

ul.sidemenu li a {
	background-image:url(../images/leftnav_1_grey.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#676767;
	text-decoration:none;
	padding:9px 30px 9px 20px;	
	width:170px;
	height:auto;
	display:block;
	float:left;
}

ul.sidemenu li a:hover {
	background-image: url(../images/leftnav_1_grey_arrow.gif);
	background-position: left center;
	cursor: pointer;
	color: #70b2d6;
	
}
ul.sidemenu li a.active {
	height: auto;
	width: 170px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	background-image: url(../images/leftnav_1_blue.gif);
	background-position: left center;
	padding-right: 30px;
	color: #ebebeb;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	}

ul.sub-sidemenu {
	background-color:#F6F6F6;
}

ul.sub-sidemenu li {
	list-style:none;
	float:left;
	width:160px;
	height:auto;
	color:#333333;
	background-image:none;
	/*background-color:#F6F6F6;
	border-bottom:1px solid #EBEBEB;
	border-style:solid none;
	border-top:1px solid #FFFFFF;
	border-width:1px;*/
}

ul.sub-sidemenu li a {
	background-image:none;
	background-color:#F6F6F6;
	border-bottom:1px solid #EBEBEB;
	border-style:solid none;
	border-top:1px solid #FFFFFF;
	border-width:1px;
	color:#333333;
	float:left;
	font-size:12px;
	height:auto;
	padding:9px 30px;
	width:160px;
}

ul.sub-sidemenu li a:hover {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-color: #ebebeb;
	font-size: 12px;
	float: left;
	height: auto;
	width: 160px;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	cursor: pointer;
	background-image: url(../images/leftnav_arrow_right_dark.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #70b2d6;
}

ul.sub-sidemenu li a.active {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-color: #ebebeb;
	font-size: 12px;
	float: left;
	height: auto;
	width: 160px;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	cursor: pointer;
	color: #70b2d6;
}

ul.sub-sidemenu4 {
	background-color: #f6f6f6;
	/*padding-left:0.72em;
	padding-bottom:0.72em;*/
}

ul.sub-sidemenu4 li {
	list-style:none;
	float:left;
	width:150px;
	height:auto;
	color:#333333;
	background-image:none;
	background-color: #f6f6f6;
}
						
ul.sub-sidemenu4 li a {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-color: #ebebeb;
	font-size: 12px;
	font-style:italic;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #333333;
}

ul.sub-sidemenu4 li a:hover {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-color: #ebebeb;
	font-size: 12px;
	font-style:italic;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
	padding-left: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #70b2d6;
}

ul.sidemenu span,
ul.sub-sidemenu span {
	/*font-size:1.45em;
	font-weight:bold;
	color:#ff961f;*/
}

