#nav, #nav ul {
	list-style: none;
	line-height: 1;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#nav a {
	display: block;
	font-size: 11px;
	color: #004B97;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}
#nav a:hover {
	color: #000033;
	text-decoration: none;
}
#nav li {
	float: left;
	font-size: 11px;
	color: #003770;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#nav li a {
    text-decoration: none;
	padding: 5px 40px;
	margin: 0px;
}

#nav li:hover, #nav li.hover {
    position: static;
}
#nav li ul {
	position: absolute;
	background: #FFFFFF url(drop-back.gif) repeat-x;
	width: 175px;
	left: -999px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0050A1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 0px;
}
#nav li ul li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0050A1;
	width: 175px;
	text-align: left;
	padding: 0px;
}
#nav li ul li a {
	text-decoration: none;
	color: #004B97;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	text-align: left;
}
#nav li ul li a:hover {
	text-decoration: none;
	color: #000033;
	text-align: left;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration: none;
}

/* 
#content td {
	padding: 10px;
} 
*/


#nav-container {
	background: #FFFFFF url(nav-back.gif) repeat-x;
	position:relative;
	z-index:100;
}
#nav-container table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
