/******************** MENU *********************/
#menu_vert {
	pading: 0px;
	margin: 10px 0 0 0;
        width: 250px;
        background: transparent url(/files/vert_nav_bg.jpg) repeat-y left top;
}
#menu_vert ul {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0px;
        width: 250px;
        background: transparent url(/files/vert_nav_split.jpg) no-repeat left top;
}
#menu_vert ul ul {
	margin: 0;
        width: 230px;
        overflow: hidden;
	padding: 0px 0px 0px 20px;
        background: transparent url(/files/vert_nav_split.jpg) no-repeat left top;
}
#menu_vert li {
	list-style: none;
	margin: 0px;
	padding: 0px 0 1px 0;
        background: transparent url(/files/vert_nav_split.jpg) no-repeat left bottom;
}
#menu_vert li.menuactive {

        background: transparent url(/files/vert_nav_split.jpg) no-repeat left bottom;
}

#menu_vert li.currentpage {
	padding: 0px 0px 1px 0px;
}
#menu_vert li li.currentpage {
	padding-top: 1px;
}
#menu_vert li.menuactive {
	margin: 0;
	padding: 0px;
/* replaced by image in ul ul */
	background: none;
}
#menu_vert li.menuactive ul {
	margin: 0;
}
#menu_vert li.activeparent {
	margin: 0;
	padding: 0px;
}
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
div#menu_vert a {
	display: block;
	padding: 13px 5px 13px 35px;
	color: #5c5c5b;
	min-height: 1em;
	text-decoration: none;
        font-size: 120%;
        background: transparent url(/files/arr_grey.gif) no-repeat 13px 16px;
        margin:0;
        line-height: 1.3em;
        outline: none;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 110%;
	margin: 1px 0 0 0;
	padding: 13px 5px 13px 15px;
        line-height: 1.3em;
        background: none;
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	padding: 0.5em 0.3em 0.3em 3em;
        background: none;
}
/* hover state for all links */
div#menu_vert a:hover {
	color: #d3a20b;
	text-decoration: none;
        background: #fff url(/files/arr_orange.gif) no-repeat 13px 16px;
}
div#menu_vert ul ul a:hover {
	margin: 1px 0 0 0;
        background: none;
}

div#menu_vert a.activeparent:hover {
	color: #595959;
}
div#menu_vert li.activeparent {
}
div#menu_vert li.activeparent a.activeparent {
}
div#menu_vert li a.parent {
	padding-left: 35px;
}
div#menu_vert ul ul li a.parent {
	padding-left: 0.9em;
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0;
	padding-left: 0;
}
div#menu_vert li a.parent:hover {
	text-decoration: none;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 0;
}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	padding-left: 0;
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	padding-left: 0.99em;
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	margin: 0;
	font-weight: normal;
	padding-left: 35px;
        color: #d3a20b;
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	color: #18507C;
}
div#menu_vert ul ul li a.activeparent {
	color: #fff;
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
	padding: 13px 5px 13px 35px;
        color: #d3a20b;
	font-size: 120%;
	margin: 0;
	font-weight: normal;
	color: #d3a20b;
        background: #fff url(/files/arr_orange.gif) no-repeat 13px 16px;
        line-height:1.3em;
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	display: block;
	padding: 13px 5px 13px 15px;
        color: #d3a20b;
	font-size: 110%;
	margin: 0;
	font-weight: normal;
	background-color: #fff;
	color: #d3a20b;
        line-height:1.3em;
        background: none;
}
/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	padding: 0.6em 0.5em 0.2em 3em;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
div#menu_vert li.sectionheader {
	border-right: none;
	padding: 0.8em 0.5em 0.5em 1.5em;
	background: transparent url(/files/libk.gif) no-repeat right top;
	line-height: 1em;
	margin: 0;
        color: #18507C;
        cursor:text;
}
/* 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 */
}
/*