﻿@charset "utf-8";
/*   LEVEL 1   */
.nav_images ul.lev_1 {
	display: block;
	height: 91px;
	width: auto;
	position: relative;
	padding-right: 18px;
}
.nav_images ul.lev_1 li {
	display: block;
	height: 91px;
	width: 108px;
	float: right;
	margin: 0 8px;
	color: #7F7F7F;
	font-size: 11px;
	text-align: right;
	background: no-repeat center 24px;
}
.nav_images ul.lev_1 li a {
	background: no-repeat center 24px;
	height: 83px;
	width: 103px;
	display: block;
	padding-top: 8px;
	padding-right: 5px;
	text-decoration: none;
	z-index: 15;
	color: #7F7F7F;
	position: relative;
	cursor: pointer;
}
.nav_images ul.lev_1 li a span {
	display: none;
	height: 91px;
	width: 103px;
	position: absolute;
	left: -1px;
	top: 0px;
	padding: 8px 5px 0 0;
	color: #FF3300;
	background: no-repeat;
}

.nav_images ul.lev_1 li a:hover span {
	display: block;
	cursor: pointer;
	background: no-repeat;
}

.nav_images ul.lev_1 li a.selected span {
	display: block;
	cursor: pointer;
	background: no-repeat;
}

.nav_images ul.lev_1 li span img {
	position: absolute;
	top: 0px;
	display: block;
	right: 0px;
	z-index: 10;
}

.nav_images ul.lev_1 li a img {
	display: none;
}



