.nav{
	width:100%;
	margin:10px 0 0;
	position:relative;
	z-index:2;
	
}
.nav:after {
	height:0;
	clear:both;
	content:"";
	display:block;
	
}
.nav-box{
	float:right;
	padding:0 0 0 4px;
	background:url(http://www.pxleyes.com/images/bg-nav-box.gif) no-repeat;
	padding-right:3px;
}
.nav-holder{
	float:left;
	background:url(http://www.pxleyes.com/images/bg-nav-holder.gif) repeat-x;
}
.nav .right{
	float:left;
	width:4px;
	height:38px;
	font-size:1px;
	line-height:1px;
	background:url(http://www.pxleyes.com/images/bg-nav-right.gif) no-repeat;
}
.nav ul{
	list-style:none;
	float:left;
	padding:0;
	margin:0 -4px;
	position:relative;
}
.nav ul li{float:left;}
.nav ul li:hover,
.nav ul li.hover{
	position:relative;
}
.nav ul li a{
	display:block;
	font:bold 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:12px 9px;
	position:relative;
	z-index:2;
}
.nav ul li a:hover,
.nav ul li.active a,
.nav ul li:hover a,
.nav ul li.hover a{
	border:solid #84bad7;
	border-width:0 1px;
	padding:10px 8px;
	text-decoration:none;
	background:#1e70ca url(http://www.pxleyes.com/images/bg-nav-link-hover.gif) repeat-x;
}
.nav ul li a.first:hover,
.nav ul li.active a.first,
.nav ul li:hover a.first,
.nav ul li.hover a.first{
	border-left:0;
	padding-left:9px;
	background:url(http://www.pxleyes.com/images/bg-nav-link-first-hover.gif) no-repeat;
}
.nav ul li a.last:hover,
.nav ul li.active a.last,
.nav ul li:hover a.last,
.nav ul li.hover a.last{
	border-right:0;
	padding-right:9px;
	background:url(http://www.pxleyes.com/images/bg-nav-link-last-hover.gif) no-repeat 100% 0;
}
.nav ul li.subnav-right a.last:hover,
.nav ul li.subnav-right:hover a.last,
.nav ul li.subnav-right.hover a.last{
	border-right:0;
	padding-right:9px;
	background:url(http://www.pxleyes.com/images/bg-nav-subnav-right-last-hover.gif) no-repeat 100% 0;
}
.nav ul li:hover .subnav,
.nav ul li.hover .subnav{visibility:visible;}
.subnav{
	visibility:hidden;
	width:166px;
	overflow:hidden;
	position:absolute;
	top:35px;
	left:-2px;
}
.subnav-right .subnav{
	left:auto;
	right:-4px;
}
.subnav .top,
.subnav .bottom{
	display:block;
	width:166px;
	height:6px;
	font-size:1px;
	line-height:1px;
	background-repeat:no-repeat;
}
.subnav .subheader
{
	color:#FFFFFF;
	padding-left:17px;
	margin-top:15px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:7pt;
	font:Arial, Helvetica, sans-serif;
}

.subnav .top{background-image:url(http://www.pxleyes.com/images/bg-subnav-top.png);}
.subnav .bottom{background-image:url(http://www.pxleyes.com/images/bg-subnav-bottom.png);}
.nav ul li ul{
	display:table;
	float:none;
	overflow:hidden;
	width:158px;
	background:url(http://www.pxleyes.com/images/bg-subnav-center.png) repeat-y;
	margin:0 !important;
	padding:0 5px 4px 3px;
}
.nav ul li ul li{
	float:none;
	width:158px;
	padding:0 0 1px;
	margin:1px 0 0;
}
.nav ul li ul a{
	display:table-cell;
	width:158px;
	font:11px/13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 !important;
	background:none !important;
	border:0 !important;
	text-transform:none;
}
.nav ul li ul a em{
	font-style:normal;
	display:block;
	width:117px;
	padding:1px 10px 1px 31px;
	cursor:pointer;
	background:url(http://www.pxleyes.com/images/bg-subnav-list.gif) no-repeat 18px 3px;
}
.nav ul li ul a:hover{
	padding:0 !important;
	background:#4d9bea url(http://www.pxleyes.com/images/bg-subnav-link.gif) repeat-x !important;
}
