a		{color: #2c4d7a; text-decoration: none; font-weight: bold; }


a:hover 	{color: #2c4d7a; text-decoration: underline; font-weight: bold; }


.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
.linkhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 990000;
}


#nav, #nav ul { /* all lists */
	padding: .5em;     /* scs: changed from 0 to .5em */
	margin: 0;
	list-style: none;
	line-height: 1.85;    /* scs: changed from 1 to 1.85 */
}

#nav a {
	color: #ffffff;         /* scs: added */
	font-weight: bold;     /* scs: added */
	font-size: 10px;      /* scs: added */
	display: block;
	width: 15em;
}

#nav li { /* all list items */
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #e8eef4;     /* scs 68813c or julie's color was b5c990 */
	width: 10em;             /* scs changed from 10em to 15em */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: 1px solid #666449; border-right: 1px solid #666449; border-bottom: 1px solid #666449;    /* scs: added */
}

#nav li ul li { /* second-level list items */
	/* border-bottom: 1px solid #666449;    scs: could add this if want lines between menu items */
}

#nav li ul a {
	color: #990000;         /* scs: added */
	font-weight: normal;     /* scs: added */
	font-size: 10px;      /* scs: added */
	width: 20em;           /* scs: added */ 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
