#sm_level_1 li {
	float: none;
}


#sm_level_1 a {
	display: block;
	padding: 5px 0 6px 15px;
	font: 16px Arial, Tahoma, 'Times New Roman';
	color: #3F3F99;
	background: url('../img/sub_menu/level_1.png') no-repeat 0px 8px;
}

#sm_level_1 a:hover {
	color: #3F3F99;
	text-decoration: underline;
	background: url('../img/sub_menu/level_1.png') no-repeat 0x 8px;
}

#sm_level_1_active a, #sm_level_1_parent_active a {
	color: #3F3F99;
	background: url('../img/sub_menu/level_1_active.png') no-repeat 0px 10px;
}



#sm_level_2 {
	padding: 0 0 15px 0;
}

#sm_level_2 li {
	background: none;
}

#sm_level_2 a {
	padding: 5px 0 0 32px;
	font: 14px Arial, Tahoma, 'Times New Roman';
	color: #808080;
	background: none;
}

#sm_level_2 a:hover {
	color: #808080;
	text-decoration: underline;
	background: none;
}

#sm_level_2_active a, #sm_level_2_parent_active a {
	color: #3F3F99;
	background: none;
}



#sm_level_3 {
	margin: 0 0 5px 15px;
}

#sm_level_3 a {
	margin: 0;
	padding-left: 30px;
	font: 13px Arial, Tahoma, 'Times New Roman';
	color: #AAA;
	background: none;
}

#sm_level_3 a:hover {
	color: #AAA;
	text-decoration: underline;
	background: none;
}

#sm_level_3_active a {
	color: #AAA;
	background: none;
}