/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding: 0;
   margin: 0;
   width: 203px;
}

#menu_vert h3 {
   font-family: verdana;
   font-size: 12px;
   font-weight: bold;
   color: #FFF;
}

#menu_vert ul {
   padding: 0;
   margin: 0;
   list-style-type: 0;
}

#menu_vert ul li {
   padding: 0;
   margin: 0;
   list-style-type: none;
   margin-bottom: 16px;
   height: 24px;
   width: 203px;
}

#menu_vert ul li a {
   padding: 0 0 0 26px;
   margin: 0;
   list-style-type: none;
   display: block;
   background: url(uploads/images/layout/button.gif) left top no-repeat;
   height: 24px;

   font-family: verdana;
   font-size: 13px;
   font-weight: bold;
   color: #FFF;
   text-decoration: none;
}

#menu_vert ul li a:hover {
   background: url(uploads/images/layout/button_a.gif) left top no-repeat;
}

#menu_vert ul li.currentpage h3 { /* ACTIEVE PAGINA */
   padding: 0px 0 0 26px;
   margin: 0;
   list-style-type: none;
   display: block;
   background: url(uploads/images/layout/button_a.gif) left top no-repeat;
   height: 24px;

   font-family: verdana;
   font-size: 13px;
   font-weight: bold;
   color: #FFF;
   text-decoration: none;
}



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

