/********************
MENU
*********************/
#menu_vert {
   padding: 0;
   margin: 0;
   font:12px Arial;
   color:#1e4b79;
	line-height:1em;
}


#menu_vert ul {
	margin:0;
	padding:0;
}
/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

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

/* first level links */
div#menu_vert a {
   width:160px;

	text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding:9px 0 8px 19px;
   color: #1e4b79; /* this will be link color for all levels */
   background: transparent url(/images/site/menu-off.gif) no-repeat; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   margin:0;
}



/* next level links, more padding and smaller font */v
div#menu_vert ul ul {
	width:179px;
}


div#menu_vert ul ul li a {
   width:132px;
   color:#fff;
   font:11px Arial;
   padding:8px 10px 7px 37px;
   background: transparent url(/images/site/bullet-submenu.gif) no-repeat 26px 13px;
   background-color:#01042f;
   margin:0;
}

div#menu_vert ul ul a:hover {
   color:#fc0;
   background: transparent url(/images/site/bullet-submenu.gif) no-repeat 26px 13px;
   background-color:#01042f;
}


/* hover state for top level links */
div#menu_vert a:hover {
   background:transparent url(/images/site/menu-on.gif) no-repeat 0px 0px;
   color:#fc0;
}
div#menu_vert a.activeparent:hover {
   background:transparent url(/images/site/menu-on.gif) no-repeat 0px 0px;
   color: #fc0;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   padding:9px 0 8px 19px;
   background: transparent url(/images/site/menu-section.gif) no-repeat 0px 0px;
   color: #fff;
   display: block;
   margin:0;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background:transparent url(/images/site/menu-on.gif) no-repeat 0px 0px;
   padding:8px 0 7px 19px;
   color: #fc0;
   font:12px Arial;
   margin:0;
   background-color:#01042f;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   margin:0;
   padding:8px 10px 7px 37px;
   background: transparent url(/images/site/bullet-submenu.gif) no-repeat 26px 13px;
   background-color:#01042f;
   color: #fc0; 
   font:11px Arial;
}
