/* Start of CMSMS style sheet 'frank : Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 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 {
text-decoration:none; /* no underline for links */
display: block; /* IE has problems with this, fixed above */
padding: 10px 10px 10px 10px; /* some air for it */
color: #000000; /* this will be link color for all levels */
min-height:1px; /* Fixes IE7 whitespace bug */
font-size: 12px; 
font-weight: bold;
}


/* hover state for all links */
div#menu_vert a:hover {
background-color: #d60018;
font-size: 12px;
font-weight: bold;

}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
background-color: #d60018;
display: block;
padding: 10px 10px 10px 10px;  /* some air for it */
color: #000000;                                 /* this will be link color for all levels */
font-size: 12px;                           /* instead of the normal font size for <h3> */
margin: 0;                              /* as <h3> normally has some margin by default */
font-weight: bold;

}


/* End of 'frank : Simple - Vertical' */

