﻿
#nav
{
	position: absolute;
	clear: both;
	top: 24px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 600px;
	z-index: 90;
	
	background: transparent url("../../../images/nav/nav_bg.gif") no-repeat;
}

#nav ul
{
	padding: 0;
	margin: 0;
	
}

/* all list items */
#nav li 
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	height: 32px;
}

#nav li a 
{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 32px;
}

#nav li a span
{
	visibility: hidden;
}

#nav li:hover, #nav li.sfhover, #nav li.active
{
	background-position: 0 -32px;
	text-decoration: none;
}

#nav li:hover a, #nav li.sfhover a
{
	text-decoration: none;
}

/* second-level lists */
#nav li ul 
{
	background: none;
	position: absolute;
	left: -999em; 
	 _width: 780px; 
	 width: 780px; 
	padding-top: 4px;
	 
}
#nav li li
{
	display: inline !important;
	width: auto;
	height: 14px;
	border-left: 1px solid gray;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: -1px;
	font: 9px  Tahoma,Verdana, Helvetica, Arial, sans-serif;
	white-space: nowrap
}
 

#nav li li a {
	display: inline !important;
	height: auto;
	font-size:11px;
	color:#454545;
}

#nav li li a:hover
{
	text-decoration: underline;
		color:#000;
	 left: 0;
	 
}

#nav li li.first
{
	border: 0;
	margin-left: 12px;
	padding-left: 0;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul
{ 
	left: 0;
}

/*Overall Navigation Rules End*/
/*************************************/

/*************************************/
/*Navigation Exception Rules Start*/

#nav    #nav  , #nav li.sfhover  , #nav li.sfhover  
{ /* lists nested under hovered list items */
	left: auto;
	 _width: 400px; 
}
#nav li.navli_mobile
{
	width:59px;
	background-image: url("../../../images/nav/mobile.gif");
}

#nav li.navli_industry
{
	width:58px;
	background-image: url("../../../images/nav/ind.gif");
}

#nav li.navli_jobs
{
	width:81px;
	background-image: url("../../../images/nav/job.gif");
}

#nav li.navli_services
{
	width:66px;
	background-image: url("../../../images/nav/service.gif");
}

#nav li.navli_goods
{
	width:58px;
	background-image: url("../../../images/nav/goods.gif");
}

#nav li.navli_automobile
{
	width:61px;
	background-image: url("../../../images/nav/car.gif");
}

#nav li.navli_realestate
{
	width:57px;
	background-image: url("../../../images/nav/realestate.gif");
}
#nav li.navli_education
{
	width:64px;
	background-image: url("../../../images/nav/edu.gif");
}

#nav li.navli_computer
{
	width:59px;
	background-image: url("../../../images/nav/comp.gif");
}

