﻿body
{
  background: #D1E1E4;
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
}

#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
  left: 100px;
}

#menu li
{
  
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  background-image: url('images/taba2.jpg');
}

#menu a:link, #menu a:visited
{
  color: #000080; 
}

#menu a:hover, #menu a:active
{
  
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}


A { color:Gray;}