/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   width:139px;   
   padding-top: 2px;
   margin: 3px;
   font-weight: bold;
   text-align: left;
}

/* menu li block */
#menu_vert  ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#menu_vert  ul li {
   list-style: none;
   margin: 0px;
   padding: 5px;
   display: block;
}

#menu_vert ul ul li {
   margin:0;
   font-size: 15px;
   line-height: 20px;
   display: block;
   font-weight: bold;
   padding: 0px 0px 0px 17px;
   background-image: url(/uploads/images/bux.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

#menu_vert ul ul ul li {
   margin:0;
   font-size: 13px;
   line-height: 20px;
   display: block;
   font-weight: bold;
   padding: 0px 0px 0px 12px;
   background-image: url(/uploads/images/bux-12.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

/** 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:link {
   text-decoration:none; /* no underline for links */
   color: #ffffff; /* this will be link color for all levels */
}

   div#menu_vert a:active{
   text-decoration:none; /* no underline for links */
   color: #ffffff; /* this will be link color for all levels */
}

div#menu_vert a:visited{
   text-decoration:none; /* no underline for links */
   color: #ffffff; /* this will be link color for all levels */
}

div#menu_vert a:hover {
   text-decoration:none; /* no underline for links */
   color: #f9d1b4; /* this will be link color for all levels */
}

div#menu_vert ul ul li h3 {
   font-size: 15px;
   margin:0;
   padding: 0px;

}

div#menu_vert ul ul ul li h3 {
   font-size: 13px;
   margin:0;
   padding: 0px;
}


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

