﻿.menubar
{
  height:36px;
  background:url(line/blueBackground.gif);
  font-size:10pt;
  font-weight:normal;
  clear:both;
  letter-spacing:normal;
  position:relative;
  top:1px;
}

.menubar a
{
  float:left;
  border-right:1px solid #303030;
  border-left:1px solid #c0c0c0;
  text-align:center;
  display:block;
  text-decoration:none;
  padding:0 15px 0 15px;
  line-height:28px;
  color:#dfdfdf;
}

.menubar a:visited
{
  color:#dfdfdf;
}

.menubar a:hover
{
  background:url(line/blueSelected.gif);
  color:orange;
}
