#navContainer	{
	float: left;
	text-align:center;
	width:960px;
	clear:both;
}

#nav	{
	float: left;
	width:960px;
	height:47px;
	text-align:center;

}
	
#nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height:40px;
	text-align:center;

}

#nav a {
	display: block;
	text-decoration:none;
	color:#ffffff;
	height:30px;
	text-align:center;

}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
	height:30px;
	text-align:center;

}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1;
	width:175px;
	display:block;
	background: #770101 url(../images/gradiant.gif) left top repeat-x;
	font-size:12px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:normal;
	text-decoration:none;
/*	position:relative; */
	float:left;
	margin:0 8px 0 8px;
}

#nav li.firstItem	{
	width:175px;
	height:30px;
	display:block;
	background-image:url(../images/gradiant.gif);
	background-repeat:repeat-x;
	background-position:top;
	line-height:30px;
	font-size:12px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:normal;
	text-decoration:none;

}


#nav li ul li {
	display:block;
	clear:both;
	line-height:30px;
	text-align:center;
	width:175px;
	font-Size:12px;

}

#nav li ul li a.firstItem{
	width:175px;
	text-align:center;
	height:30px;
	line-height:30px;
	background-color:#770101;
}

#nav li ul li a:hover 	{
	font-size:12px;
	font-family:"Lucida Grande", Arial;
	font-weight:normal;
	color:#ffffff;
	background-color:#bf4a4a;
	text-align:center;
	height:30px;
	line-height:30px;
	margin:0 0 0 0;

}

#nav li ul li.lastItem	{
	width:175px;
	height:30px;
	display:block;
	background-image:url(../images/gradiant.gif);
	background-repeat:repeat-x;
	background-position:top;
	line-height:30px;
	font-size:12px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:normal;
	text-decoration:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav li:hover, #nav li.hover	{
	position:static;

}


#nav .navHome  {
	width:175px;
	height:30px;
	display:block;
	font-size:13px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#nav a.navHome  {
	width:175px;
	height:32px;
	display:block;
	line-height:32px;
	margin:8px 8px 0 8px;
	padding-bottom:7px;
	font-size:13px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;

}

#nav a.navHome:hover  {
	width:175px;
	height:32px;
	display:block;
	background-image:url(../images/buble.gif);
	background-repeat:no-repeat;
	background-position:top;
	line-height:32px;
	margin:8px 8px 0 8px;
	padding-bottom:7px;
	font-size:13px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#nav a.navHomeActive  {
	width:175px;
	height:32px;
	display:block;
	background-image:url(../images/buble.gif);
	background-repeat:no-repeat;
	background-position:top;
	line-height:32px;
	margin:8px 8px 0 8px;
	padding-bottom:7px;
	font-size:13px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;

}

#nav a.navHomeActive:hover  {
	width:175px;
	height:32px;
	display:block;
	background-image:url(../images/buble.gif);
	background-repeat:no-repeat;
	background-position:top;
	line-height:32px;
	margin:8px 8px 0 8px;
	padding-bottom:7px;
	font-size:13px;
	color:#ffffff;
	font-family:"Lucida Grande", Arial;
	font-weight:bold;
	text-align:center;
	text-decoration:none;

}


