.inactive_main, .active_main {
	display: block;
	height: 25px;
	width: 150px;
	line-height: 25px;
	text-indent: 25px;
	background-image: url(/images/l1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	
	}
	
.active_main, .inactive_main:hover {
	background-position: 10px;
	text-indent: 35px;
    }

.menu_header, .menu_header_active {
	display: block;
	background-image: url(/images/s1.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #C4C3BF;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	height: 89px;
	width: 182px;
	}
	
.menu_header_active, .menu_header:hover {
	background-image: url(/images/s1_a.gif);
    }

.menu_header_last, .menu_header_last_active {
	display: block;
	height: 89px;
	width: 181px;
	background-image: url(/images/s2_a.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #C4C3BF;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	}

.menu_l_inactive {
	display: block;
	background-image: url(/images/a2.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
}
.menu_l_active, .menu_l_active:hover, .menu_l_inactive:hover {
	display: block;
	background-image: url(/images/a2.gif);
	background-repeat: no-repeat;
	margin-left: 7px;
}


.menu_l_inactive1 {
	display: block;
	background-image: url(/images/a2.gif);
	background-repeat: no-repeat;
	margin-left: 21px;
}
.menu_l_active1, .menu_l_active1:hover, .menu_l_inactive1:hover {
	display: block;
	background-image: url(/images/a2.gif);
	background-repeat: no-repeat;
	margin-left: 28px;
}
	
.menu_header_last_active, .menu_header_last:hover {
	background-image: url(/images/s2.gif);
    }

