/* Start of CMSMS style sheet 'Stylesheet Menu Alpha' */
/********************
MENU
*********************/
#menu_vert {
   margin: 0px;
   background:url(/images/bg_menu.jpg) top no-repeat;
   height:285px;
}

/* menu li */
#menu_vert li {
   list-style: none;
   display: block;
   text-align:left;
   height:26px;
}


/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

div#menu_vert ul {
padding:7px 0 0 10px;
margin:0;
}


/* first level links */
div#menu_vert a {
   height:26px;
   width:180px;
   padding-left:5px;
   margin:0 20px 0;
   line-height:26px;
   font-size:12px;
   font-weight:bold;
   color: #28166E;
   text-decoration:none; 
   display: block; 
}


/* hover state for all links */
div#menu_vert a:hover {
background:transparent url(/images/alpha_bg_menu_item.png) no-repeat;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   font-size:12px;
   line-height:26px; 
   height:26px;
   width:180px;
   padding-left:5px;
   margin:0 20px;
   font-weight:bold;
   color: #28166E;
   background:transparent;
   display: block; 
}




/* End of 'Stylesheet Menu Alpha' */

