﻿.leftNavBAW {
	list-style: none;
}

.leftNavBAW ul {
	list-style: none;
	background: #CDCDCD;
	padding: 0;
	margin: 0;
}
.leftNavBAW li {
	display: inline;
}

/*Tier 1 nav*/
.leftNavBAW a, .leftNavBAW a:visited {
	/*background-color: #B0B0B0;*/
	background-color: #d8d8d8;
	color: #00437C;
	display: block;
	font-size: 12px;
	margin: 0 0 1px 0;
	padding: 6px 0px 6px 12px;
	text-align: left;
	text-decoration: none;
}

.leftNavBAW a:hover {
	background-color: #BDBDBD;
}

.leftNavBAW .selected {
	font-weight: bold;
	background-color: #fff !important;
	color: #000 !important;
}

/*Tier 2 nav*/
.leftNavBAW li li a, .leftNavBAW li li a:visited {
	background: #d8d8d8;
	padding-left: 20px;
}

.leftNavBAW li li a:hover {
	text-decoration: underline;
}

.leftNavBAW li li a.selected {
	background: #fff;
	font-weight: 100;
}

.leftNavBAW ul {
	padding: 1px;
}

.leftNavBAW ul ul {
	padding: 0px;
}

.leftNavBAW .divider 
{
	margin: 3px 0 !important;
	height: 2px;
}

.tableopacity TD 
{
	FILTER: alpha(opacity=90); -moz-opacity: .90; opacity: .90
}
.tableopacity .divider 
{
	margin: 3px 0 !important;
	height: 2px;
}

.Instructions a {
	background-color: #ffffff;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 6px 8px;
	color: #94b8d7;
	letter-spacing: -1px;
}

.Instructions a:hover {
	text-decoration: none;
	background-color: #94b8d7;
	color: #ffffff;
}

.Instructions .seperator {
	background-color: #ffffff;
	height: 1px;
	margin: 0;
	padding: 0;
}
