.nav {
	height:34px;
	font-size:11px;
	z-index:1;
	font-weight:100;
	margin-top:7px;
	margin-left:241px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	float:right!important;
}
.nav .select {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}
.nav li {
	float:left;
	background:url(../i/nav-space.gif) right center no-repeat;
}
.nav .select a {
	display:block;
	text-decoration:none;
	line-height:34px;
	white-space:nowrap;
	height:34px;
	color:#7c7c7c;
	font-size:11px;
	margin:0 10px 0 9px;
	position:relative;
}
.nav .select a:hover, .nav .select li:hover a {
	line-height:34px;
	cursor:pointer;
	color:#7c7c7c;
}
.nav .select li.line a:hover, .nav .select li.line:hover a {
	color:#7c7c7c;
}


.nav li.m1 a{
	background:url(../i/m1.gif) no-repeat left center;
	width:58px;
}
.nav li.m1 a:hover{
	background:url(../i/m1a.gif) no-repeat left center;
}

.nav li.m1active a{
	background:url(../i/m1a.gif) no-repeat left center;
	width:58px;
}
.nav li.m2 a{
	background:url(../i/m2.gif) no-repeat left center;
	width:44px;
}
.nav li.m2 a:hover{
	background:url(../i/m2a.gif) no-repeat left center;
}
.nav li.m2active a{
	background:url(../i/m2a.gif) no-repeat left center;
	width:44px;
}
.nav li.m3 a{
	background:url(../i/m3.gif) no-repeat left center;
	width:104px;
}
.nav li.m3 a:hover{
	background:url(../i/m3a.gif) no-repeat left center;
}
.nav li.m3active a{
	background:url(../i/m3a.gif) no-repeat left center;
	width:104px;
}
.nav li.m4 a{
	background:url(../i/m4.gif) no-repeat left center;
	width:135px;
}
.nav li.m4 a:hover{
	background:url(../i/m4a.gif) no-repeat left center;
	width:135px;
}
.nav li.m4active a{
	background:url(../i/m4a.gif) no-repeat left center;
	width:135px;
}
.nav li.m5 a{
	background:url(../i/m5.gif) no-repeat left center;
	width:79px;
}
.nav li.m5 a:hover{
	background:url(../i/m5a.gif) no-repeat left center;
}
.nav li.m5active a{
	background:url(../i/m5a.gif) no-repeat left center;
	width:79px
}

.nav li.m6 a{
	background:url(../i/m6.gif) no-repeat left center;
	width:90px;
}
.nav li.m6 a:hover{
	background:url(../i/m6a.gif) no-repeat left center;
}
.nav li.m6active a{
	background:url(../i/m6a.gif) no-repeat left center;
	width:90px;
}

.nav li a span{
	display:none;
}
.nav li.end {
	background:none;
}

.nav li.m1active a, .nav li.m1active a:hover,
.nav li.m2active a, .nav li.m2active a:hover, 
.nav li.m3active a, .nav li.m3active a:hover,
.nav li.m4active a, .nav li.m4active a:hover,
.nav li.m5active a, .nav li.m5active a:hover,
.nav li.m6active a, .nav li.m6active a:hover {
	color:#f87811;
	border-top:2px solid #f87811;
	height:32px;
	line-height:33px;
}
