#barMenu {
  width: 100%;
  background: #00A5A5;
  border-bottom: 0px #D0DADB solid;
  padding-left: 10px;
  height: 33px;
}

div#barMenu { /*lvt*/
  width: 930px;
  background: url(./../../images/frontend/menu.png) no-repeat;
  border-bottom:0;
  padding: 6px 35px 0 35px;
  height: 32px;
  margin: 0;
  text-align: right;
}

#barMenu ul {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  list-style: none;
  z-index: 90
}

div#barMenu > ul { /*lvt*/
  line-height: normal;
}

#barMenu ul li {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1, 5em;
  list-style-type: none;
}

div#barMenu > ul > li { /*lvt*/
  margin: 0 0 0 15px;
  padding: 0 0 0.4em 0;
  display: inline;
  float:none;
}

div#barMenu > ul > li > a { /*lvt*/
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display:inline;
}

#barMenu ul li a {
  float: left;
  display: block;
  width: auto;
  font-weight: normal;
  background: transparent;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0.9em 0.8em 0.5em 1em;
}

#barMenu ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#barMenu ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#barMenu ul li a {
	float: none;
}

/* End IE5-Mac hack */
#barMenu ul.level2, #barMenu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #80D2D2;
}

#barMenu ul.level2, #barMenu ul.level3 { /*lvt*/
	background: #AF364F;
	text-align:left;
}

#barMenu ul.level2 li, #barMenu ul.level3 li {
  border-bottom: 1px solid #fff;
  float: none;
  margin: 0;
  padding: 0;
  /*width: 250px;*/
  min-width: 150px;
}

#barMenu ul.level2 li a, #barMenu ul.level3 li a {
  padding: 5px 9px 5px 5px;
}

#barMenu ul.level2 li a:hover,#barMenu ul.level3 li a:hover {
  font-weight: normal;
  background-color: #FF8401;
  background-image: none;
}

#barMenu ul.level2 li a:hover,#barMenu ul.level3 li a:hover { /*lvt*/
  background-color: #5A5E6B;
}

