
#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: auto;
	list-style: none;
	line-height: 1; 
	font-family: "trebuchet ms", Verdana, Tahoma, Arial, Helvetica, san-serif;
	letter-spacing: .07em;
	text-align:center;
}

#topnav {  font-size: 13px;  }

#topnav a {
	display: block;
	padding: 5px .781em;
	padding: 6px 1.2em;
	text-decoration: none;
	color: white;
}

#topnav li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	width: auto;
	border-right: 1px #6275B0 solid;
	/*border: solid #5C78A7 1px;
	background-color: #EFEFFF;	
	background-color: #ECF1FF;*/
	font-weight: bold;
	margin: 1px;
	text-align:left;
}

#topnav ul li.last { border-right: none; }

#topnav ul li.parent a{ background-image: url(/images/arrow.png); background-position: 86% 50%; background-repeat: no-repeat; }
#topnav ul li.parent li a{ background-image: none; }

#topnav li a:hover {
	background-color: #3A4C83;
}

#topnav li ul { /* second-level lists */
	position: absolute;
	background-color: #3A4C83;
	border: 1px #6275B0 solid;
	border-top: 4px #3A4C83 solid; 
	margin-top: 0px; margin-left: -1px;
	font-size: 12px;
	width: 21.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li ul li { width: 100%; margin:0;  border: none; border-bottom: 1px #6275B0 dashed; line-height: 14px;}
#topnav li ul li a {  color: white; }
#topnav li ul li a:hover { background-color:#273768; }

#topnav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 18.5em;
	border-top: 1px #5c78a7 solid;
	border-left-width: 3px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#content {
	clear: left;
	color: #ccc;
}