﻿#topGutter .leftGutter,
#topGutter .left,
#topGutter .bodyGutter,
#leftGutter,
#left,
#bodyGutter {
	background: #484848;
}

ul.DarkLeft {
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul.DarkLeft li {
	line-height: 28px;
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

ul.DarkLeft li a,
ul.DarkLeft li.selected a {
	background: #5a82a5 url(../Images/double_arrow.gif) right center no-repeat;
	color: White;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	left: -35px;
	margin: 0px;
	padding: 0px 0px;
	position: absolute;
	right: -17px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

ul.DarkLeft li.comingsoon a{
	background: #5a82a5;
	color: White;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	left: -35px;
	margin: 0px;
	padding: 0px 0px;
	position: absolute;
	right: -17px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

ul.DarkLeft li.selected a {
	background: white none right center no-repeat;
	color: #486078;
}
