/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;/**/
/*
	scrollbar-3dlight-color:#999999;
	scrollbar-highlight-color:#CDD5DC;

	scrollbar-base-color:#999999;
	scrollbar-track-color:#CDD5DC;
	scrollbar-face-color:#CDD5DC;
	scrollbar-arrow-color:#999999;

	scrollbar-shadow-color:#CDD5DC;
	scrollbar-darkshadow-color:#999999;
*/
	
	overflow: auto;
	height: 180px;

	direction:rtl;
	background-color: #CDD5DC;
}

#menu_vert ul {
   padding: 0px;
   margin: 0;/**/
  width: 150px;
}

div#menu_vert ul ul ul {
}


#menu_vert li {
    text-align:right;
    list-style: none;
    margin: 0;
    display: block;
    text-transform:uppercase;
}

#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 **/


div#menu_vert a {
   
   text-decoration:none; 
   display: block; 
   padding: 0.3em 0.5em 0.4em 1.5em;
   color: #006699; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}


div#menu_vert ul ul a {
}

div#menu_vert ul ul ul a {
}


div#menu_vert a:hover {
   background-color: #ccc;
}
div#menu_vert a.activeparent:hover {
}


div#menu_vert li a.activeparent {
}

div#menu_vert ul ul li a.activeparent {
}



div#menu_vert ul h3 {
   background-color: #006699;
   display: block; 
   padding: 0.3em 0.5em 0.3em 0em; 
   color: #fff;
   font-size: 11px;
   font-weight:normal;
   margin: 0; 
}


div#menu_vert ul ul h3 {
}


div#menu_vert ul ul ul h3 {
}

/* 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 */
}
/* End of 'Navigation: Simple - Vertical' */

