.header_menu
{
  font:15px Verdana;
  color:#d13600;
  padding-left:25px;
}

.header_menu table tr td 
{ 
  height:31px;
  vertical-align:middle;
  text-align:center;
}
 
.header_menu table tr div.left
{
  margin-left:auto; margin-right:auto;
  background:#c7e4af url(images/left.jpg) left no-repeat ;
  margin-bottom:-1px;
  position:relative;
  
}
.header_menu table tr td div.right
{
  background: url(images/right.jpg) right no-repeat;
  font: 15px Verdana;
  color:black;
  font-weight:500;
  text-align:center;
  padding: 6px 8px 7px 8px;
  position:relative;
}

.header_menu a
{
  font: 15px Verdana;
  color:#d13600;
  font-weight:bold;
}
.header_menu a:hover { text-decoration:none; }

