/******SUBNAVI******/
#subnavi {
	height:auto !important;
	width: 219px;
	margin: 0 auto;
	float: left;
	padding: 0;
	background-color: #706DB2;
	}
	
/************/

#sub_navigation ul {
	width: 219px;
	text-align: left;
	text-decoration: none;
	line-height:25px;
	color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	list-style: none;	
	}

#sub_navigation ul a {
	display:block;
	background-color: #242276;
	}
	
/************/

#sub_navigation ul li.level_1 a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	color:#ffffff;
	border-bottom:0px dotted #ffffff;
	background-color: #706DB2;
	text-transform:none;
}

#sub_navigation ul li.level_1 a.active, #sub_navigation ul li.level_1 a:hover {
	font-weight: normal;
	padding: 5px 20px 5px 20px;
	border-bottom:0px dotted #ffffff;
	color: #ffffff;
	background-color:#242276;
	font-weight: bold;
	}

/************/

#sub_navigation ul li.level_2 a {
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px 5px 30px;
	color:#ffffff;
	border-bottom:0px dotted #ffffff;
	background-color: #706DB2;
	text-transform:none;
	}

#sub_navigation ul li.level_2 a.active, #sub_navigation ul li.level_2 a:hover {
	font-weight: normal;
	padding: 5px 20px 5px 30px;
	border-bottom:0px dotted #ffffff;
	color: #ffffff;
	background-color:#242276;
	font-weight: bold;
	}

/************/

#sub_navigation ul li.level_3 a{
	font-weight: normal;
	padding: 0px 11px 6px 40px;
	border-bottom:0px dotted #ffffff;
	color: #ffffff;
	background-color:#706DB2;
	}

#sub_navigation ul li.level_3 a.active, #sub_navigation ul li.level_3 a:hover {
	padding: 0px 11px 6px 40px;
	border-bottom:0px dotted #ffffff;
	color: #ffffff;
	background-color:#242276;
	font-weight: bold;
	}