/* Start of CMSMS style sheet 'catholicfoundationCSS: navigation' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
   margin-right: 1px;
   font-size: 75%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
   margin-top: -5px;
   margin-bottom: 5px;
}
#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 {
   text-decoration:none;
   display: block;
   padding: 0.08em 0.1em 0em 25px;
   color: #fff;
   min-height:.70em;
	background-color: #036;
}

/* second level */
div#menu_vert ul ul a {
   padding: 0em 0.1em 0em 35px;
   background: url(uploads/catholicfoundation/menu_sub1.gif) no-repeat 5% 51%;
	background-color: #c1cfdf;
   color: #036;
   border-bottom: 1px solid #9be; 
}

/* third level */
div#menu_vert ul ul ul a {
   padding: 0em 0.1em 0em 45px;
   background: url(uploads/catholicfoundation/menu_sub2.gif) no-repeat 12% 51%;
   border-bottom: 1px solid #9be; 
	background-color: #c1cfdf;
   color: #036;
}


/* hover first level */
div#menu_vert ul a:hover {
   background: #d2dfef url(uploads/catholicfoundation/menu_arrows2.gif) no-repeat 96% 51%;
   color: #036;}

/* hover second level */
div#menu_vert ul ul a:hover {
  background: #d2dfef url(uploads/catholicfoundation/menu_sub1.gif) no-repeat 5% 51%;
   color: #637;}

/* hover third level */
div#menu_vert ul ul ul a:hover {
  background: #d2dfef url(uploads/catholicfoundation/menu_sub2.gif) no-repeat 12% 51%;
   color: #637;}



/* followed link first level */
div#menu_vert ul a:active {
   background: #c1cfdf url(uploads/catholicfoundation/menu_arrows2.gif) no-repeat 96% 51%;
   color: #036;}

/* followed link second level */
div#menu_vert ul ul a:active {
  background: #c1cfdf url(uploads/catholicfoundation/menu_sub1.gif) no-repeat 5% 51%;
   color: #036;}

/* followed link third level */
div#menu_vert ul ul ul a:active {
  background: #c1cfdf url(uploads/catholicfoundation/menu_sub2.gif) no-repeat 12% 51%;
   color: #036;}



/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 0 0 0.8em 0;
   background-color: #fff;
   line-height: .75em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:0em 0 0.1em 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}
/* End of 'catholicfoundationCSS: navigation' */

