/* Added by TWA for redesigned Left Side Navigation for the Two Column Layout */
#sidenavleft {
	margin: 0;
	padding: 0;
	width: 145px;
}
#sidenavleft p {margin: 0;padding: 0;}

#sidenavleft ul {}
#sidenavleft li {}


/* DIVISION MENU */
.leftMenu img {
	margin-top: 10px;
	margin-bottom: 20px;
}

.leftMenu TD {
	bgcolor: #4A5A7B;
	border-bottom: 1px solid #667B9A;
	height: 26px;
}

.leftMenuItem {
	display: block; 
	/*background-color: #8494AE;*/
	color: #FFFFFF; 
	text-decoration: none; 
	font-size:12px; 
	font-family: Arial;
	min-height: 16px;
	padding: 5px;
}

.leftMenu a {
	display: block; 
	background-color: #8494AE;
	color: #FFFFFF; 
	text-decoration: none; 
	font-size:12px; 
	font-family: Arial;
	min-height: 16px;
	padding: 5px;
}

/*  CSS hack for IE specific property since min-height isn't supported */
* html .leftMenu a {
	height: 16px;
}

.leftMenu a:link {
	text-decoration: none; 
	color: #FFFFFF; 
}

.leftMenu a:active { 
	color: #64789A;
}

.leftMenu a:visited {
	text-decoration: none; 
	color: #FFFFFF; 
}

.leftMenu a:hover {
	text-decoration: none; 
	color: #64789A;
	background-color: #B6BFCE; 
}


.leftMenuFooter TD {
	bgcolor: #4A5A7B;
	height: 45px;
	width: 145px;
}

.leftMenuFooter a {
	display: block; 
	background-color: #4A5A7B;
	color: #FFFFFF; 
	text-decoration: none; 
	font-size:12px; 
	font-family: Arial;
	height: 25px;
	padding: 10px 5px 10px 5px;
}

.leftMenuFooter a:link {
	text-decoration: none; 
	color: white; 
}

.leftMenuFooter a:active { 
	color: white;
}

.leftMenuFooter a:visited {
	text-decoration: none; 
	color: white; 
}

.leftMenuFooter a:hover {
	text-decoration: none; 
	color: white;
	background-color: #64789A; 
}
