/* CSS Document */
a.LeftNavItem {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #55555;
	text-decoration: none;
	display: block;
	width: 120px;
	padding-left: 20px;
	height: 21px;
	padding-top: 9px;
	background: url(img/leftnavitembg.gif);
	background-repeat:no-repeat;
}

a.LeftNavItem:hover {
	color: #44aadd;
	background: url(img/leftnavitembgover.gif);	
	background-repeat:no-repeat;
}
a.LeftNavItemSelected {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: 120px;
	padding-left: 20px;
	height: 21px;
	padding-top: 9px;
	background: url(img/leftnavitemselectedbg.gif);
	background-repeat:no-repeat;
}

a.LeftNavItemSelected:visited {
	color: #FF0000;
	text-decoration: none;
}


a.LeftNavSubItem {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 110px;
	padding-left: 30px;
	height: 16px;
	padding-top: 4px;
	background: url(img/leftnavsubitembg.gif);
	background-repeat:no-repeat;
}

a.LeftNavSubItem {
}

a.LeftNavSubItem:hover {
	color: #44aadd;
	text-decoration: none;
	background: url(img/leftnavsubitembgover.gif);	
}
 
 
a.LeftNavSubItemSelected {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: 110px;
	padding-left: 30px;
	height: 16px;
	padding-top: 4px;
	background: url(img/leftnavsubitemselectedbg.gif);
	background-repeat:no-repeat;
}
a.LeftNavSubItemSelected:visited {
	color: #FF0000;
	text-decoration: none;
}


#LeftNavTerminator {
	width: 140px;
	height: 2px;
	background: url(img/leftnavitembgtn.gif);
	background-repeat:no-repeat;
}
a.Current{
	color: #DD0000;
}
