/* top nav menu */

.table_nav {
	background-image:url(Images/top_nav_bg_new.jpg);
	height:25px;
	width:545px;
	text-align:right;
	
}

a.blue_text, a.blue_text:visited, a.blue_text:link, a.blue_text:active{ 
      color: #0066CC; 
      font-family:Geneva, Arial, Helvetica, sans-serif; 
      font-size: 9pt; 
      text-decoration:none; 
	  font-weight: bold;
 } 
  
a.blue_text:hover { text-decoration: underline }

/* end top nav menu */

#nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li li a {
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-transform: none;
	font-size: 110%;
}
#nav a.here {
	color: #000000;
}
#nav a:hover {
	color: #000000;
}

#nav li { /* all list items */
	float: left;
}

#nav li li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li ul {
	position: absolute;
	background: #eeeeee;
	width: 13em;
	left: -999em;
	border: 1px solid #999999;
	padding-bottom: 10px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}