/**
 *
 * @copyright 2011 StudCom GmbH
 * @version 2011-06-20
 * @since 1.2
 */
 
/*///// MENU VERTICAL /////*/

/*.menuwrap .firstnavi li:hover .secondnavi {
  height: auto;
  opacity: 1;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}*/

.menuwrap .secondnavi {
  position: absolute;
  display: none;
	font-weight:normal;
	font-size:12px;

  left: 0px;
  top: 28px;
	max-width: 275px;
	height: auto;
  z-index:9001;
  background: white;
  -webkit-box-shadow: #666 0px 2px 8px;
  -moz-box-shadow: #666 0px 2px 8px;
  box-shadow: #666 0px 2px 8px;
  padding: 0 0 5px 0;
}

.menuwrap .secondnavi li {
  /*float: left;*/
	height: 20px;
	line-height: 20px;
  /*background: url("/img/theme/dropmenu_mid.png") left repeat-y;*/
  background: white;
  /*padding: 0 20px;
  width: 235px;*/
  z-index:9001;
  color: #444444;
  white-space: nowrap;
  float: none;
  list-style-position: outside;
}

.menuwrap .secondnavi .secondnavi_end {
  height: 5px;
  display: none;
  padding: 0;
  margin: 0;
  /*background: url("/img/theme/dropmenu_bot.png") left top no-repeat;
  height:20px;
  float: left;*/
}

.menuwrap .secondnavi li a{
	padding: 0 12px;
	font-weight: normal;
  z-index:9001;
  font-style: normal;
  }

.menuwrap .secondnavi .active a,
.menuwrap .secondnavi .activelast a {
	color: #444444;
}

.menuwrap .secondnavi .inactive a,
.menuwrap .secondnavi .inactivelast a {
	color: #444444;
}

.menuwrap .secondnavi .active a:hover{
}

.menuwrap .secondnavi .inactive a:hover{
}

.menuwrap .invisible {
	display: none;
}
