/* Start of CMSMS style sheet 'Kista_Galleria_Tema : Navigation' */
#menu_vert {
   padding:0; 
   margin:0;
padding-right:11px;
 }


#menu_vert li {
   list-style: none;
   margin-bottom: 9px;
   margin-top: 9px;
  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 */
 
div#menu_vert .activeSelection{
padding-top: 4px;
padding-bottom: 4px;
font-weight:bold;
}

div#menu_vert a {
   text-decoration:none;
/* display: block; */
   color: #fff;
   min-height:1em;
padding-top: 4px;
padding-bottom: 4px;
}

/* second level 
div#menu_vert ul ul a {
   padding: 0;
padding-right:11px;
font-size: 1em;
}
*/

div#menu_vert ul ul {
   padding: 0;
padding-right:0px;
font-size: 1em;
}


/* third level 
div#menu_vert ul ul ul a {
   padding: 0;
   border: none;
padding-left:6px;
font-size: 0.9em;
margin:0;
}
*/

div#menu_vert ul ul ul li a{
padding: 0;
border: none;
padding-left:6px;
font-size: 0.9em;
margin:0;
}

div#menu_vert ul ul ul li {
padding: 0;
border: none;
padding-left:6px;
font-size: 0.9em;
margin:0;
}

div#menu_vert ul ul ul .currentpage h3{
margin:0;
padding: 0;
border: none;
padding-left:6px;
font-size: 0.9em;
}



/* hover first level */
div#menu_vert a:hover {
color:#fff;
font-weight:bold;
}

/* hover second level */
div#menu_vert ul ul a:hover {
font-weight:bold;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
/*   font-weight: bold; */
   padding: 0 0 0 0;
   line-height: 1em;
   margin: 0;
   text-align:left;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:7px 0 7px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}
/* End of 'Kista_Galleria_Tema : Navigation' */

