/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/

#menu_vert {
   padding: 40px 0 0 0;
   margin: 0;
   width: 167px;
   font-family: arial;
}

#menu_vert ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

#menu_vert ul li {
   margin: 0;
   list-style-type: none;
   margin-bottom: 3px;
}

#menu_vert ul li a {
   color: #000;
   font-weight: bold;
   background: url(uploads/images/layout/bttn_icon.jpg) 6px 3px no-repeat;
   font-size: 11px;
   padding: 2px 0 2px 22px;
   display: block;
   margin: 0;
}

#menu_vert ul li a:hover {
   background-color: #fff08a;
}

#menu_vert ul li.currentpage h3 {
   color: #000;
   font-weight: bold;
   background: url(uploads/images/layout/bttn_icon.jpg) 6px 3px no-repeat;
   background-color: #fff08a;
   font-size: 11px;
   padding: 2px 0 2px 22px;
   display: block;
   line-height: normal;
   margin: 0;
   width: 145px;
}

/* IE6 ONLY */

* html #menu_vert,
* html #menu_vert ul {
   padding: 0;
   margin: 0;
   width: 167px;
}

* html #menu_vert ul li {
   margin: 0;
   list-style-type: none;
   margin-bottom: 3px;
   width: 167px;
}

* html #menu_vert ul li a, 
* html #menu_vert ul li a:hover {
   display: block;
   width: 145px;
}





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

