

#leftcolumn {font-size:80%;}

#leftcolumn li,
#leftcolumn li a,
#leftcolumn li a:link,
#leftcolumn li a:visited,
#leftcolumn li a:hover,
#leftcolumn li a:active {font-size: 10pt;}



#leftcolumn p.navtitle
{
	font-family: Arial,Tahoma,Verdana,sans-serif;
	color: #505050;
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	margin: 0;
}

#leftcolumn ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	padding-bottom: 5px;
}

#leftcolumn ul ul
{
	padding-bottom: 0;
	/* border: 1px solid green; */
}


/* LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI LI */

#leftcolumn li
{
	margin: 0 11px; /* !important */
	/* margin: 3px 11px; */
	padding: 0;
	color: #404040;
	border-top: 1px solid #C7C8CA;
	
	line-height: 1.2em;
	
	/* border: 1px solid red; */
	
	position: relative; /* necessary for IE 6 so that the border top / lines between each element show up */
}

#leftcolumn li.beginsub
{
	/* padding-top gets overriden on purpose by li.active */
	padding-top: 4px;
	margin-bottom: 5px;
}

/* keep li.active below li.beginsub, so padding-top is overridden only when the top level item is active */
#leftcolumn li.active
{
	position: relative;
	top: 1px;
	
	border-top: 0;
	z-index: 1;
	
	margin-left: 6px;
	margin-right: 0;
	
	/* overrides li.beginsub padding-top */
	padding-top: 0;
}

#leftcolumn li.active ul
{
	margin-right: 11px;
	/*border: 1px solid red; */
	margin-left: 5px;
	/* position: relative;
	left: 5px; */
}

#leftcolumn li li,
#leftcolumn li.active li,
#leftcolumn li.beginsub li
{
	position: static;
	margin: 0 0 0 7px;
	
	/* padding: 3px 0 3px 12px; ie 6 */
	
	padding-left: 12px;
	
	border-top: 0;
}

#leftcolumn li li
{
	background: url(/static/_global/css/css_images/leftnav/leftnav_dash.gif) no-repeat 0 .80em;
}





/* ********************************** 3rd level additions ********************************** */

#leftcolumn li li.beginsub
{
	padding-top: 0;
}

#leftcolumn li li li,
#leftcolumn li.beginsub li li
{
	background: url(/static/_global/css/css_images/leftnav/leftnav_square.gif) no-repeat 0 .7em;
	margin-left: 0;
	padding-left: 7px;
}

#leftcolumn li.active li li,
#leftcolumn li li.active li
{
	background: url(/static/_global/css/css_images/leftnav/leftnav_square.gif) no-repeat 0 .7em;
	margin-left: 0;
	padding-left: 8px;
	/* border: 1px solid green; */
}

/*
#leftcolumn li.active li
{
	border: 1px solid blue;
}
*/

#leftcolumn li.active li ul
{
	position: static;
	/* border: 1px solid red; */
	margin-left: 0;
	padding-left: 0;
	margin-right: -1px;
	/* position: relative;
	left: -10px;
	margin-right: 0;
	*/
}

#leftcolumn li li.active ul
{
	position: static;
	margin-right: 11px;
	margin-left: 16px;
}

#leftcolumn li li.beginsub ul
{
	margin-bottom: 5px;
}

#leftcolumn li li.active li a
{
	margin-left: 0;
	padding-left: 0;
}


#leftcolumn li li li.active
{
	background-image: none;
	margin-right: -11px;
	margin-left: -8px;
}
#leftcolumn li li li.active a
{
	padding-left: 7px;
}

/* ********************************** end additions ********************************** */






#leftcolumn li li.active
{
	border-top: 0;
	background-image: none;
	padding-left: 0;
	margin-left: 3px;
	margin-right: -11px;
}


/* A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A */

#leftcolumn li a
{
	/* font-size: .90em; */
	color: #0057ae;
	
	display: block;

	min-width: 1px;  /* this is used to give it "Layout", either do something like this or use zoom:1 which invalidates css */
	/* zoom: 1; */
	/* either need to use width: 100% or zoom:1 or both to get ie 7 to hover properly as a 'block' */
	/* width: 100%; */
	
	text-decoration: none;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 4px;
}

* html #leftcolumn li a
{
	zoom: 1;
}

#leftcolumn li.active a
{
	border: 1px solid #404040;
	border-right: 0 solid white;
	background-color: white;
	/* margin-bottom: -1px; */
	
	position: relative;
	
	padding-left: 4px;
	padding-right: 4px;
	
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

#leftcolumn li.active li a
{
	border: 0;
	background-color: transparent;
	margin-bottom: inherit;
	padding-left: 0;
	padding-right: 0;
}

#leftcolumn li li a
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#leftcolumn li li.active a
{
	padding-left: 15px;
}

#leftcolumn a:hover
{
	text-decoration: underline;
	color: #990000;
}





/* hide the "Site Navigation" header, only for screen readers */
#leftcolumn h2{position: absolute; left: -1000em; width: 1px; height: 1px;}

/*
#leftcolumn .leftcolumnbefore
{
	background: url(/static/_global/css/css_images/leftnav/leftnav_top_right.gif) no-repeat right top; 
	height: 3px; 
}
*/
/*
#leftcolumn .leftcolumnbefore .corner
{
	background: url(/static/_global/css/css_images/leftnav/leftnav_top_left.gif) no-repeat left top; 
	height: 3px;
}
*/

#leftcolumn
{
	background: url(/static/_global/css/css_images/leftnav/nav_background_image.jpg) right top repeat-y;
	/* border-left: 1px solid #d3d3d3; */
}


/* ie 6 hacks */

/*
* html #leftcolumn li li.active
{
	margin-right: -12px;
}
*/

/*
* html #leftcolumn
{
	position: relative;
	left: -2px;
}

* html #leftcolumn .leftcolumnbefore
{
	position: relative;
	left: 2px;
}
*/

