/*##########   NCAR UNIVERSAL ORG AND MAIN NAVIGATION  ############*/

/*---  Blue bar at top ---*/


#top_colorbar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/cas/wigley/magicc/images/background/top_colorbar.jpg) repeat-x;
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

/*---  Organization Nav - Should Remain Same on All Sites ---*/

#nav_org_wrap {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #454445;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#nav_org_wrap a {
	font-size: 8pt;
	color: #d2aa2f;
	font-family: verdana, arial, sans-serif;
}

#nav_org_wrap a:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #fff;
	font-family: verdana, arial, sans-serif;
}

#nav_org {
	width: 250px;
	height: 18px;
	margin: 0px 0px 0px -60px;
	padding: 0px;
	float: left;
}

#search {
	width: 220px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#search p, a {
	font-size: 8pt;
	color: #ccc8c6;
	margin: 0px;
	padding: 0px;
}


/*---  Main Site Navigation for Each Lab - Should only need to adjust the width commented, below depending on how many tabs you have in your mainnav.html include file ---*/

#nav_main_wrap {
	background: #000 url(/cas/wigley/magicc/images/background/mainnavback.jpg) repeat-x;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 100%;
	height: 63px;
}

#nav_main {
	width: 850px; /* Adjust this width to fit your tabs and keep main nav centered */
	_width: 895px; /* For IE6 */
	margin: 0px auto;
	height:54px;
	padding:0;
}

#nav_main ul {
	margin: 0px;
}

#nav_main li {
	margin: 0px;
}

li img {
	padding:0px;
	margin: 0px 2px 0px 0px;
	display: inline;
}

#navlist li {
	list-style: none;
	display: inline;
	padding:0px;
	margin: 0px;
}

#navlist li img {
	padding:0px;
	margin: -17px -17px 0px -17px;
}

#navlist li a {
	height: 44px;
	padding-top: 17px;
	padding-right: 9px;
	padding-left: 9px;
	text-decoration: none;
	float: left;
	font-size: 11pt;
	color: #fff;
	font-family: arial, verdana,sans-serif;
}

#navlist li a.current {
	background: url(/cas/wigley/magicc/images/background/button_mainnav_ON.jpg)  no-repeat center top;
}

#navlist li a:link, #navlist li a:visited { 
	color: #fff; 
}

#navlist li a:hover {
	color: #ffffff;
	background: url(/cas/wigley/magicc/images/background/button_mainnav_OVER.jpg) no-repeat center top;
}

#navlist li a#current, #navlist li a:hover#current {
	color: #ffffff;
	background: url(/cas/wigley/magicc/images/background/bg_navi.png) no-repeat center top;
	font-weight: normal;
}

/*##########   PAGE-LEVEL NAVIGATION FOR SUBPAGES - in our case, the left nav  ############*/

#pagenav {
	
	/*background: #d4d4d1 url(/Images/pagenavback.jpg) repeat-x;*/
	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-right: 4px;
	padding-left: 4px;

}
	
#pagenav ul, ol {
	font: normal normal normal 8pt/10pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0;
	font-weight: bold;
	}

.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px; /* Width of Menu Items */
}
	
.suckerdiv ul li {
	position: relative;
	margin-bottom: 2px;
}

#suckertree1 ul li a {
	font-size: 8pt;
}

a.current {
	font-style: italic;
	font-weight: bold;
	color: #bb0617;
	
}
	

.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;
	/*border: 3px solid #cccccc;*/
	z-index: 20;
}



.suckerdiv ul li ul li { /*1st level sub menu style */
	margin-bottom: 0px;
}



.suckerdiv ul li ul li a { /*1st level sub menu style */
	background-color: #d9ebfe;
	border-bottom: 2px solid #999999;
}



.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;
	margin: 0px;
	padding: 6px 0px 6px 6px;
	background: #c5c2bd;
	
}


.suckerdiv ul li a:hover{
	background: #7cb4ed;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 6px 6px;


}

.suckerdiv .subfolderstyle {
	background: #c5c2bd url(/cas/wigley/magicc/images/background/arrow_right2.png) no-repeat center right;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 6px 6px;
}



	
/* Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }