/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
        position: absolute;
        display: block;
	top: 167px;
	width: 150px;
	/*height: 465px;*/
	background-image:url(../../uploads/images/mai/vnav_grad.gif);
	background-repeat:repeat-x;
        background-color: #ecd5b0;
	border: 1px solid #77a29c;
        text-align:right;
        padding-bottom:130px;
}

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

/* menu li block */
#menu_vert li {
    list-style: none;
    margin-right: 8px;
    margin-left:-25px;
    padding:0px;
    display: block;                     
}

#menu_vert ul ul li {
   border: none;
}

/** 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 */                                     /* NORMAL VIEW   */
div#menu_vert a {
   text-decoration:none;                                 /* no underline for links */
   display: block;                                            /* IE has problems with this, fixed above */
   /*padding: 0em 1.5em 0em 1.5em;         */         /* some air for it */
   min-height:.8em;                                      /* Fixes IE7 whitespace bug */ 

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 14px;
   font-weight: bold;
   color:#63938C; 
}

/* hover state for all links*/
div#menu_vert a:hover {
     color:#a27440; 

} 

div#menu_vert ul h3 {
   display: block; 
padding-right:0px;
text-align: right;
line-height:25px;
                                              /* as <h3> normally has some margin by default */
}


/* next level current pages, more padding, smaller font and no background color or bottom border */

div#menu_vert ul ul h3 {
   font-size:15px;
   border-bottom: none;
   color:/*#63938C#4f756f*/#b48a5f; 
   font-weight:bold;
line-height:25px;
}
      
       
                                                            /* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

                                                          /* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;                                                     /* this is for accessibility */
}


#flower {position: absolute;
right:20px;
bottom:5px;}



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

