html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
	color: #000;
	text-align: center;
}
#nav {
  margin: 0;
  padding: 0;
  background: #334666; /* This is the bottom of the tabs */
  list-style-type: none;
  width: 767px;    
  float: left; /* Contain floated list items - this is the regular tabls*/
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 127px;
  color: #FFFFFF; /* This is the color of the tab letters */
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
  background: url(images/tab.gif) no-repeat; /* Add the background image - this is the mouseover tab*/
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background-color: #000000;
  background-position: -127px 0;
}
#body_home #nav_home a, #body_about #nav_about a, #body_agent #nav_agent a, #body_quote #nav_quote a, #body_claim #nav_claim a, #body_cont #nav_con a 
{
  background-color: #05a1c7; /* bottom of the active tab  or blue */
  background-position: -254px 0;
  color: #000000;
}

#col_headers {
  font-size: 92%;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;

}

#col_headers a:hover {
  font-size: 92%;
  color: #334666;
  font-weight: bold;  

}

#button_headers {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;

}

#button_headers a:hover {
  color: #334666;
  font-weight: bold;
  text-decoration: none;

}
