#DDMHorzMenu {
	position: absolute;
	z-index: 300;	
	font-size: 1em;
	text-align: left;
	left: 35px;
	top: 129px;
	width: 761px;
}

#DDMHorzMenu, #DDMHorzMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .8em;
}

#DDMHorzMenu a {
	display: block;
	color: #FFFFFF;
	font-size: 1em;	
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	line-height: 2.05em;		/* these decide how far below the top level the sub lists start */
	cursor: pointer;
}

#DDMHorzMenu li a div {
	position: relative;
	line-height: 2.7em;
	padding: 0 15px 0 0;
	cursor: pointer;
	height: 2.7em;
}

#DDMHorzMenu li.DDMSelectedItem a {
	color: #FFFFFF;
}

#DDMHorzMenu a:hover {
	font-size: 1em;
	background-image: url(images/mainnav_si_bg.gif);
}

#DDMHorzMenu a:hover div {
	font-size: 1em;
	background-image: url(images/mainnav_si_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#DDMHorzMenu li { /* all list items */
	float: left;
	white-space: nowrap;
	background-image: url(images/mainnav_spacer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#DDMHorzMenu li ul { /* second-level lists */
	position: absolute;
	width: 159px;
	display: block;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 1em;
	padding: 0 0 20px 0;
	border-top: 3px solid #62A1D7;
	background-image: url(images/mainnav_sn_b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#DDMHorzMenu li ul li {
	border: none;
	width: 100%;
	background-image: none;
	white-space: normal;
	background-image: url(images/mainmenu_sn_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;	
}

#DDMHorzMenu li ul li a {
	color: #336799;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	white-space: normal;
	border-right: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#DDMHorzMenu li ul li a div {
	width: 100%;	/* adjust this to make sublist item witdths fit there containers */
	cursor: pointer;
	width: 149px;
	padding: 6px 15px 0px 15px;
	margin: 0;
	line-height: 1.7em;
	height: auto;
}

#DDMHorzMenu li ul li a:hover {
	font-size: 1.1em;
	background-image: none;
	text-decoration: underline;
}

#DDMHorzMenu li ul li a:hover div {
	background-image: none;
}

#DDMHorzMenu li ul.leftAlign ul { 
	/* 
		third-and-above-level lists 
		this class difines positioning for menus that have drop to the left to 
		avoid going of the right of the page
	*/
	margin: -1em 0 0 -11em;
}

#DDMHorzMenu li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 17.9em;
	padding: 0 0 18px 0;
	border: none;
	background-image: url(images/mainnav_sn_b.gif);
	background-repeat: no-repeat;
	/*background-position: bottom;*/
}

#DDMHorzMenu li ul ul li {
	background-image: none;
	background-image: url(images/mainmenu_sn_bg.jpg);
}

#DDMHorzMenu li:hover ul ul, #DDMHorzMenu li:hover ul ul ul, #DDMHorzMenu li.DDMhover ul ul, #DDMHorzMenu li.DDMhover ul ul ul {
	left: -999em;
}

#DDMHorzMenu li:hover ul, #DDMHorzMenu li li:hover ul, #DDMHorzMenu li li li:hover ul, #DDMHorzMenu li.DDMhover ul, #DDMHorzMenu li li.DDMhover ul, #DDMHorzMenu li li li.DDMhover ul { /* lists nested under hovered list items */
	left: auto;
}








