/* GSS UK Menu CSS Document */

#leftnav {
	width: 150px;
	vertical-align: top;
}

.leftnavtable td {
	width: 150px;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 3px solid #FFF;
}

.leftnavtable td a {
	text-decoration: none;
	display: block;
	width: 120px;
	font-weight: normal;
}

.topSpacer {
	height: 35px;
	width: 150px;
	background-image: url(../images/topSpacer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
}

.out {
	height: 25px;
	background-color: #496C7F;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/menu_bg.gif);
}

.over {
	height: 25px;
	background-color: #496C7F;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/menu_bg_over.gif);
}



.out a:link, .out a:visited, .out a:hover {
	color: #FFF;
	padding-left: 30px;
	text-decoration: none;
	font-weight: normal;
}

.over a:link, .over a:visited, .over a:hover  {
	color: #91CC10;
	padding-left: 30px;
	text-decoration: none;
	font-weight: normal;
}

.leftnavsubtable {
	margin-bottom: 15px;
}

.leftnavsubtable td {
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	padding-left: 25px;
	line-height: 15px;
}

.leftnavsubtable td a {
	text-decoration: none;
	color: #000;
	padding-left: 4px;
	font-weight: normal;
}

.leftnavsubtable td a:link, .leftnavsubtable td a:visited {
	text-decoration: none;
	color: #3C4C7F;
	font-weight: normal;
}

.leftnavsubtable td a:hover, .leftnavsubtable td a:active {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.sub {
	text-align: left;
}

.subtop {
	text-align: left;
	font-weight: bold;
	color: #E45151;
	padding-left: 20px;
}

