/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-top: 20px;
list-style:none;
text-align: left!important;
font-size:13px;

}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul {
margin-top:7px;
margin-bottom: 0;
}

/* menu li block */
#menu_vert li {
width: 151px;
display:block;
background:url(images/menu_bg.jpg) repeat-x;
padding:5px 0 7px 5px;
color: #FFFFFF;
text-transform:uppercase;
font-weight:bold;
font-size:13px;

}

#menu_vert ul ul li {
width: 146px;

}

#menu_vert ul ul ul li {
width: 141px;
}


/* first level links */
div#menu_vert a {
 color: #FFFFFF;
text-decoration:none;
margin-top:7px;

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
}

/* third level links, more padding */
div#menu_vert ul ul ul a {

}

/* hover state for all links */
div#menu_vert a:hover {
text-decoration:underline;
}

div#menu_vert a.activeparent:hover {

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
font-size:13px;
   color: #fff;

}

div#menu_vert ul ul li a.activeparent {

}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   text-decoration:underline;
color: white;
font-size:13px;
background:url(images/menu_bg_on.jpg) no-repeat 2px left; 
padding-left: 15px;

}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   border-bottom: none;

}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 { 

}


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

