/*** site navigation in banner ***/
ul.side-navigation
{
	margin: 0;	
	padding: 0;
	list-style: none;
	list-style-image: none;
	line-height: 130%;
}

.side-navigation li
{
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}

.side-navigation a, .side-navigation a:visited
{
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #183966;
	text-decoration: none;
	background-color: #e4eaef;
}

.side-navigation a:hover,
{
	color: #183966;
	text-decoration: none;
	background-color: #F3E1E1;
}

.selected a, .selected a:visited
{
	color: #183966;
	background-color: #F3E1E1;
}

ul.subside-navigation
{
	margin: 0;	
	padding: 5px 0 10px 0;
	list-style: none;
	list-style-image: none;	
	background-color: #eee;
	line-height: 120%;
}

.subside-navigation li
{
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 1px solid	#eee; /* had to add border for IE to not put extra space in */
}

.subside-navigation a, .subside-navigation a:visited
{
	display: block;
	padding: .9em;
	padding-top:5px;
	padding-bottom: .55em;
	color: #183966;
	text-decoration: none;
	background-color: #eee;
}

.subside-navigation a:hover
{
	color: #9E0B0F;
	text-decoration: none;
}

.subselected a, .subselected a:visited, .subselected a:hover
{
	color: #9E0B0F;
	text-decoration: none;	
}