html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
    font-size: 90%;
}
#nav {
  margin: 0;
  padding: 0;
  background: #F15143;
  list-style-type: none;
  width: 510px;    
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
    background: #F15143 url(../images/tab_left.gif) no-repeat;

}
#nav a {
  float: left;
  width: 83px;
  color: #FFF;
  text-decoration: none;
  line-height: 2;
  text-align: center;
  border-right: 2px solid #E2EEFC;
  border-bottom: 2px solid #E2EEFC;   
  background: url(../images/tab_right.gif) no-repeat top right;
 


  
  
}

#nav #nav_res a {
  border-right: 2px solid #E2EEFC;

}


#nav a:hover {
 color: #144997;
 
 
   
}
#body_hom #nav_hom,#body_prod #nav_prod,#body_ser #nav_ser, #body_abo #nav_abo,#body_cont #nav_cont, #body_res #nav_res, {
  background: #D2D7EB url(../images/tab_left_active.gif) no-repeat;
    
}
#body_hom #nav_hom a,#body_prod #nav_prod a,#body_ser #nav_ser a, #body_abo #nav_abo a,#body_cont #nav_cont a, #body_res #nav_res a{
  background: #D2D7EB url(../images/tab_active.gif) no-repeat;
  color: #000000;
  border-bottom: 2px solid #D2D7EB;  
  
  

}