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

@import url(templates/basic.css);
@import url(templates/blue.css);

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('http://www.besp-oakfurniture.co.uk/images/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('http://www.besp-oakfurniture.co.uk/images/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:20px;
  clear:both;
  background: #FFFFFF url('http://www.besp-oakfurniture.co.uk/images/menu_bg.gif') bottom left no-repeat;
}

#hele8 {font-size:10px;}