/******************** MENU *********************/
#menu_vert {
	margin: 8px 0px 0px 0px;
	padding: 0;
        width:158px;
}

#menu_vert ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_vert ul ul {
	margin: 0;
	padding: 0px 5px 0px 0px;
}

#menu_vert li {
        font-size:13px;
        font-weight:bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
        border-bottom: 1px solid #e5c1c4;
}

#menu_vert li.currentpage {
	padding:0px;
}

/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/


/* first level links */
div#menu_vert a {
	display: block;
	padding: 7px 0px 7px 6px;
	color: #444444;
	min-height: 1em;
line-height:1em;
	text-decoration: none;
}

/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color: #a20411;
}


/* This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
	padding: 7px 0px 7px 6px;
	color: #a20411;
        font-weight:bold;
	font-size: 13px;
	margin: 0;
        line-height:1em;
}


/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader  { color: #18507c; line-height: 1em; background: url("uploads/ngrey/libk.gif") no-repeat right top; cursor: text; margin: 0; padding: 0.8em 0.5em 0.5em 1.5em; border-right: medium none }
/* separator */
div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 2px 0 2px 0;
	background-color: #000;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}

#meta_nav {
float:right;
}

#meta_nav ul {
   color:#3e3e3e;
   margin: 56px 0px 0px 0px;
   padding: 0px;
   list-style: none;
}

#footer_nav {
float:right;
margin-right:10px;
}

#footer_nav ul {
   color:#999999;
   margin: 0px;
   padding: 0px;
   list-style: none;
}

#meta_nav ul li, #footer_nav ul li  {
   list-style: none;
   float:left;
   margin: 0px;
}

#meta_nav ul li a {
   color:#333333;
   display:block;
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
border-right: 1px solid #3e3e3e;
}

#meta_nav ul li a:hover {
   color:#a20411;
}

#footer_nav ul li a {
   color:#999999;
   font-size:0.9em;
   display:block;
   margin: 0px;
   padding: 0px 5px 5px 5px;
   border-right: 1px solid #999999;
}

#footer_nav ul li a:hover {
   color:#000;
}

#meta_nav li h3 {
   color:#a20411;
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
   border-right: 1px solid #3e3e3e;
}

#footer_nav li h3 {
   color:#960712;
   font-weight:normal;
   font-size:0.9em;
   margin: 0px;
   padding: 0px 5px 5px 5px;
   border-right: 1px solid #999999;
}

#meta_nav li li h3, #footer_nav li li h3  {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}

#meta_nav ul li li, #footer_nav ul li li  {
   list-style: none;
   float:none;
   margin: 0px;
   padding: 0px 0px 0px 5px;
}

/* fix for IE6 */
* html #meta_nav ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}

* html #footer_nav ul li a {
   margin: 0px;
   padding: 0px 5px 5px 5px;
}

* html #meta_nav ul li li a, * html #footer_nav ul li li a {
   margin: 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */

#meta_nav ul ul, #footer_nav ul ul {
   float:none;
   margin: 0px 0px 0px 8px;
   padding: 0;
}

#meta_nav ul ul ul, #footer_nav ul ul ul {
   float:none;
   margin: 0px 0px 0px 8px;
   padding: 0;
}



/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */




#meta_nav {
float:right;
}

#meta_nav ul {
   color:#3e3e3e;
   margin: 56px 0px 0px 0px;
   padding: 0px;
   list-style: none;
}

#footer_nav {
float:right;
margin-right:10px;
}

#footer_nav ul {
   color:#999999;
   margin: 0px;
   padding: 0px;
   list-style: none;
}

#meta_nav ul li, #footer_nav ul li  {
   list-style: none;
   float:left;
   margin: 0px;
}

#meta_nav ul li a {
   color:#333333;
   display:block;
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
border-right: 1px solid #3e3e3e;
}

#meta_nav ul li a:hover {
   color:#a20411;
}

#footer_nav ul li a {
   color:#999999;
   font-size:0.9em;
   display:block;
   margin: 0px;
   padding: 0px 5px 5px 5px;
   border-right: 1px solid #999999;
}

#footer_nav ul li a:hover {
   color:#000;
}

#meta_nav li h3 {
   color:#a20411;
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
   border-right: 1px solid #3e3e3e;
}

#footer_nav li h3 {
   color:#960712;
   font-weight:normal;
   font-size:0.9em;
   margin: 0px;
   padding: 0px 5px 5px 5px;
   border-right: 1px solid #999999;
}

#meta_nav li li h3, #footer_nav li li h3  {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}

#meta_nav ul li li, #footer_nav ul li li  {
   list-style: none;
   float:none;
   margin: 0px;
   padding: 0px 0px 0px 5px;
}

/* fix for IE6 */
* html #meta_nav ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}

* html #footer_nav ul li a {
   margin: 0px;
   padding: 0px 5px 5px 5px;
}

* html #meta_nav ul li li a, * html #footer_nav ul li li a {
   margin: 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */

#meta_nav ul ul, #footer_nav ul ul {
   float:none;
   margin: 0px 0px 0px 8px;
   padding: 0;
}

#meta_nav ul ul ul, #footer_nav ul ul ul {
   float:none;
   margin: 0px 0px 0px 8px;
   padding: 0;
}