@charset "UTF-8";
/* CSS Document */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 929px;
}

#nav a {
	color: #ffffff;
	display: block;
	width: 131px;
	height: 33px;
	padding-left: 10px;
	margin-right: 2px;
	padding-top: 5px;
	text-decoration:none;
	font-weight:bold;
}
/*#nav a:link, #nav:visited	{
	color: #ffffff;
	text-decoration:none;
}
#nav a:hover	{
	color: #000066;
}*/

#nav li ul li a:link, #nav li ul li a:visited	{
	color: #12426D;
	text-decoration:none;
}
#nav li ul li a:hover, #nav li ul li ul li a:hover	{
	color: #12426D;
}

#nav li { /* all list items */
	float: left;
	width: 131px; /* width needed or else Opera goes nuts */
	height: 38px;
	margin-right: 2px;
	background-image:url(../images/navtl-bkgd.gif);
	background-repeat:repeat-x;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #d8d8d8;
	width: 131px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li 	{
	background-image:none;
	width:131px;
	height:auto;
}
#nav li ul li a	{
	width:auto;
	height: auto;
	margin-bottom: 10px;
	font-weight:normal;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 131px;
}

#nav li:hover, #nav li.sfhover	{
	background-image:none;
	background-color:#d8d8d8;
}
#nav li:hover a:visited, #nav li:hover a:link	{
	color: #12426D;
}

#nav li:hover ul li a:visited, #nav li:hover ul li a:link	{
	color: #000000;
}
#nav li:hover ul li a:hover	{
	color: #12426D;
	font-weight:bold;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color:#d8d8d8;
}

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

#nav li.divider	{
	margin-left: 10px;
	font-weight:bold;
}
#nav li:hover.divider	{
	width: 121px;
}
