@charset "utf-8";
/* CSS Document */

#menu-bar {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 100%;

}
#menu-bar li {
  margin:0;
  padding:0;
  float: left;
  position: relative;
  list-style: none;
  border-right:1px #33CCFF solid;
}

.noBorder {
	border:none !important;
}

#menu-bar a {
  font-weight: bolder;
  font-family: 'trebuchet ms';
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  display: block;
  padding:20px 23px 20px 24px;
  margin: 0 2px;

}


#menu-bar .current a, #menu-bar li:hover > a {
  background:url(../img/layout/menu/hover.png) no-repeat center;
  color: #999;
}

#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
}

#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

