.tabthispage{
  font-size: 110%;
  
}
.tabotherpage{
  
}

.navtabs { 

  width: 100%;
  line-height: normal;
}

ul.navtabs {
  
  border-bottom:1px solid #DD740B;
  margin: 20px;
  /* padding-left: 20px; */
  float: left;
  width: 90%;
 /* outline: 1px solid brown; */
}

.navtabs li {
  list-style: none;
  float: left;
 /* background-color: #000; */
  background-image: url(images/right_side1.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-right:  15px;
  /*outline: 1px solid black;*/

}

.navtabs a {
  display: block;
  padding: 7px 15px 4px 15px;
  /* background-color: #f00; */
  background-image: url(images/left_side1.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  text-decoration: none;
  color: #c0562e;
  /*outline: 1px dashed blue;*/
}

.navtabs a:hover {
  color:#000;
}
