.ddmx 
{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	*/
}

.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 3px 16px 4px 8px;
}
.ddmx .item1:link,
.ddmx .item1:visited {
		color: #FFFFFF;
		text-decoration: none;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.ddmx .item2 img,
.ddmx .item2-active img, .ddmx .item3 img,
.ddmx .item3-active img {
	border: 0;
	position: absolute;
	right: 1px;
	top: 4px;
}

.ddmx .item2, 
.ddmx .item3,
.ddmx .item3:visited {
	background-color: #efefef;
	color: #999999;
	text-align: left;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-top: -1px;
	margin-left: -1px;
	color: #453C2F;
	display: block;
	filter: alpha(opacity=96);
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	opacity: .96;
	padding: 3px 8px 4px 8px;
	position: relative;
	top: 1px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 500;
	text-align: left;
}

.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3:visited,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
	color: #453C2F;
	display: block;
	filter: alpha(opacity=96);
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -1px;
	opacity: .96;
	padding: 3px 8px 4px 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	z-index: 500;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
	background-color: #333333;
	color: #FFFFFF;
}



.ddmx .section {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.ddmx, .item1, .item2, .item3, .section {
	z-index: 100;
}

* html .navmain td {
	position: relative; /* ie 5.0 fix */
}

div.mnuwrapper{

		position: relative;
		z-index: 59;
		left: 0px;
		width: 100%;
}


table.ddmx {
	/* background: url(/imgs/bkg-hdr-nav-link.jpg) repeat-x; */
	height: 22px;
}

	
	table.ddmx td.navmain { height: 12px; font-weight: 600; background-color: #666666; }
	a:link.navmain, a:visited.navmain, a:active.navmain { font-family: Arial; color: #FFFFFF; text-decoration: none; font-weight: 600; font-size: 11px; }
	a:hover.navmain { color: #FFFFFF; text-decoration: none; }
	
	table.ddmx td.navmain b.navmain { font-weight: 600; }
		
	table.ddmx td.navmain { background-color: #666666; height: 10px; }	
	table.ddmx td.navmainover { background-color: #333333; height: 10px; }
		
