.t12_grey {  font-family: tahoma; font-size: 14px; color: 7A7A7A}
.t12_red {  font-family: tahoma; font-size: 14px; color: 9E0000}
.a12_grey {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: 4F4F4F}
.bottom {  font-family: tahoma; font-size: 14px; color: A5A5A5; text-decoration: none}
A:visited {  font-family: tahoma; font-size: 14px; color: 7A7A7A; font-style: bold; text-decoration: none; }
A:link { font-family: tahoma; font-size: 14px; color: 7A7A7A; font-style: bold; text-decoration: none; }
a:hover { color: 9E0000; }
select{ width: 200px }  

#menu{
  width:auto;
  margin:0;
  border:solid #4f4f4f;
  border-width:1 0px 0 0px;
  background:#ffffff;
  height:31px;
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#menu ul{
  list-style:none;
  text-align:center;
  
}
#menu li{
  width:auto;
  list-style:none;
  display:block;
  float:left;
  line-height:31px;
  margin:0 0px 0px 0;
  border:solid #4f4f4f;
  border-width:0 1px 0 1px;
  text-align: center;
  position: relative;
  background: url('images/button_1.png') repeat-x;
}
#menu li a{
  display:block;
  float:left;
  color:#4f4f4f;
  text-transform:;
  font-size:14px;
  font-weight:none;
  text-decoration:bold;
  padding:0 15;  
  border-width:0 1px 0 1px;
  text-align: center;
  
}
#menu li a span{
  display:block;
  float:left;
  color:#4f4f4f;
  cursor:pointer;
  background:;
  border-width:0 0px 0 1px;
}
#menu li a:hover{
  display:block;
  float:left;
  background:;
  color:#9e0000;
  border-width:0 0px 0 1px;
  background: url('images/button_2.png') repeat-x;
}
#menu li a:hover span{
  display:block;
  float:left;
  background:;
  color:#9e0000;
  border-width:0 0px 0 1px;
}
#menu li a.current{
  display:block;
  float:left;
  background:;
  color:#9e0000;
  text-transform:;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  border-width:0 0px 0 1px;
  background: url('images/button_2.png') repeat-x;
}
#menu li a.current span{
  display:block;
  float:left;
  background:;
  color:#9e0000;
  border-width:0 0px 0 1px;
}