﻿#leftNav {
	padding:0;
	background: #E6EBEF;
	text-align: left;
	padding:0 0 5px 0;
	width:190px;
}

#bg
{
	background: url(images/leftMenuBg.gif) repeat-x;
	height:290px;
	width:190px;
}

#leftNav ul {
	width: 190px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
		
}

#leftNav li 
{
	width: 190px;
	margin:0;
	padding: 0;
	
}

#leftNav a,
#leftNav a:link,
#leftNav a:visited {
	display: block;
	line-height: 16px !important;
	padding-left: 14px;
	color: #000;
	background: url(images/leftArrow.gif) #E4E9ED no-repeat 4px 4px;
	text-decoration:none;
	margin:0;
}

#leftNav a:visited:hover,
#leftNav a:hover
{
	background: url(images/leftArrow.gif) #E4E9ED no-repeat 4px 4px;
	text-decoration: none;
}

#leftNav a:link.active,
#leftNav a:visited.active {
	background: url(images/downArrow.gif) #CBD5E1 no-repeat 1px 6px;
	text-decoration: none;
}

#leftNav .sMenu {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style-type: none;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CBD5E1;
}

#leftNav .sMenu li {
	margin: 0;
	background: none;
}

#leftNav .sMenu a,
#leftNav .sMenu a:link,
#leftNav .sMenu a:visited {
	display: block;
	color: #171411;
	background:none;
}

#leftNav .sMenu a:visited:hover,
#leftNav .sMenu a:hover {
	text-decoration: none;
	font-weight: bold;
}
