#DDMHorzMenu {
	position: absolute;
	z-index: 100;	
	font-size: 14px;;
	text-align: left;
	left: 215px;
	top: 0px;
	width: 821px;	
	overflow:visible;
	border:0px solid red;
	line-height:26px;
}

#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: 14px;
}

#DDMHorzMenu li { /* all lists */
	padding:0px 0px 0px 0px;
	margin: 0;
	margin-top:0px;
	list-style: none;
	font-size: 14px;
	line-height:26px;
	height:26px;	
}


#DDMHorzMenu li a div{ /* all lists */
	padding:0px 0px 0px 0px;
	margin: 0;
	margin-top:0px;
	list-style: none;
	font-size: 14px;
	line-height:26px;

}

#DDMHorzMenu a {
	display: block;
	color: #473A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding-left: .5em;
	padding-right: .5em;
	padding-top:1px;
	padding-bottom:1px;
	/*letter-spacing:-1px;*/
	white-space:normal;
	font-weight: bold;
	line-height: 1.91em;		/* these decide how far below the top level the sub lists start */
}

#DDMHorzMenu li li#DDMFirstItemDDMSelectedItem li a{
	color: #4A4A4A;
	background-color:#F1F0EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#DDMHorzMenu li.DDMSelectedItem a{
	color: #FFFFFF;
	background-image: url(img/bgnav.jpg);
    background-repeat: repeat-x;
    background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*
#DDMHorzMenu li.DDMSelectedItem a div{
	color: #FFFFFF;
	background-image: url(img/bgnav.jpg);
    background-repeat: repeat-x;
    background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
*/

#DDMHorzMenu li.DDMSelectedItem li ul li div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border:0px solid red;
	list-style:none;
}

#DDMHorzMenu li.DDMSelectedItem ul li{
/*	border-bottom:2px solid #214EBB;
	_border-bottom:0px solid #214EBB;*/
}

#DDMHorzMenu li.DDMSelectedItem ul li a{
	color: #4A4A4A;
	background-color:#054b90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


#DDMHorzMenu li.DDMSelectedItem ul.DDMSelectedItem a{
	color: #000000;
	background-color:#054b90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


#DDMHorzMenu li a:hover {
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(img/bgnav.jpg);
    background-repeat: repeat-x;
    background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	line-height:26px;
	cursor:default;
}
/*
#DDMHorzMenu li a:hover div{
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(img/bgnav.jpg);
    background-repeat: no-repeat;
    background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:26px;
	cursor:default;
}

*/
#DDMHorzMenu li { 
	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: #F1F0EB;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
	font-size: 9pt;
	font-weight: bold;
	z-index:10;
	color: #475460;
	margin-left:-1px;
}

#DDMHorzMenu li ul li {
	border: none;
	width: 100%;
	background-color:#F1F0EB;
	white-space: normal;
	height: auto;
}

#DDMHorzMenu li ul li div{
	border: none;
	background-color:#F1F0EB;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	white-space: normal;
	
}


#DDMHorzMenu li ul li.DDMSelectedItem a div{
	border: none;
	background-color:#F1F0EB;
	white-space: normal;
	height:auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
		
}



#DDMHorzMenu li ul li a {
	color: #FFFFFF;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	white-space: normal;
	border-right: none;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;		
}


#DDMHorzMenu li.DDMSelectedItem ul li div{
	color: #475460;
	background-color:#F1F0EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

#DDMHorzMenu li.DDMSelectedItem ul li a {
	color: #475460;
	background-color:#F1F0EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#DDMHorzMenu li.DDMSelectedItem ul li ul div{
	color: #FFFFFF;
	background-color:#114B73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;


}

#DDMHorzMenu li.DDMSelectedItem ul li ul a{
	color: #FFFFFF;
	background-color:#114B73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}


#DDMHorzMenu li.DDMSelectedItem ul li a div{
	color: #475460;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

#DDMHorzMenu li.DDMSelectedItem ul li li a div{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

#DDMHorzMenu li ul li.DDMSelectedItem a{
	color: #F1F0EB;
	background-color:#399ADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#DDMHorzMenu li ul li.DDMSelectedItem a div{
	color: #F1F0EB;
	background-color:#399ADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
		
}


#DDMHorzMenu li ul li a div {
	width: 100%;	/* adjust this to make sublist item witdths fit there containers */
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F1F0EB;
	font-weight:bold;
	height:auto;
	color:#475460;
	left:-999px;
}

#DDMHorzMenu li ul li a:hover {
	background-color: #399ADE;
	color: #F1F0EB;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

#DDMHorzMenu li ul li a:hover div{
	background-color: #399ADE;
	color: #F1F0EB;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#DDMHorzMenu li.DDMSelectedItem ul li a:hover{
	color: #ffffff;
	background-color:#00000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}

#DDMHorzMenu ul li.DDMSelectedItem ul li.DDMSelectedItem div{		
	color:#FFFFFF;
	border:0px solid red;

}

#DDMHorzMenu ul li.DDMSelectedItem ul {
	margin: 0px 0px 0px 10px;
	border:0px solid red;
}

#DDMHorzMenu ul li.DDMSelectedItem ul li {
	margin: 0px 0px 0px 0px;
	border:0px solid red;
}

#DDMHorzMenu ul li.DDMSelectedItem ul li div {
    padding-left:0px;
	margin-left:1px;
	background: none;
	text-align: left;
	border:0px solid red;
}

#DDMHorzMenu ul li.DDMSelectedItem ul li a {
	color: #FFFFFF;
	text-decoration: none;
	border:0px solid orange;
	background-color:#114A73;	
}

#DDMHorzMenu ul li.DDMSelectedItem ul li a div{
	color: #FFFFFF;
	text-decoration: none;
	border:0px solid orange;
	background-color:#114A73;
		
}

#DDMHorzMenu ul li.DDMSelectedItem ul li ul a div{
	color: #FFFFFF;
	text-decoration: none;
	border:0px solid red;
	background-color:red;

}

#DDMHorzMenu li ul li ul a:hover div {
		/* adjust this to make sublist item witdths fit there containers */
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#48CAFE;
	font-weight:bold;
	height:auto;
	color:#000000;
}


#DDMHorzMenu li ul li ul a:hover {
		/* adjust this to make sublist item witdths fit there containers */
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#48CAFE;
	font-weight:bold;
	height:auto;
	color:#000000;
}

#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: -1.9em 0 0 -11em;

}

#DDMHorzMenu li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 12em;
}

#DDMHorzMenu li ul ul a{ /* third-and-above-level lists */
background:#114A73;;
}

#DDMHorzMenu li ul ul a div{ /* third-and-above-level lists */
	color:#FFFFFF;
	background-color:#114A73;;

}

#DDMHorzMenu li ul li.DDMSelectedItem ul{ /* third-and-above-level lists */
	margin: -2.1em 0 0 12.1em;

}

#DDMHorzMenu li ul li.DDMSelectedItem ul a div{ /* third-and-above-level lists */
	color:#FFFFFF;

}

#DDMHorzMenu li ul li.DDMSelectedItem ul a:hover div{ /* third-and-above-level lists */
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	background-color:#48CAFE;
}
#DDMHorzMenu li ul li.DDMSelectedItem ul a:hover { /* third-and-above-level lists */
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	background-color:#48CAFE;
}


#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;
}
