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

#groupNav {
	width: 200px;
	text-align: left;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #3B83CF url(/groups/images/groupNavBack.jpg) no-repeat left top;
	margin: 15px 0 0 0;	
}
#groupNav ul {
	text-align: left;
	list-style: none;
	margin: 0px 0 0 15px;
	padding:8px 0 10px 0px;
	border:0px dotted #FFF;
	width:170px;
	}
#groupNav ul li{
	padding: 5px 0 2px 18px;
	background: transparent url(/groups/images/bullet.gif) no-repeat 1% 54%;
	border-bottom: 1px dotted #89BFE4;
}
#groupNav ul li a, #groupNav ul li a:visited {
	border-bottom: none;
	outline:0;
	color: #FFF;
	text-decoration: none;
}
#groupNav ul li a:hover {
	color: #094786;
	text-decoration: underline;
}
.groupBanners {
	margin: 0 0 7px 0;
}