.nav_spacer {
	float:left;
	padding:0 20px 0 20px;
	margin:0 4px 0 4px;
	position:relative;
	bottom:0px;
}
html>body *.nav_spacer {
	/* Anti-IE here if necessary */
}


.dd, .dd * {
	padding:0;
	margin:0;
	font-size:11px;
}
/******* Main menu items ***********/
.dd {
	float:left; 
	padding:0px;
	position:relative;
	display:inline;
}
.dd dt a:link, .dd dt a:active, .dd dt a:visited {
	width:100px;
	/* overflow:auto; */
	padding:1px 4px 2px 4px;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
}
html>body *.dd dt a:link, html>body *.dd dt a:active, html>body *.dd dt a:visited {
	width:inherit;  /* non-IE hack */
	overflow:hidden;
}

.dd dt a:hover {
	background-color: #4D77A2;	
}
.dd dd {
	width:194px;
	position:absolute;
	overflow:hidden;
	display:none;
	/* border: 1px dashed #FF0000; */
}
.dd ul {
	width:204px; /* 204px */
	list-style:none;
}
.dd li {
	display:inline; 
	position:relative;
}
/****** Menu items without submenus *****/
.dd a, .dd a:active, .dd a:visited {
	display:block; 
	padding:5px; /* 0px 5px 0px 5px;  */
	color:#FFF; 
	text-decoration:none; 
	background-color:#4D77A2;
	width:194px; /* 194px */
}
.dd a:hover, .subdd dt:hover, .subdd2 dt:hover, .subddleft dt:hover {
	color:#FFF;
	background-color: #0E345B;
}
.dd .underline {
	border-bottom:1px solid #b9d6dc;
}
.subdd, .subdd2, .subddleft {
	position:relative;
}
/******* Menu items with submenus ********/
.subdd dt, .subdd2 dt, .subddleft dt {
	display:block; 
	border:none; 
	padding:5px; /* 2px 5px 2px 5px; */
	color:#FFFFFF; 
	text-decoration:none; 
	background-color:#4D77A2; 
	width:194px;  /* 194px */
	font-weight:normal;
	overflow:visible;
}
.subdd dd, .subdd2 dd, .subddleft dd {
	width:208px;
}
.subdd ul, .subdd2 ul, .subddleft ul {
	width:206px; 
}
.subdd a, .subdd a:active, .subdd a:visited, 
.subdd2 a, .subdd2 a:active, .subdd2 a:visited, 
.subddleft a, .subddleft a:active, .subddleft a:visited {
	width:194px;
}
 
dd.subleft {
	overflow:visible;
	border: 1px dashed #FF0000;
}
html>body * dd.subleft { /* Hide from IE */

}
#errorBox {
	font-size:12px;
	font-weight:bold;
	position:absolute;
	width:100%;
	height:12px;
	padding:5px 0 5px 0;
	text-align:center;
	color:#000000;
	background-color:#FFFFB3;
	filter:alpha(opacity=75);
	-moz-opacity:.85;
	opacity:.85;
	left:0;
	top:0;
	border: 1px solid #FFFF00;
}
#errorBox p {
	margin:0;
	padding:0;
}
.errorASP {
	color:#0000FF;
}
.errorNormal {
	color:#000000;
}

