/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * 
{
	margin:0;
	padding:0;
	list-style:none;	
	border: 1px solid #797979;
	border:0;
	font-size:13 px;
	font:Verdana,Sans-serif;
}

.nav 
{	width:100%;
	line-height:1.0;
	background-color:#333333;
/*	background: url(http://www.xantech.com/smd/images/nav_bg_off.gif) repeat-x left; */
}

.nav ul 
{
	position:absolute;
	top:-999em;

}

.nav li 
{
	float:left;
	position:relative;
	z-index:99;
	background-color:#333333;
/*	background: url(http://www.xantech.com/smd/images/nav_bg_off.gif) repeat-x left; */
}


.nav li:hover ul,
ul.nav li.sfHover ul 
{
	left:0;
	top:auto;
}

.nav li li:hover ul,
ul.nav li li.sfHover ul 
{
	left:100%;
	top:0;
}

.nav 
{
	float:left;
}

.nav li 
{
  width:auto;
/*  border-right: 1px solid #666666; */
}

.nav ul li a
{
  width:200px;
}

.nav ul li.w100 a
{
  width:100px;
}

.nav ul li.w130 a
{
/*  width:130px; */
}

.nav ul li.w130 ul li a,
.nav ul li.w170 ul li a,
{
  width:315px;
}

.nav ul li.w170 a
{
/*  width:170px; */
}

.nav ul li.w220 a
{
  width:220px;
}

.nav ul li ul li a
{
  width:400px;
}

.nav a 
{
	display:block;
	white-space:nowrap;
	color: #ffffff;
	font-weight:bold;
	padding:6px;
	text-decoration:none;
}

.nav a:visited
{
	color:#FFFFFF;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active 
{
  background-color:#000000;
  color:#F58146;
/*  background: url(http://www.xantech.com/smd/images/nav_bg_on.gif) repeat-x left; */
}
