body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.news {
	color: #346d91;
}
a {
	color: #346d91;
}
li {
	list-style-image: url(../images/content-arrow.gif);
}
ul#banner-buttons li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
}
ul, ol {
	margin-left: -20px;
 	* margin-left: 20px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	
}
#nav li { /* all list items */
	float: left;
	width: 154px; /* width needed or else Opera goes nuts */
	list-style: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	margin-bottom: 5px;
 	* margin-bottom: 0px; /* Hacks for IE7 Menus */
 	* border-bottom: solid 5px transparent; /* Hacks for IE7 Menus */
	color: #5c96ba;
}
#nav li ul li a {
	background: #e8f1f7;
	display: block;
	border: solid 1px #b9d0e7;
	padding: 10px;
	padding-left: 15px;
	width: 128px;
	text-decoration: none;
}
#nav li ul li a:hover {
	color: #fff;
	background: #5e98d0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {
	position: static;
}
.profiles {
	width: 300px;
}
