#navigation-bar-1 {
      width: 106%;
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background: url(../images/nav-bg.png) no-repeat;
      height: 48px;
}
#navigation-bar-1 li {
      float: left; padding:8px 0 0 25px;width: 100}
#navigation-bar-1 li a {
      display: block;
      padding: 6px 15px;
	  margin-top: 4px;
      text-decoration: none;
      font-weight: bold;
      color: #7a0a00;
      cursor: pointer;
}
#navigation-bar-1 li a:hover {
      color: #fff;
      background: url(../images/nav-bg1.png) repeat-x;
	  margin-top: 4px; text-shadow: -1px -1px #777777}
#contactus .contact a{
	  color: #fff;
      background: url(../images/nav-bg1.png) repeat-x;
	  margin-top: 4px; text-shadow: -1px -1px #777777}
