/* NAVIGATION */


#navigation {
	background-image: url(../images/nav_div_bg.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	border: none;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	max-height:280px;
}
#navigation.navorange {
	background-image: url(../images/nav_div_bg_orange.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	border: none;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	max-height:280px;
}
#navigation a.head {
	cursor:pointer;
	background:#6c6c6c url(../images/collapsed.gif) no-repeat scroll 3px 4px;
	color:#DFDFDF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #555555;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#navigation a.head:hover {
	color:#FFFFFF;
}
#navigation a.selected {
	background-image: url(../images/expanded.gif);
}
#navigation a.current {
	background-color:#FFFFFF;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#333333;
	display:block;
	padding-left:20px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	background-image: url(../images/nav_li_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight:normal;
}

#navigation.navorange li li a {
	color:#333333;
	display:block;
	padding-left:20px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	background-image: url(../images/nav_li_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight:normal;
}

#navigation li li a:hover {
	background-color:#000000;
	color:#000000;
	background-image: url(../images/nav_li_bg_over.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#sidebarnav {
	height:280px;
	margin-bottom:1em;
	margin-top:5px;
	max-height:280px;
	}

.subnav_subpage a, #subnav_subpage a {
	color:#FFFFFF;
	}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
/* END NAVIGATION */