﻿/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 904px; /*For IE6*/
  list-style: none;
  height: 44px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 45px;
  width: 129px;
}
/* Root Menu */
ul#navmenu-h a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #07446c url(/Misc/button.jpg) no-repeat;
  text-align: center;
  color: #ffffff;
  font: normal 14px/45px tahoma, sans, sans-serif, arial;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu-h a:hover {
  
  background: #06105b url(/Misc/button-hover.jpg) no-repeat;  
  color: #06105b;  
}


