﻿/* Click and reval navigation - two levels
   See jquery/css.js for ie6 fix and css validation */
.click-reveal-wrapper {
	padding:0 0 20px 0;
	margin:0 0 15px;
	width:190px;
	background:url('Images/click-reveal-base.gif') left bottom no-repeat;
}
#LeftNav, #LeftNav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#LeftNav {
	border-top:solid 1px #cccccc;
	font-size:1.2em;
	/*margin:0px 0 -1px 0;*/
	margin:0px;
}
* html #LeftNav 
{
	margin:-3px 0 0px 0;				
}

#LeftNav li {
	display:block;
	margin:0px;
	padding:0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#LeftNav a {
	display:block;
	padding:.2em 10px .2em 26px;
	color:#006863;
	background:#f2f2f2;
	text-decoration:none;
	line-height:1.4em;
	background-image:url('Images/click-reveal-level1-link.gif');
	background-position:left;
	background-repeat: no-repeat;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
}
#LeftNav a:hover {
	background-color:#d6e7e6;
	text-decoration:underline;
}
#LeftNav a:focus, #LeftNav a:active, #LeftNav a.selected {
	color:#ffffff;
	background:#7eb949;
	text-decoration:underline;
	background-image:url('Images/click-reveal-level1-focus.gif');
	background-position:left;
	background-repeat: no-repeat;
}
#LeftNav a.selected, #LeftNav a.selected:hover {
	background-color:#7eb949;
	text-decoration:none;
}
#LeftNav a.current 
{
	background-color:#e9f9f7;
	color:#7eb949;
	font-weight:bold;
}
#LeftNav ul li a, #LeftNav ul li a:hover, #LeftNav ul li a:focus, #LeftNav ul li a:active {
	padding-left:37px;
	margin:0 -1px;
	color:#006666;
	background:#d6e7e6;
	border-top:1px dotted #545454;
	border-bottom:none;
	background-image:url('Images/click-reveal-level2-link.gif');
	background-position:left;
	background-repeat: no-repeat;
}
#LeftNav ul li a:hover {
	background-color:#e9f9f7;
	text-decoration:underline;
}

