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

*{margin:0;padding:0}


#nav-container {
	float: right;
	height: 43px;
	width: 520px;
	margin-top: 25px;
	margin-right: 6px;
}

#nav {
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;
  }
#nav li {
	list-style-type:none;
	float:left;
	height:43px;
	width: 103px;
	margin-left: 1px;
	display: inline;
  }
#nav a {
	display:block;
	height:35px;
	width: 103px;
	text-align: center;
	background: url(../images/nav-button.gif) no-repeat 0px 0px;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
  } 
  
#nav a:hover {
	background: url(../images/nav-button.gif) no-repeat -103px 0px;
  }
  

#bd-home .nav_home a {
	color: #f26c4f;
	background: url(../images/nav-button.gif) no-repeat -206px 0px;
  }
  
#bd-bedding .nav_bedding a {
	color: #f26c4f;
	background: url(../images/nav-button.gif) no-repeat -206px 0px;
  }
  
#bd-yard .nav_yard a {
	color: #f26c4f;
	background: url(../images/nav-button.gif) no-repeat -206px 0px;
  }
  
#bd-accessories .nav_accessories a {
	color: #f26c4f;
	background: url(../images/nav-button.gif) no-repeat -206px 0px;
  }
  
  #bd-contact .nav_contact a {
	  color: #f26c4f;
	background: url(../images/nav-button.gif) no-repeat -206px 0px;
  }
  
