/* Navigation Menu */
	/* IMAGE BORDERS FOR LEFTNAV MENU BOX */
	.t {background: url(../img/common/leftNavMenu/dot.gif) 0 0 repeat-x; background-color:#959BA6;}
	.tl {background: url(../img/common/leftNavMenu/tl.gif) 0 0 no-repeat;}
	.tr {background: url(../img/common/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: #E4E9E5;

		/* 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/common/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 div a{
		/* set fixed width for header */
		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 #E4E9E5;
	}


	#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 #F8F8F8;
		background-color:#F8F8F8;
		}	
				
#button .extend {
	height: 170px;
	}
	
.navSelected{ 
	color:#A32E18 !important;
}

.disabled {
	color:#CCCCCC !important;
}