/*************************************/
/*URB.com Navigation Layout Stylesheet*/

/*************************************/
/*Overall Navigation Rules Start*/

#nav
{
/*	border: 1px solid #f00; */
	position: relative;
/*	clear: both; */
	top: 0;
/*	top: 43px; */
	left: 0; 
	padding: 0;
	margin: 0;
	width: 950px;
/*	width: 937px; 
	width: 537px; */
	z-index: 90;
/*	background: transparent url("/images/nav/nav_bg.gif") no-repeat; */
}


#h2_nav
{
	display: none;
}


#nav ul
{
	padding: 0;
	margin: 0;
	
}

/* all list items */
#nav li 
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: block;
	height: 36px;
	font-weight: bold;
}

#nav li a 
{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 32px;
	color: #fff;
}

#nav li a:hover
{
	color: #00acad;
}

#nav li a span
{
	visibility: hidden;
}

#nav li:hover, #nav li.sfhover, #nav li.active
{
	background-position: 0 -36px;
	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: 537px;
	padding-top: 6px;
}

#nav li li
{
	display: inline !important;
	width: auto;
	height: 14px;
	border-left: 1px solid #AAAAB0;
	margin-left: 5px;
	padding-left: 5px;
}

#nav li li a {
	display: inline !important;
	height: auto;
}

#nav li li a:hover
{
	text-decoration: none;
	/*\*//*/
	 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;     NORMALLY ALL SUBS WOULD ALIGN LEFT
*/
	left: auto;
	_width: 400px;

}

/*Overall Navigation Rules End*/
/*************************************/

/*************************************/
/*Navigation Exception Rules Start*/

#nav li.navli_clinics:hover ul, 
#nav li.navli_events:hover ul, 
#nav li.sfhover ul.navli_clinics, 
#nav li.sfhover ul.navli_events
{ /* lists nested under hovered list items */
	
/*	left: auto; */
	left: 495px;
	_width: 400px;
}

/*Navigation Exception Rules End*/
/*************************************/

/*************************************/
/*Navigation Rollover Image Rules Start*/

#nav li.navli_next1000
{
	width:80px;
	background-image: url("/images/nav/next1000.gif");
}

#nav li.navli_products
{
	width:73px;
	background-image: url("/images/nav/features.gif");
}

#nav li.navli_whats_new
{
	width:46px;
	background-image: url("/images/nav/blog.gif");
}

#nav li.navli_hive
{
	width:73px;
	background-image: url("/images/nav/hive.gif");
}

#nav li.navli_support
{
	width:67px;
	background-image: url("/images/nav/reviews.gif");
}

#nav li.navli_community
{
	width:54px;
	background-image: url("/images/nav/media.gif");
}

#nav li.navli_contests
{
	width:72px;
	background-image: url("/images/nav/contests.gif");
}

#nav li.navli_events
{
	width:60px;
	background-image: url("/images/nav/events.gif");
}

#nav li.navli_clinics
{
	width:72px;
	background-image: url("/images/nav/instudio.gif");
}

#nav li.navli_store
{
	width:60px;
	background-image: url("/images/nav/charts.gif");
}

#nav li.navli_corporate
{
	width:77px;
	background-image: url("/images/nav/subscribe.gif");
}

/*Navigation Rollover Image Rules End*/
/*************************************/