/* CSS Document */

#nav {
	padding:0;
	margin:0;
	width:985px;
	height:30px;
	background-color:#FF0000;
	border-bottom:1px #fff solid;
	border-top:1px #fff solid;
	font-weight:bolder;
	text-align:center;
	float:none;
}



#nav ul {

	padding:0; margin:0;

	float: none;

	list-style: none;

	line-height: 15px;

	font-weight:bold;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	letter-spacing:.09em;

	width:100%;

	text-align:center;

	width:805px;

	padding-left:180px;

	padding-bottom:3px;

}

/* -------------------------- */

/* The top main navigation links */

#nav a {

	display: block;

	padding: 1px 36px 4px 36px;

	marging-bottom:0px;

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	letter-spacing:.09em;

	font-weight:bold;

	text-decoration: none;

}



#nav a:hover {

	color: #000;

	font-weight:bold;

	text-decoration: none;

}



#nav li {

	float: left;

	padding: 0;

	background-image:url(../images/bar1.gif); background-position:right; background-repeat:no-repeat;	

	text-align:center;

}



/* The dropdown links lists */

#nav li ul {

	margin: 0; padding:0; 

	position: absolute;

	z-index: 10;

	left: -999em;

	height: auto;

	width: 188px; 

	text-align:left;

	float:left;

}





#nav li li {

	padding: 0;

	width: 100%; 

	background-image:none;

	background-color:#FF0000;

}

#nav li ul a {

	padding: 6px 8px;

	width: 188px;

	* html width: 100px;

	background-image:none;

	background-color:#FF0000;

	text-align:left;

	line-height: 12px;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	background-color:#FF0000;

	font-size: 11px;

	letter-spacing:.09em;

}

/* This controls the flyout location of the second level dropdowns */

#nav li ul ul {

	margin: -3em 0 0 100px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

	left: auto;

}

/* -------------------------- */

/* Here is the background of the main nav link while looking at the dropdown */

#nav li:hover, #nav li.sfhover {

	background-color: #ff0000;

	color: #fff;

}

/* -------------------------- */

/* The dropdown links list colors */

#nav li ul.under a {

	color: #fff;

	background-image: none;

	

}

#nav li ul.under a:hover {

/*	background: #ff0000;*/

	color: #000;

}

/* -------------------------- */

/* The background of the second level links while looking at the dropdown under it... */

#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {

	color: #000;

}

#nav li ul.under li:hover, #nav li ul.under li.sfhover {

	color: #000;

}





/*-----------------------------*/
