#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 13em;*/
}

#nav li { /* all list items */
	float: left;
	padding:1px 0px 1px 0px;
	background-color:#FFFFFF;
	/*padding: 7px 0 6px 25px;*/
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #CECFCE;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

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

#nav li:hover #dd1{
	width:150px;
}

#nav li:hover #dd2{
	/*width:192px;*/
	width:400px;
	float:left;
}

#nav li:hover #dd3{
	width:384px;
	float:left;
}

#nav li:hover #dd4{
	width:384px;
	float:left;
}

#nav li:hover #dd5{
	width:420px;
	float:left;
}
#nav li:hover #dd6{
	width:200px;
}
#nav li ul li{
	padding:3px 0 3px 0px;
}

#nav li ul li:hover{
	padding:3px 0 3px 0px;
	background:#EDF3F3;
}

#nav li ul li a{
	font: normal 11px Verdana;
	color:#000000;
	width:17em;
	text-decoration:none;
}

/*#nav li:hover #dd5 li a{
	width:26em;
}*/

#nav li #dd1 li{
	text-align:center;
	padding:5px 0;
	background:url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd1 li:hover{
	text-align:center;
	padding:5px 0;
	background:#EEEEEE url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd2 li{
	text-align:center;
	padding:5px 0;
	background:url(../images/redLine.gif) bottom center no-repeat;
	border:0px solid green;
}

#nav li #dd2 li:hover{
	text-align:center;
	padding:5px 0;
	background:#EEEEEE url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd3 li{
	text-align:center;
	padding:5px 0;
	background:url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd3 li:hover{
	text-align:center;
	padding:5px 0;
	background:#EEEEEE url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd4 li{
	text-align:center;
	padding:5px 0;
	background:url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd4 li:hover{
	text-align:center;
	padding:5px 0;
	background:#EEEEEE url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd5 li{
	text-align:center;
	padding:5px 0;
	background:url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd5 li:hover{
	text-align:center;
	padding:5px 0;
	background:#EEEEEE url(../images/redLine.gif) bottom center no-repeat;
}
#nav li #dd6 li{
	text-align:center;
	padding:5px 0;
	background:url(../images/redLine.gif) bottom center no-repeat;
}

#nav li #dd6 li:hover{
	text-align:center;
	padding:5px 0;
	background:#EEEEEE url(../images/redLine.gif) bottom center no-repeat;
}


#nav li #dd1 li a{
	width:150px;
}

#nav li #dd2 li a{
	width:200px;
}

#nav li #dd3 li a{
	width:192px;
}

#nav li #dd4 li a{
	width:192px;
}

#nav li #dd5 li a{
	width:210px;
}
#nav li #dd6 li a{
	width:200px;
}



