@charset "utf-8";
/* CSS Document */

/********* Subnav ************/
.left-sidebar {
	width: 284px;
	float: left;
	margin-right: 1px;
}

.left-sidebar p.sectionTitle {
	margin: 60px 25px 10px 25px;
	padding: 0px 0px;
	color: #f26227;
	font-size: 1.8em;
	font-weight: bold;
}

.left-sidebar p.sectionTitle a {
	color: #f26227;
	text-decoration: none;
}

.left-sidebar p.sectionTitle a:hover {
	text-decoration: none;
}

ul.subnav {
	margin: 0px 0px 20px 9px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	width: 261px;
	float: left;
	clear: both;
}

ul.subnav li {
	margin: 0px;
	padding: 0px;
	width: 249px;
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	clear: both;
}

ul.subnav li.hassub {
	background: transparent url(../images/sys_images/btn-subnav-arrow.png) no-repeat 215px 12px;
}

ul.subnav li.hassub ul {
	display: none;
}

ul.subnav li.subsubnav.hassub ul {
	display: block;
}

ul.subnav li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 12px 48px 12px 0px;
	background: transparent url(../images/sys_images/subnav-border.png) no-repeat top left;
}

ul.subnav li a:hover {
	color: #F26227;
}

ul.subnav li.subsubnav {
	background: transparent url(../images/sys_images/subnav-hassub-bg.png) no-repeat top left;
	margin-left: -12px;
	width: 264px;
	margin-bottom: 10px;
}

ul.subnav li.subsubnav a {
	color: #FFF;
	background: none;
    padding: 14px 58px 11px 15px;
}

ul.subnav li.subsubnav ul {
	background: #FFF url(../images/sys_images/subsubnav-bot-bg.png) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 16px;
	width: 244px;
	float: left;
	clear: both;
}

ul.subnav li.subsubnav ul li {
	font-size: .9em;
	background: transparent url(../images/sys_images/subsubnav-item-bg.png) repeat-y top left;
}

ul.subnav li.subsubnav ul li a {
	background: none;
	color: #333;
	font-weight: normal;
	padding: 12px 30px 12px 30px;
	border-bottom: 1px solid #FFF;
}

ul.subnav li.subsubnav ul li a:hover {
	color: #F26227;
}

ul.subnav li.subsubnav ul li.last {
	background: transparent url(../images/sys_images/subsubnav-item-bot-bg.png) no-repeat bottom left;
	padding-bottom: 10px;
}

ul.subnav li.subsubnav ul li.last a {
	border-bottom: none 0px;
}

ul.subnav li.subsubnav ul li ul {
	
}

ul.subnav li.subsubnav ul li ul li {
	font-size: 1em;
}

ul.subnav li.subsubnav ul li.active a, ul.sunav li.subsubnav ul li ul li.active a {
	color: #F26227;
}





