/* Start of CMSMS style sheet 'it.allions 2009.10 NavigationTsT' */
                                                          /* CSS Document */
/********************
MENU
*********************/
#menu_vert {
	width: 184px;  /* 200 - (2 x padding) */ 
	background-color: #70b5cc; /* mittleres Petrol */
	float: left;
	padding: 8px;

}


/* Die dritte Ebene bekommt etwas mehr Padding */

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}


/* Listenelemente als Block darstellen */

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

#menu_vert ul ul li {
   border: none;
}

/** Hack für IE Bug display:block; **/
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* Erste Ebene Linkstatus */

div#menu_vert a {

   display: block; /* IE has problems with this, fixed above */
   padding-top: 0.8em;
   padding-right: 0.5em;
    padding-left: 1.0em;

   min-height:1em; /* Hack für IE7 whitespace bug */

  font-size: 1em;

  font-weight: bold;
  letter-spacing: 0.07em;
  color: #e5e7e5;
 
  text-decoration:none; /* Keine Unterstreichung von Links*/
}


/* Zweite Ebene */

div#menu_vert ul ul a{
  font-size: 0.9em;
  padding-left: 2.5em;
  font-weight: bold;
 line-height: 0.5em;

}

/* Links für zweite Ebene */


div#menu_vert ul ul  {

  list-style-image: url(/images/itallions/menu-l2-link.tst.png);
  list-style-position: outside;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(/images/itallions/menu-l2-link.tst.png) no-repeat 2.8em center;
}

/* Hover-Status für alle Links */

div#menu_vert a:hover {
  color: #006b8d;

}

/* Hover-Status für erste Ebene */

div#menu_vert a.activeparent:hover,
div#menu_vert a.activeparent:focus,
div#menu_vert a.activeparent:active {
  color: #006b8d;
}


/* Hover-Status für zweite Ebene */

div#menu_vert ul ul a:hover,
div#menu_vert ul ul a:focus,
div#menu_vert ul ul a:active {
  color: #006b8d;
  list-style-image: url(/images/itallions/menu-l2-hover.tst.png);
  list-style-position: inside;
}



/*
Aktives Eltern-Element
*/

div#menu_vert li a.activeparent {

   color: #fff;

 
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center;
   background-color: transparent;
   color: #f00;
}


/*
Erste Ebene - Aktuelle Seite ist nicht anklickbar
Abmessungen wie div#menu_vert a 
*/
div#menu_vert ul h3 {

 font-size: 1em;
  line-height: 1.75em;
  font-weight: bold;
  letter-spacing: 0.07em; 

   min-height:1em; /* Hack für IE7 whitespace bug */
 
 display: block;
   padding-top: 0.8em;
   padding-right: 0.5em;
    padding-left: 1.0em;                  /* 1.5em, fuer Hintergrundgrafik */
   color: #fff;                                 /* Farbe gilt fuer alle Ebenen! */
}

/*
Zweite Ebene - Aktuelle Seite 

*/
div#menu_vert ul ul h3 {
  font-size: 0.9em;
  padding-left: 2.5em;
  font-weight: bold;
 line-height: 1.2em;
  list-style-image: url(/images/itallions/menu-l2-link.tst.png);
  list-style-position: outside;

   color: #fff;
}

/* 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.ita.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 */
}
/* End of 'it.allions 2009.10 NavigationTsT' */

