/* Left Nav style like the Almanacs Exhibit - import this style along with the navigation_static.js to have navigation with smaller text and a static menu */

/*** NAV ***/
#sub_nav{
	line-height:13px;
	margin, padding: 0;
	font-size: 10px;
}

#sub_nav li{
	padding: 7px 7px 8px 15px;
	width:147px;
}

#sub_nav .submenu li{
	padding: 0 0 4px 10px;
}

#sub_nav1 li, #sub_nav2 li{
   margin: 0;
   padding: 0 0 0 10px;
   border-bottom: none;
   font-size: 10px;
   color:#666666;
}

.nav_head{
	padding: 7px 15px;
	cursor: pointer;
	background-color:#dddddd;
	margin: 0;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

.nav_body{
	padding: 0;
}

#sub_nav ul { margin: 0; }

#sub_nav ul li a:hover, #sub_nav ul li a:visited {
	text-decoration:none;
	color: #364F89;
}

.over {								/* Hover style of LeftNav Headings */
	background-color: #CCCCCC;
}

				
/* Hover style of LeftNav list items  */
#sub_nav li.active_page { background-image: url(images/active_gradient.png); background-repeat: no-repeat; }		
#sub_nav li.hover_list { background-image: url(images/active_gradient.png); background-repeat: no-repeat; cursor: pointer; }

.external {

}