/* Start of CMSMS style sheet 'sidekick_2.0 : Sidekick Default Menu - Vertical' */
/********************
MENU
*********************/
#menu_vert {
  float:left;
   width:166px;
   margin-right:34px;
   background: url(uploads/sidekick_2.0/navigatio_top.gif) no-repeat;
   padding-top:30px;
}

div#menu_vert a:hover {
	color:#e95f00;
}

/* 1st level */

#menu_vert ul{
   width:166px;
   background: url(uploads/sidekick_2.0/navigation_bund.gif) no-repeat bottom;
   padding-bottom:47px;
}

#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
   border-bottom:1px solid #000;
}

div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #000; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */
   font-size: 1.1em;
   font-family: Impact,candara,Helvetica,Arial,sans-serif;
   text-transform:uppercase;
   font-weight:normal;
   line-height:1;
   letter-spacing:0.1em;
}

div#menu_vert ul h3 {
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #e95f00;                                 
   font-size: 1.1em;
   line-height:1;
   letter-spacing:0.1em;                        
   margin: 0;                                  
}

div#menu_vert li a.activeparent {
   color: #666;
   border-bottom:1px solid #000;
   background: url(uploads/sidekick_2.0/navigation_2level_1.gif) repeat-y;
}

div#menu_vert a.activeparent:hover {
   color: #000;
}


/* 2nd level */

#menu_vert ul ul{
   width:166px;
   background: none;
   padding-bottom:0.8em;
}

div#menu_vert ul ul a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.5em 0.5em 1.5em; /* some air for it */
   color: #000; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */
   font-size: 90%;
   font-family: candara,Helvetica,Arial,sans-serif;
   text-transform: none;
   font-weight:normal;
   line-height:1;
   letter-spacing:0.1em;
}

#menu_vert ul ul li {
   border: none;
}

div#menu_vert ul ul a {
   color:#999;
   padding-left:3em;
}

div#menu_vert ul ul h3 {
   display: block; 
   color: #e95f00;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.5em 0.5em 3em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */
   font-size: 90%;
   font-family: candara,Helvetica,Arial,sans-serif;
   text-transform: none;
   font-weight:normal;
   line-height:1;
   letter-spacing:0.1em;
   line-height:1;   
}

div#menu_vert ul ul li a.activeparent {
   
}


/* 3rd level */
div#menu_vert ul ul ul {
   width:166px;
   background: none;
   padding-bottom:0;
   size:90%;
}

#menu_vert ul ul ul li {
   border: none;
}

div#menu_vert ul ul ul a {
   color:#999;
   padding-left:4em;
}

div#menu_vert ul ul ul h3 {
   display: block; 
   padding: 0.8em 0.5em 0.8em 4em;  /* some air for it */
   color: #e95f00;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height:1;  
}



/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   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 'sidekick_2.0 : Sidekick Default Menu - Vertical' */

