/*1st level menu layout */

#leftCol {float: left;width: 201px;margin-right:0px;border:0px solid #000;}
#leftCol h2 {background: #000082;/*background-image: url(images/r-leftcoltops.jpg);background-position: top right;background-repeat: no-repeat;*/color: #fff;font-weight: bold;font-size: 75%;padding: 4px 0 5px 4px;margin: 0;}
#leftCol div.menuBox {background: #D0E3D9;margin:0px;padding:0px;color: #081a65;}
#leftCol div.menuBox p {margin: 0.5em 0 0.5em 0;}
#leftCol #treeMenu img {margin: 3px 5px 0px 5px;vertical-align: middle;}
#leftCol a {font-weight: bold;color: #1F6F46;text-decoration: underline;}
#leftCol a:hover {text-decoration: none;}
#leftCol #treeMenu ul {list-style-type: none;margin:0px;padding:0px;text-indent:0;}

/*2nd level menu layout */

#leftCol #treeMenu ul li {border:0px solid #D0E3D9;}
* html #leftCol #treeMenu ul li {height:16px;}
#leftCol #treeMenu ul li ul {margin-left: 0px;}
#leftCol #treeMenu ul li a {padding-left: 14px;display: block;padding-bottom: 0px;border:0px solid #000;font-size:75%;text-decoration:none;}
#leftCol #treeMenu ul li a{font-weight: bold;color: #474747;margin-bottom: 0px;border-bottom:1px solid #fff;background: url(images/leftmenu-block-light-green.gif) top left no-repeat;border-right:0px solid #D0E3D9;display: block; width:auto;}
* html #leftCol #treeMenu ul li a {width:187px;}
#leftCol #treeMenu ul li a:hover {background: #EFF5F2 url(images/leftmenu-block.gif) top left no-repeat; width:auto }
* html #leftCol #treeMenu ul li a:hover {width:93%;}

/*3rd level menu layout */

#leftCol #treeMenu ul li ul li{padding-left:0px;}

#leftCol #treeMenu ul li ul li#selectedPage a {font-weight:bold; text-decoration:none; } 
#leftCol #treeMenu ul li ul li#selectedPage ul a {font-weight:normal; text-decoration:none;} 
#leftCol #treeMenu ul li ul li a {font-weight: normal;border-top:0px solid #D0E3D9;border-bottom:1px solid #D0E3D9;border-right:0px solid #D0E3D9;padding: 3px 3px 3px 27px;background: #EFF5F2 url(images/menu-arrow-large2.gif) 12px 8px no-repeat;width:auto;}
* html #leftCol #treeMenu ul li ul li a {width:170px;}
#leftCol #treeMenu ul li ul li a:hover {padding-left:27px;display: block; background: #D0E3D9 url(images/menu-arrow-large2.gif) 12px 8px no-repeat; width:auto;}

/*4th level menu layout */


#leftCol #treeMenu ul li ul li ul li{padding-left:0px;}

#leftCol #treeMenu ul li ul li ul li a {font-weight: normal;border-top:0px solid #D0E3D9;border-bottom:1px solid #D0E3D9;border-right:1px solid #D0E3D9;padding: 3px 0px 3px 35px;background: #fff url(images/menu-arrow-small.gif) 3px 8px no-repeat;width:auto;}
* html #leftCol #treeMenu ul li ul li ul li a {width:165px;}
#leftCol #treeMenu ul li ul li ul li a:hover {padding: 3px 0px 3px 35px;background: #EFF5F2 url(images/menu-arrow-small.gif) 3px 8px no-repeat; width:auto;}
* html #leftCol #treeMenu ul li ul li ul li a:hover {width:165px;}
#leftCol #treeMenu #selectedPage {background:#d0e3d9;}


#leftCol #treeMenu ul li ul li ul li ul li {padding-left:0px;}

#leftCol #treeMenu ul li ul li ul li ul li a {font-weight: normal;border-top:0px solid #D0E3D9;border-bottom:1px solid #D0E3D9;border-right:1px solid #D0E3D9;padding: 3px 0px 3px 45px;background: #fff url(images/menu-arrow-small.gif) 11px 8px no-repeat;width:auto;}
* html #leftCol #treeMenu ul li ul li ul li ul li  a {width:155px;}
#leftCol #treeMenu ul li ul li ul li ul li a:hover {padding: 3px 0px 3px 45px;background: #EFF5F2 url(images/menu-arrow-small.gif) 11px 8px no-repeat; width:auto; }
* html #leftCol #treeMenu ul li ul li ul li ul li a:hover {width:155px;}
#leftCol #treeMenu #selectedPage {background:#d0e3d9;}








/*#leftCol #treeMenu ul li a.selectedLink {background: #EFF5F2 url(images/leftmenu-block.gif) top left no-repeat; border-top:1px #d0e3d9 solid;border-bottom:1px #d0e3d9 solid}*/

/* =========================== */
/* new visit eden menu styling */
/* =========================== */

#leftColve div.menuBoxve {
	background: #D0E3D9;
	margin: 0 0 00px 0;
	padding: 0px 0px 0px 0px;
	color: #081a65;
}

#leftColve div.menuBoxve p {
	margin: 0.5em 0 0.5em 0;
}


#leftColve #treeMenuve img {
	margin: 3px 5px 0px 5px;
	vertical-align: middle;
}

#leftColve a {
	font-weight: bold;
	color: #1F6F46;
	text-decoration: none;
}

#leftColve a:hover {
	text-decoration: none;
}

#leftColve #treeMenuve ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: 0;

	
}

#leftColve #treeMenuve ul li {
	border:0px solid #D0E3D9;
	

}

* html #leftColve #treeMenuve ul li {
	height:16px;
}

#leftColve #treeMenuve ul li ul {
	margin-left: 0px;
}

#leftColve #treeMenuve ul li a {
	padding-left: 14px;
	display: block;
	/*padding-bottom: 0px;*/
	padding: 3px 3px 3px 13px;
	border:0px solid #000;
	font-size:75%;
	text-decoration:none;
}

/* #leftColve #treeMenuve ul li a{
	font-weight: bold;
	color: #474747;
	margin-bottom: 0px;
	border-bottom:1px solid #fff;
	background: url(images/leftmenu-block.gif) top left no-repeat;
	border-right:0px solid #D0E3D9;
	display: block; 
	width:auto;
} */

#leftColve #treeMenuve ul li a{
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
	border-bottom:2px solid #fff;
	background: /*url(images/leftmenu-block.gif) top left no-repeat;*/ #1f6f46;
	border-right:0px solid #D0E3D9;
	display: block; 
	width:auto;
}
* html #leftColve #treeMenuve ul li a {width:187px;}


/* #leftColve #treeMenuve ul li a:hover {background: #EFF5F2 url(images/leftmenu-block.gif) top left no-repeat; width:auto }*/
#leftColve #treeMenuve ul li a:hover {color:yellow;background: #1f6f46; width:auto; }

* html #leftColve #treeMenuve ul li a:hover {width:93%;}


#leftColve #treeMenuve ul li ul li#selectedPageve a {font-weight:bold; text-decoration:underline;} 
#leftColve #treeMenuve ul li ul li#selectedPageve ul a {font-weight:normal; text-decoration:none;} 


/* #leftColve #treeMenuve ul li ul li a {
	font-weight: normal;
	border-top:0px solid #D0E3D9;
	border-bottom:1px solid #D0E3D9;
	border-right:0px solid #D0E3D9;
	padding: 3px 3px 3px 13px;
	background: #EFF5F2 url(images/menu-arrow-large2.gif) center left no-repeat;
	width:auto;
}
*/
#leftColve #treeMenuve ul li ul li a {
	font-weight: bold;
	border-top:0px solid #fff;
	border-bottom:2px solid #fff;
	border-right:0px solid #fff;
	padding: 3px 3px 3px 13px;
	background: #1f6f46;
	width:auto;
}


* html #leftColve #treeMenuve ul li ul li a {width:185px;}

/* #leftColve #treeMenuve ul li ul li a:hover {display: block; background: #D0E3D9 url(images/menu-arrow-large2.gif) center left no-repeat; width:auto;} */
#leftColve #treeMenuve ul li ul li a:hover {display: block; background: #1f6f46; width:auto;}



#leftColve #treeMenuve ul li ul li ul li a {
	font-weight: normal;
	border-top:0px solid #D0E3D9;
	border-bottom:1px solid #D0E3D9;
	border-right:1px solid #D0E3D9;
	padding: 3px 0px 3px 40px;
	background: #1f6f46 url(images/menu-arrow-small.gif) center left no-repeat;
	width:auto;
}
* html #leftColve #treeMenuve ul li ul li ul li a {width:170px;}

/* #leftColve #treeMenuve ul li ul li ul li a:hover {background: #EFF5F2 url(images/menu-arrow-small.gif) center left no-repeat; width:auto;}*/
#leftColve #treeMenuve ul li ul li ul li a:hover {background: #1f6f46 /*url(images/menu-arrow-small.gif) center left no-repeat;*/; width:auto;}

* html #leftColve #treeMenuve ul li ul li ul li a:hover {width:170px;}


#leftColve #treeMenuve #selectedPageve {background:#000;}

div#leftColumnMenu #leftColve #treeMenuve #selectedMenuve a {color:#fff;width:185px;}
div#leftColumnMenu #leftColve #treeMenuve #selectedMenuve a:hover {color:yellow;}
div#treeMenuve {margin-top:5px;}
