#DDMHorzMenu {
	position: absolute;
	z-index: 100;	
	font-size: 1em;
	text-align: left;
	left: 20px;
	top: 19px;
	width: 821px;	
	overflow:visible;
}

#DDMHorzMenu li.DDMFirstItem a{
	padding-left: 0px;
	border:0px solid red;
}

#DDMHorzMenu li.DDMFirstItem ul li {
	padding-left: 0px;
}

#DDMHorzMenu, #DDMHorzMenu ul { /* all lists */
	padding:0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	font-size: .7em;

}

#DDMHorzMenu li { /* all lists */
	padding:0px 0px 0px 0px;
	margin: 0;
	margin-top:0px;
	list-style: none;
	font-size: .7em;
}


#DDMHorzMenu a {
	display: block;
	color: #FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding-left: .9em;
	padding-right: .9em;
	white-space: nowrap;
	font-weight: bold;
	line-height: 2.05em;		/* these decide how far below the top level the sub lists start */
}

#DDMHorzMenu li li#DDMFirstItemDDMSelectedItem li a{
	color: #f62800;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 12px;
}

#DDMHorzMenu li.DDMSelectedItem a{
	color: #f62800;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 12px;
}

#DDMHorzMenu li.DDMSelectedItem div{
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 12px;
}

#DDMHorzMenu li.DDMSelectedItem ul li{
	border-bottom:0px solid #b33100;
	_border-bottom:0px solid #b33100;
}

#DDMHorzMenu li.DDMSelectedItem ul li a{
	color: #000000;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 2em;
}


#DDMHorzMenu li.DDMSelectedItem ul.DDMSelectedItem a{
	color: #000000;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 2em;
}


#DDMHorzMenu li a:hover {
	font-size: 1.2em;
	color: #f62800;
	font-weight:bold;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 12px;
}

#DDMHorzMenu li { /* all list items */
	float: left;
	white-space: nowrap;

}

#DDMHorzMenu li ul { /* second-level lists */
	position: absolute;
	width: 17em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFFFFF;
	border-bottom: 1px solid #b33100;
	border-left: 1px solid #b33100;
	border-right: 1px solid #b33100;
	font-size: 1.5em;
	font-weight: normal;
	z-index:10000;
	padding-top:1px;
	color: #000000;
}

#DDMHorzMenu li ul li {
	border: none;
	width: 100%;
	background-color:#FFFFFF;
	white-space: normal;
	height: 4.4em;
	border-top:1px solid #b33100;
}

#DDMHorzMenu li ul li a {
	color: #000000;
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	white-space: normal;
	border-right: none;
	font-family:"trebuchet ms", arial, helvetica;
}

#DDMHorzMenu li ul li a div {
	width: 100%;	/* adjust this to make sublist item witdths fit there containers */
	cursor: default;
	font-family:"trebuchet ms", arial, helvetica;
}

#DDMHorzMenu li ul li a:hover {
	background-color: #b33100;
	color: #ffffff;
	font-size: 2em;
	font-family:"trebuchet ms", arial, helvetica;
	padding-bottom:2px;
}

#DDMHorzMenu li.DDMSelectedItem ul li a:hover{
	color: #ffffff;
	background-color:#b33100;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 2em;
	padding-bottom:2px;
}


#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: -1em 0 0 10.5em;
}

#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;
}
