/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/**************************
MENU busanddip_simple 24.03.2008
***************************/
#menu {
/*  float: left;
  clear: left;
  padding-left: 0;*/
  margin: 20px 10px 10px 0px;
  width: 180px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
  font-weight: bold;
}

#menu ul { 
  padding: 0;
  margin: 0;
}

#menu li {
  list-style: none;
  margin: 0px 0px 2px 0px;
/*  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: #c7d8f3; */
  display: block;
}

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

div#menu a {
  text-decoration:none; 
  display: block;
  padding: 0.3em 0.5em 0.3em 0.5em;
  color: #000000; /* this will be link color for all levels */
  background-color: #c7d8f3;
  min-height:1em; /* Fixes IE7 whitespace bug */ 
  border-style: solid;
  border-width: 0px 0px 0px 10px;
  border-color: #c7d8f3;
}

#menu a:hover {
  border-color: #e1003e;
}

#menu ul li.currentpage {
  padding: 0.3em 0.5em 0.3em 0.5em;
  background-color: #003f7f;
  color: #ffffff;
  border-width: 0px 0px 0px 10px;
  border-style: solid;
  border-left-color: #e1003e;
}

li.separator {
}

/* End of 'Navigation: Simple - Vertical' */

