.level_1 li {
    float: left;
    font-size: 12px;
    height: 34px;
    border: 0px solid #333;
	background: url(../images/nav_level1_bullet.gif) no-repeat right top;
}

.level_1 li.last {
	background: none;
}

.level_1 li a, .active {
	padding: 11px 5px 10px 5px;
	margin-right: 34px;
	margin-left: 25px;
    color: #414141;
    float: left;
    border: 0px solid #333;
}

.level_1 li a:hover, .active {
    color: #000;
	background: url(../images/nav_level1_hover.gif) repeat-x;
}

.level_1 li.first a, .level_1 li.first span {
	margin-left: 0px;
}

.level_1 li.last a {
	margin-right: 0px;
}

.level_2, .back_for {
    position: absolute;
    left: 0px;
    top: 28px;           
    float: left;
}

.level_2 li, .back_for li {
    background: none;
    height: 11px;
}

.level_2 li a, .level_2 .active {
	padding: 11px 7px 10px 10px;
	margin: 0px;
	color: #414141;
	background: url(../images/nav_level2_bullet.gif) no-repeat left 14px;

}

.level_2 li a:hover {
	color: #234292;
	background: url(../images/nav_level2_bullet.gif) no-repeat left 14px;

}

.level_2 .active {
	color: #234292;
	background: none;
	text-decoration: underline;
}

.level_2 .first {
	padding: 11px 7px 10px 0px;
}

.back_for {
	margin: 10px 0px 0px 470px;
}

.back_for li {
	float: left;
}

.back_for li a.back {
	background: url(../images/arrow_l.gif) no-repeat left 14px;
	padding: 11px 7px 10px 25px;
}

.back_for li a.for {
	background: url(../images/arrow_r.gif) no-repeat right 14px;
	padding: 11px 25px 10px 7px;
}