/* Start of CMSMS style sheet 'sub-menu' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: -5px;
   margin-top: 19px;
   margin-bottom: 20px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

div#menu_vert ul ul {
   margin-top: 5px;
   margin-bottom: -5px;
   margin-left: -5px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
* html #menu_vert ul ul {margin-left: -5px; margin-bottom: -14px;}
*:first-child+html #menu_vert ul ul {margin-left: -5px; margin-bottom: -14px;}
html:first-child #menu_vert ul ul {margin-left: 20px;}
/** end fix **/

/* first level links */
div#menu_vert a {
        color:#666666;
	background-color:#ffffff;
	margin-bottom: -1px;
	padding:10px;
        width: 228px;
	display:block;
	text-decoration:none;
	border:1px solid #cccccc;
	margin:0;
        margin-bottom: -9px;
	background-image:url(uploads/images/backgrounds/sidebara.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   padding: 5px 10px 5px 30px;
   width: 208px;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
 
}

/* hover state for all links */
div#menu_vert a:hover {
        background-color:#ffffff;
	background-image:url(uploads/images/backgrounds/sidebarahover.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#333333;
        margin-top: 0px;
}
div#menu_vert a.activeparent:hover {

}
div#menu_vert ul ul a.activeparent {
        margin-bottom: 10px;
}
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li.currentpage {
   margin-bottom: 0px;
}
div#ment_vert ul ul li.currentpage {
        background-image:url(uploads/images/backgrounds/arro.gif);
	background-position:right;
	background-repeat:no-repeat;
        border-right: 1px #FFFFFF solid;
        margin-bottom: -10px;
}

div#menu_vert ul ul li a.activeparent {
   margin-bottom: 10px;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
        border:1px solid #cccccc;
        padding:10px;
        width: 228px;
        background-color:#FFFFFF;
	border-right:1px solid #ffffff;
	color:#000000;
        font-size: 10px;
        background-image:url(uploads/images/backgrounds/arro.gif);
	background-position:right;
	background-repeat:no-repeat;
        margin: 0px;
        margin-bottom: -9px;
        cursor: default;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
        border:1px solid #cccccc;
        padding: 5px 10px 5px 30px;
        width: 208px;
        background-color:#FFFFFF;
	border-right:1px solid #ffffff;
	color:#000000;
        font-size: 10px;
        background-image:url(uploads/images/backgrounds/arro.gif);
	background-position:right;
	background-repeat:no-repeat;
        margin: 0px;
        margin-bottom: -9px;
        cursor: default;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* 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 */
}

.ie8 div#menu_vert ul ul {
   margin-left: -5px;
}
/* End of 'sub-menu' */

