/* Basic code - don't modify */

#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; }  IE6/7 fix
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { width: 150px; }
#nav ul ul { left: 150px; }

/* Everything else is theming */

#nav {
	z-index: 1000;
	width: 452px;
	margin-left: 2px;
	margin-right: 2px;
	color: white;
}
#nav li {background-color: #db0101; width: 150px;}
#nav { background-color: white; height: 54px; }
/*#nav *:hover { background-color: #db0101; }*/
#nav a { color: white; font-size: 12px; line-height: 1; }
#nav ul { top: 56px; opacity: 0.85; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; filter: alpha(opacity=85); border: none; }
#nav ul li.hover { background-color: #db0101;}
#nav ul a { border-bottom: 1px solid white; border-right: none; text-decoration: none; }
#nav li ul {
	text-transform: none;
	text-align: left;
}

#topcenter {
	width: 456px;
}


ul#nav {
	list-style-type: none;
	margin: 0 auto;
	padding: 0px 2px;
}
ul#nav li.menuhead {
  float: left;
  width: 150px;
}
ul#nav li.menuhead ul li a {
	/*border-bottom: 1px solid white;
	border-right: medium none;*/
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 1;
	padding: 6px;
	margin: 0px;
	width: 138px;
	text-align: left;
	text-transform: none;
	/*height: auto;*/
}
ul#nav li.menuhead ul li {
	width: 150px;
	margin: 0px;
	padding: 0px;
}
ul#nav li.menuhead a.menuhead {
  display: block;
  width: 150px;
  height: 46px;
  color: white;
  background: #db0101;
  text-align: center;
  text-decoration: none;
  float: left;
  font: 15px/46px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
ul#nav li.webshop {
  float: left;
  width: 150px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
ul#nav li.menuhead a.menuhead {
  display: block;
  width: 150px;
  height: 46px;
  color: white;
  background: #db0101;
  text-align: center;
  padding: 4px 0;
  text-decoration: none;
  float: left;
  font: 15px/46px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
ul#nav li.menuhead a.menuhead:hover,
ul#nav li.menuhead.active a.menuhead,
ul#nav li.menuhead li a:hover{
  background:#5c5b60 url("../img/hover.gif") repeat-x left bottom;
}

ul#nav li.active ul li a{
  background:#db0101 none repeat-x left bottom;
}
ul#nav li.active ul li {
	margin: 0px;
}