@charset "UTF-8";

/*
  @project vvl.de
  @name menu.css
*/


#nav {
  font-size: 1.1em;
  }

#nav li {
  float: left;
  position: relative;
  text-align: left;
  margin-right: 6px;
  }

#nav li.parent {
  background: url('../images/bg-nav-active.gif') no-repeat 0 12px;
  }

body.cscustomer-index-checkout #nav li#homepagem
body.cscustomer-index-downloadcontract #nav li#homepage,
body.cscustomer-index-registersuccess #nav li#homepage,
body.cscustomer-index-userdetails #nav li#homepage,
body.cms-home #nav li#homepage,
body.category-handys #nav li#nav-handys,
body.catalog-product-view #nav li#nav-handys,
body.catalog-category-view #nav li#nav-handys,
body.cms-hilfe #nav li#nav-hilfe,
body.cms-kontakt #nav li#nav-kontakt,
#nav li.active {
  background: url('../images/bg-nav-active.gif') no-repeat 50% 100%;
  padding-bottom: 4px;
  }

#nav li.over {
  z-index: 999;
  }

#nav a {
  display: block;
  height: 29px;
  line-height: 28px;
  padding: 0 12px;
  text-decoration: none;
  }

#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  }
#nav span small {
	display: block;
	font-size: 9px;
	line-height: 1em;
	letter-spacing: -0.1px;
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: none;
}
#nav li ul span {
  white-space: normal;
  }

body.cscustomer-index-checkout #nav li#homepage a,
body.cscustomer-index-downloadcontract #nav li#homepage a,
body.cscustomer-index-registersuccess #nav li#homepage a,
body.cscustomer-index-userdetails #nav li#homepage a,
body.cms-home #nav li#homepage a,
body.category-handys #nav li#nav-handys a,
body.catalog-product-view #nav li#nav-handys a,
body.catalog-category-view #nav li#nav-handys a,
body.cms-hilfe #nav li#nav-hilfe a,
body.cms-kontakt #nav li#nav-kontakt a,
#nav li.over a,
#nav li.active a {
  background: #0696df;
  color: #fffffd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  text-shadow: 0 -1px 0 #0c74a9;
  }

#nav li.over a {
  background: #eee;
  color: #717171;
  text-shadow: 0 -1px 0 #fff;
  box-shadow: 0 4px 5px #999;
  -moz-box-shadow: 0 4px 5px #999;
  -webkit-box-shadow: 0 4px 5px #999;
  }

#nav a {
  color: #717171;
  float: left;
  letter-spacing: 0;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #fff;
  }

#nav ul li,
#nav ul li.active {
  float: none;
  margin: 0;
  }

#nav ul li.last {
  padding-bottom: 0;
  }

#nav ul a,
#nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-shadow: 0 0 0 #333;
  }

#nav ul li a {
  font-weight: normal !important;
  }

#nav ul {
  background: #eee;
  position: absolute;
  width: 240px;
  top: 26px;
  left: -10000px;
  padding: 6px 1px 3px 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 4px 5px #999;
  -moz-box-shadow: 0 4px 5px #999;
  -webkit-box-shadow: 0 4px 5px #999;
  }

#nav li.over > ul {
  left: 0;
  }

#nav li.over > ul li.over > ul {
  left: 100px;
  }

#nav li.over ul ul {
  left: -10000px;
  }

#nav li.over ul li a,
#nav li.active ul li a,
#nav ul li a {
  background: #eee;
  color: #717171;
  font-size: 13px;
  text-shadow: 0 0;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  }

#nav li.over ul li a:hover,
#nav li.active ul li a:hover,
#nav ul li a:hover {
  color: #fff;
  background: #717171;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  text-shadow: 0 0 0 #333;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  }

#nav ul span,
#nav ul li.last li span {
  padding: 0 0 0 12px;
  }

#nav ul ul {
  top: 5px;
  }


ul#collateral_tabs {
  clear: both;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 10px;
  }

ul#collateral_tabs li {
  float: left;
  margin: 0 2px 0 0;
  /* Overwriting browser-core.css specificity. Without browser-core.css this can be moved to ul */
  list-style: none inside;
  }

ul#collateral_tabs li a {
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 9px 0 9px;
  height: 29px;
  text-decoration: none;
  color: #333;
  background: #fff url('../images/bg-tabbed-nav.png') repeat-x 0 1px;
  cursor: pointer;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  }

ul#collateral_tabs li a.active_tab {
  height: 31px;
  background: #fff;
  }

ul#collateral_tabs li a:hover {
  text-decoration: underline;
  }

ul#collateral_tabs li a.active_tab:hover {
  text-decoration: none;
  }

