/* Navigation structure starting here */
/* All commented out borders are for the original white line dropdown */


#nav	{
	width: 608px;
	height: 26px;
	background-color: #000;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	z-index: 99;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav a {
	display: block;
	overflow: visible;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	background-color: #900;
	padding: 5px 0 0 8px;
	font-size: 11px;
	text-align: left;
	height: 21px !important;
	height: 21px;
	height/**/:/**/21px;
	width: 143px;
	z-index: auto;
	background: url(../images/nav_bar.jpg) repeat-x;
}

#nav li {
	float: left;  
	width: 151px;
	margin: 0;
}

#end	{
	float: left;
	width:152px;
	margin: 0;
	border-right: 0px;
}

#end a	{
	width: 148px;
	height: 19px;
}

#nav .boldend	{	/* To add boldness to top level end link*/
	font-weight: bold;
}

#nav a:hover {
	background-color: #000;
	background: url(../images/nav_bar_off.jpg) repeat-x;
}

#nav .boldlink	{	/* To add boldness to top level links*/
	font-weight: bold;
}


#nav li ul {
	background-color: #000;
	position: absolute;
	left: -999em;
	width: inherit;
	margin: 0;
	font-weight: normal;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li ul li a, #nav li.sfhover ul li a {
	background-color: #000;
	background: url(../images/nav_bar_off.jpg) repeat-x;
}	

#nav li ul li a:hover, #nav li.sfhover ul li a:hover {
	background-color: #900;
	background: url(../images/nav_bar.jpg) repeat-x;
	color: #fff;
}

#nav li li{clear:left}

/* Navigation structure ending here */