#nav a{ 
 display: block;
 color: #1D250E;
 font-family:times;
 text-align: right;
 text-transform: uppercase;
 padding: 5px;
 margin: 1px 0px 1px 1px;
 width: 180px;
 float: left;
 font-weight: bold; 
 border: 0px solid #fff;
 /*background: url('hg-menu.png') repeat-x;*/
}
#nav a:hover { 
 color: #FE6215;
  font-family:times;
 text-align: right;
 text-transform: uppercase;
 padding: 5px;
 margin: 1px 0px 1px 1px;
 width: 180px;
 float: left;
 font-weight: normal; 
}