
.advertisers { color: red; font-weight: bold; font-size: 15pt; font-family: "Courier New", Courier, Monaco }
#leftmenu   { position: absolute; top: 155px; left: 11px;}
.SHEbuttons A:Link, .SHEbuttons A:Visited { 
	color: #000; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 30px; 
	text-decoration: none; 
	background-color: #acd0f2; 
	padding: 2px 4px; 
	width: 150px; 
	height: 20px; 
	border: solid 3px #0792fc;
}
.SHEbuttons A:Hover  { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	background-color: #185EA6; 
	cursor: hand ; 
	padding: 2px 4px; 
	height: 20px; 
	border: solid 2px #0792fc;
}


#nav, #nav ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0;
	font-size:15px;
	list-style: none;
	line-height: 34px;
	font-weight: bold;
	z-index: 2;
	white-space: no-wrap
}

#nav a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0px 1em;

	z-index: 2;
}

#nav li { /* all list items */
	
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
	border-right: 2px solid #0792fc;
	z-index: 2;
}

#nav li ul { /* second-level lists */
	background-image:none;
	position: absolute;
	background: #185EA6;
	width: 16em;
	font-weight: normal;
	font-size: smaller;
	text-align: left;
	border: 1px solid #000;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 -3px;
	z-index: 2;
}

#nav li li {

	background-image:none;
	width: 16em;
	border-bottom: 1px solid #000;
	z-index: 2;
}
#nav li ul a {
	
	color: white;
	z-index: 2;
}

#nav li a:hover {
	color : #fff;
	background-color : #185EA6;
	font-weight: bold;
	z-index: 2;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2;
}
#nav li:hover, #nav li.sfhover {
	background: #000000;
	z-index: 2;
}

#leftnav, #leftnav ul { /* all lists */
		padding: 0;
		margin: 0px;
		list-style: none;
		float : left;
		width : 166px;
		line-height: 40px;
		background: #D3E7F4;
		font-weight: normal;
		font-size:22px;
		
		
	}

	
#leftnav li { /* all list items */
		
		float: left;
		width: 166px;
		border-bottom: 2px solid #000;
}
	
#leftnav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	background: #D3E7F4;
	font-weight: normal;
	font-size: smaller;
	margin: 0 -2px;
}
	
#leftnav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#leftnav li a {
		
		display : block;
		color : black;
		font-size: smaller;
		text-decoration : none;
		padding : 2px;
}
	
#leftnav li a:hover {
		color : red;
		background-color : #185EA6;
		font-weight: bold;
	}
	
#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
		left: -999em;
}
	
#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}