/* Navigation Menu */
	/* IMAGE BORDERS FOR LEFTNAV MENU BOX */
	.t {background: url(../img/leftNavMenu/dot.gif) 0 0 repeat-x; background-color:#549534;}
	.tl {background: url(../img/leftNavMenu/tl.gif) 0 0 no-repeat;}
	.tr {background: url(../img/leftNavMenu/tr.gif) 100% 0 no-repeat; padding-top:2px; padding-bottom:2px;}
	/* end borders*/

	#button {
		/* Set the width of the left navigation bar */
		width:170px;
		_width:156px;

		background-color: #E3F5D5;

		/* Font Attributes for Main Button Links */
		font:11px/1.25 Verdana, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		word-spacing:-0.09em;
	}
	
	#button li {
		/* DOTTED BORDER */
		padding-bottom: 1px;	
		border-bottom: none; 
		background: url('../img/dotted_horizontal.gif') repeat-x bottom;

	} 
	
	html>body #button li a {
		/* fix for netscape, standardizes the widths of the buttons */
		width: auto;
	}		
	
	#button div {
		/* set fixed width for header */
		width:170px;
		text-indent:4px;
		/* HEADER */
		font:12px/1.25 Verdana, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		color: #FFFFFF; text-decoration: none;
	}
	

	#button li a {
		/* PRIMARY LINE ITEMS */
		display: block;		
		padding-top:4px;
		padding-bottom:3px;	
		
		text-decoration: none;
		width: 100%;
		
		border-left: solid 14px #E3F5D5;
	}


	#button li span a {
		/* SECONDARY LINE ITEMS */
		font:11px/1.25 Verdana, Arial, Helvetica, sans-serif; 
		padding:0px;	
		padding-bottom: 3px;
		padding-top:3px;
		
	}


#button li a {
	color:#454545;
}

#button li a:hover {
	/* HOVER CHARACTERISTICS */
	text-decoration:underline;

	border-left: solid 14px #F2F6EE;
	background-color:#F2F6EE;

}	
				
					
.navSelected{ 
	color:#A32E18 !important;
}

.navHeadSelected{ 
	color:#A32E18 !important;
	padding-top:3px;
}

.sectionHead{ 
	padding-top:3px;
}