/* ================== NEW LEFTHAND NAV MAY 2008 ================== */

a#sectionSelected2{
	color:#444444;
	font-weight:bold;
}

.NavHeader {margin:0; padding:0;}
.NewNavHeader {display:none;}
.NewNavHeaderOn {display:none;}

.NavContent {margin-left:8px;}
.NavContent a {color:#444; font-weight:normal;}
.NavContent a:hover {background-color:white; text-decoration:underline;}

#NewNavLinks, #NewNavSelected  { 
	clear:both;
	float:left;
	margin:5px 0 0 -4px;
	line-height:50%;
	width:117px;
}

#NewNavLastLink  { 
	clear:both;
	margin:0 0 0 -4px;
	line-height:50%;
	width:117px;
	_position:relative;
	_left: -4px;
	margin-top:10px;
}

#NewNavLinks, #NewNavLastLink  {
	background: url(/img/icons/sub-nav-arrow.gif) left top no-repeat;
	padding-left: 20px;
}

#NewNavSelected {
 	background: url(/img/icons/sub-sub-nav-arrow.gif) left top no-repeat;
 	padding-left: 20px;
	}
	
#NewNavLinks a:link, #NewNavLinks a:visited {text-decoration:none; color:#444; }
#NewNavLinks a:hover {color:#444; background-color:white; text-decoration:underline;}
#NewNavLinks {border-bottom: 1px #EAE7DE solid; padding-bottom:5px;}
	
#NewNavSelected a:link, #NewNavSelected a:visited {text-decoration:none; color:#444; }
#NewNavSelected a:hover {color:#444;  background-color:white; text-decoration:underline;}

#NewNavLastLink a:link, #NewNavLastLink a:visited {text-decoration:none; color:#444; }
#NewNavLastLink a:hover {color:#444;  background-color:white; text-decoration:underline;}
#NewNavLastLink {border-bottom:none; padding-bottom:5px; position:relative; top: 5px; _top: 0; .top: -2px;}

#SubNavLastLink {
	padding:0; 
	margin:0;   
	border-bottom: 1px #EAE7DE solid; 
	width:137px; 
	margin-bottom: -18px; 
	clear: left;	
	/*IE6 hack*/
	_position:relative;
	_left: -22px;
	margin-left: -4px;
	_margin-left: 15px;
	_width:117px;
}
	
#indent { 
	padding-left:23px; 
	padding-bottom:5px; 
	padding-top:8px;
	_padding-left:25px;
}


DIV.floated1b       {
	float:left;
	margin:6px 0 0px 20px; 
	padding:0;
	width:80px;
	/*IE6 hack*/
	_position:relative;
	_left: -22px;
	}
	
DIV.floated1bLast  	{float:left;margin:6px 0 0px 20px; padding:0; border-bottom: 1px #EAE7DE solid; width:80px; }


#leftContent {color:#000; line-height:120%; font-size:100%;}


/*.NewNav {color:#444; display:block; line-height:100%; }*/
.NewNav {color:#444; display:; line-height:150%; }
.NewNav2 {color:#444; line-height:100%; margin-left:5px; }

.NewNavOn {color:#9A93C0;font-weight:bold;line-height:150%;text-decoration:none; }
.NewNavOn2 {text-decoration:none; color:#9A93C0; margin-left:5px; font-weight:bold; margin-bottom:0px; line-height:100%;}


/* ================== NEW BREADCRUMB MARCH 2007 ================== */

.bread {line-height:175%; }

#newBread {font-size:90%;color:#818181; display:block;  padding: 14px 0 0 0; }
#newBread a {text-decoration: none; color: #3366ff; font-weight: bold;}
#newBread a:link, #newBread a:visited {text-decoration: none; color: #3366ff; font-weight: bold;}
#newBread a:hover, #newBread a:active {text-decoration: none; color:black; background-color:#FFFF66; font-weight: bold;}	
#newBread p {margin:0; padding:0; padding-bottom:5px;}
	
	#last {font-weight:bold; color:black;}


