.content-container {
	padding-right: 265px;
    /*margin-right: 265px;*/
}

#sitelist {
	margin-bottom: 1em;
	position: relative;
	z-index: 10;
}

#sitelist h3 {
	height: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: .3em 1em;
	background-color: #205c8f;
	color: white;
	font-size: 100%;
	font-weight: normal;
}
#sitelist h3 .colin {
	height: 100%;
	padding: .3em 1em;
}

#sitelist ul {
	margin: 0;
	padding: 0;
}

#sitelist ul li {
	height: 22px;
	margin: 0;
	padding-left: 20px;
	list-style: none;
	background: url('../images/arrows/chevron_small_black_right.png') no-repeat 8px .6em;
}

#sitelist ul li a.site {
	display: block;
	margin-right: 25px;
	color: #205c8f;
}

#sitelist ul li a.site .colin {
	padding: .3em .4em;
}

#sitelist ul li.current a.site {background-color: #ebebeb;}

#sitelist ul li img.icon {float: right;}
