body
{
  background: url(../images/background.gif);
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

table
{
  margin: 0;
  padding: 0;
}

td.header
{
/*  background-color: #ffffcc; */
  font-family: Verdana, "Courier New", Courier, mono;
  font-weight: bold;
  font-size: 10pt;
  color: #a50707;
}

td.fixedWidth
{
  width: 1000px;
}

.menubar
{
  width: 100%;
  font-weight: bold;
  font-size: 12pt;
}

.menubar:after
{ /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.menubar ul
{
  border: 1px solid #808080;
  width: 100%;
  background: url(../images/tabs/menubar.png) center center repeat-x;
  background-color: #a00000;
  padding: 4px 0;
  margin: 0;
  text-align: left;
}

.menubar ul li
{
  display: inline;
}

.menubar ul li a
{
  color: #ffffdd;
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #aaaaaa;
}

.menubar ul li a:hover
{
  color: #ffffff;
  background: url(../images/tabs/menubar_hover.png) center center repeat-x;
  background-color: #c00000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
  position:absolute;
  top: 0px;
  border: 1px solid #BBB;
  border-bottom-width: 1px;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
  background-color: white;
  width: 200px;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a
{
  width: auto;
  display: block;
  text-indent: 3px;
  border-bottom: 0px solid #BBB;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

* html .dropmenudiv a
{ /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover
{
  background-color: #ffffa0;
}

img
{
  vertical-align: bottom;
}
