#DDMHorzMenu {
	position: absolute;
	z-index: 100;	
	font-size: 10pt;
	text-align: left;
	left: 20px;
	top: 0px;
	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: 10pt;

}

#DDMHorzMenu li { /* all lists */
	padding:0px 0px 0px 0px;
	margin: 0;
	margin-top:0px;
	list-style: none;
	font-size: 10pt;
}


#DDMHorzMenu li a div{ /* all lists */
	padding:8px 0px 0px 0px;
	margin: 0;
	margin-top:0px;
	list-style: none;
	font-size: 10pt;
}

#DDMHorzMenu a {
	display: block;
	color: #FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	padding-left: .9em;
	padding-right: .9em;
	padding-top:2px;
	padding-bottom:2px;
	white-space:normal;
	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: #214EBB;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 10pt;
}

#DDMHorzMenu li.DDMSelectedItem a{
	color: #214EBB;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 10pt;
}

#DDMHorzMenu li.DDMSelectedItem div{
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 10pt;
}

#DDMHorzMenu li.DDMSelectedItem ul li{
/*	border-bottom:2px solid #214EBB;
	_border-bottom:0px solid #214EBB;*/
}

#DDMHorzMenu li.DDMSelectedItem ul li a{
	color: #000000;
	background-color:#054b90;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 9pt;
}


#DDMHorzMenu li.DDMSelectedItem ul.DDMSelectedItem a{
	color: #000000;
	background-color:#054b90;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 9pt;
}


#DDMHorzMenu li a:hover {
	color: #214EBB;
	font-weight:bold;
	background-color:#FFFFFF;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 10pt;
}

#DDMHorzMenu li { /* all list items */
	float: left;
	white-space: nowrap;

}

#DDMHorzMenu li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #4db4ff;
	border: 0px solid #b33100;
	font-size: 9pt;
	font-weight: bold;
	z-index:10;
	/*padding-bottom:2px;
	padding-top:2px;*/
	color: #000000;
}

#DDMHorzMenu li ul li {
	border: none;
	width: 100%;
	background-color:#4db4ff;
	white-space: normal;
	height: 3.0em;

}

#DDMHorzMenu li ul li div{
	border: none;
	background-color:#4db4ff;
	white-space: normal;
	height: 2.5em;
	/*padding-top:2px;
	padding-bottom:2px;*/
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 9pt;
	font-weight: bold;
	white-space: normal;
}


#DDMHorzMenu li ul li a {
	color: #000000;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	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;
	background-color:#4db4ff;
	font-weight:bold;
}

#DDMHorzMenu li ul li a:hover {
	background-color: #064c91;
	color: #ffffff;
	font-size: 9pt;
	font-family:"trebuchet ms", arial, helvetica;
	font-weight:bold;
	
}

#DDMHorzMenu li ul li a:hover div{
	background-color: #064c91;
	color: #ffffff;
	font-size: 9pt;
	font-family:"trebuchet ms", arial, helvetica;
	font-weight:bold;
}

#DDMHorzMenu li.DDMSelectedItem ul li a:hover{
	color: #ffffff;
	background-color:#064c91;
	font-family:"trebuchet ms", arial, helvetica;
	font-size: 9pt;
	font-weight:bold;
}


#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;
}
