/*left-nav styles */

/*removes the drop-shadow below the top-nav to give room for breadcrumbs*/
div#headers {
	background:none !important;
	padding-bottom:0px;
}

/*breadcrumb styles */
div.crumbs p {
	font-size:70% !important;
	padding:5px 0px 0px 15px;
	margin: 0px;
	line-height:1.5em !important;	
}

/*to keep the link color from changing for visited pages*/
div.crumbs p a:visited {
	color:#336699 !important
}
	
/*changing left-bar text color to black*/	
#left-bar, #left-bar a {color:#000000;}

/*to keep the color of first link 'menu' with red BG to white*/
.agency a {
	color:#ffffff!important;
	text-decoration:none!important;
	display:block !important;
}


#leftNav {
	background-color:#eeeeee !important;
	padding-bottom:1px !important;
}

#leftNav ul {
	list-style-type:none;
	margin:0;
	padding:0;	
	cursor:pointer;	
	border-top:1px solid #ffffff;		
}

#leftNav ul li {
	padding: 0px !important;
	border-bottom:1px dotted #ffffff;		
}

#leftNav ul li:last-child {
	border-bottom:none !important;
}

#leftNav ul li a {
	background-color:transparent !important;
	padding: 5px !important;
	border-left:none !important;
	text-decoration:none;
	display:block;
}

/*background-url in the below styles has to be updated to the new location of the 'arrow' icon*/
#leftNav li.parentNav {
	padding:5px 15px !important;
	background: url("/shared/Redesign/images/listB.gif") no-repeat 4px 10px;
}

	#leftNav .parentNav:hover {
		background: url("/shared/Redesign/images/list.gif") no-repeat 4px 10px;
	}

#leftNav .activeParent {
	background: url("/shared/Redesign/images/listD.gif") no-repeat 3px 10px #777777 !important;
	color:#ffffff !important;
	font-weight:bold;
}

#leftNav .lnkHgLight {
	background-color:#3256a3 !important;
	color:#ffffff !important;
	font-weight:bold;
 }

#leftNav .lnSubMenu {
	padding-left:10px !important;
	border-bottom:2px solid #999999;
}

/*specific BG color and width for each sub-nav to fix the jQuery slide-jerking issue*/
#leftNav .lnMenu ul {
	width:153px;
	background-color:#d4d4d4;
}
#leftNav .lnMenu ul ul {
	width:143px;
	background-color:#eeeeee;
}
#leftNav .lnMenu ul ul ul{
	width:133px;
	background-color:#d4d4d4;
}

#leftNav .lnSubMenu li {
	border:none !important;
}


.activeParent a, .lnkHgLight a, .lnMenu li:hover a {color:#ffffff !important;}	

/*styles that are applied for different 'type' of links. Icons are already linking to the shared directory*/
#leftNav li.overview{
	font-weight:bold;
}
#leftNav li.nav-pdf {
	padding-left:20px !important;
	vertical-align:middle !important;
	background: url("/shared/Redesign/images/ico/pdf.gif") no-repeat 5px !important;
}

#leftNav li.nav-excel {
	padding-left:20px !important;
	vertical-align:middle !important;
	background: url("/shared/Redesign/images/ico/excel.gif") no-repeat 5px !important;
}

#leftNav li.nav-word {
	padding-left:20px !important;
	vertical-align:middle !important;
	background: url("/shared/Redesign/images/ico/word.gif") no-repeat 5px !important;
}

#leftNav li.nav-external {
	background: url("/shared/Redesign/images/ico/http.png") no-repeat 5px !important;
	padding-left:20px !important;
	vertical-align:middle !important;	
}

#leftNav li.nav-image {
	padding-left:20px !important;
	vertical-align:middle !important;
	background: url("/shared/Redesign/images/ico/picture.gif") no-repeat 5px !important;
}

#leftNav li.nav-popup {
	padding-left:20px !important;
	vertical-align:middle !important;
	background: url("/shared/Redesign/images/ico/enlarge.gif") no-repeat 5px !important;
}

	#leftNav li:hover {
	background-color:#3256a3 !important;
	color:#ffffff !important;
}

#sitemaplist {
	font-size: 80%;
	list-style-type: square;
	}
	
	#sitemaplist ul{
	list-style-type: square;
	}
