
/*##########   PAGE-LEVEL NAVIGATION FOR SUBPAGES - in our case, the left nav  ############*/

#pagenav {
	float: left;
	width: 130px;
	height: 100%;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

#pagenav a {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 6px 4px 6px 4px;
	margin: 0;
}

#suckertree1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#suckertree1 li {
	margin: 0px 0px 2px 0px;
	padding: 0;
}

#suckertree1 li ul li {
	margin: 0px;
	padding: 0px;
}

.suckerdiv {
	width: 130px; /* Width of Menu Items */
}

.suckerdiv ul li {
	position: relative;
	border-top: 1px solid #e2ddd6;
	border-bottom: 1px solid #e2ddd6;
}

.suckerdiv ul li ul { /*1st level sub menu style */
	left: 129px; /* Parent menu width - 1*/
	position: absolute;
	width: 205px; /*sub menu width*/
	top: 0;
	display: none;
	z-index: 30;
}

.suckerdiv ul li ul li a { /*1st level sub menu style */
	background-color: #2C446D;
	color:#fff;
	border-bottom: 1px solid #2E3BC7;
	padding: 0px;
}

.suckerdiv ul li ul li ul { /*All subsequent sub menu levels offset */
	background: #d9ebfe;
	left: 204px; /* Parent menu width - 1*/
}


.suckerdiv ul li a  { /* menu links style */
	font: normal normal normal 8pt/10pt Arial, Helvetica, sans-serif;
	display: block;
	color: #000000;
	text-decoration: none;
	background: #c5c2bd;
}


.suckerdiv ul li a:hover{
	background: #2E3BC7;
	color: #fff;
	text-decoration: none;
}

.suckerdiv .subfolderstyle {
	background: #c5c2bd url(../images_ncar/arrow_right2.png) no-repeat center right;
	text-decoration: none;
}
	
/* Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



