/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Standard navigators.
*/

div.header {
  background: transparent url(hmf-banner.jpg) 0 100% no-repeat;
}

div.header table {
}

div.header h1 {
  position: relative;
  top: 10px;
  left: 10px;
  margin: 0;
  color: #89e277;
  font-size: 26px;
}

div.tabulator {
  margin: 0;
}

div.tabulator_top,
div.tabulator_top div {
  padding: 0;
  margin: 0;
}

div.tabulator_bottom,
div.tabulator_bottom div {
  padding: 0;
  margin: 0;
}

ul.tabulator {
  width: auto;
  bottom: 0;
  right: 0;
  margin: 42px 0 0 0;
  padding: 0 50px 0 0;
  list-style: none;
}

ul.tabulator li {
  float: right;
  border: 0px;
}

ul.tabulator li a {
  float: left;
  display: block;
  padding: 4px 10px 4px 10px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
}

ul.tabulator li a:hover {
  color: #fff;
  text-decoration: none;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  color: #000;
  text-decoration: none;
}

ul.tabulator li:hover {
}

ul.tabulator li:hover a {
  background-color: #e7500d;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: right;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  float: left;
  display: block;
  padding: 4px 10px 4px 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #e7500d;
}

ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a { 
}

ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
}

div.locator {
  margin: 0;
}

div.locator a {
  margin-left: 5px;
  padding-left: 15px;
  text-decoration: none;
  color: #6b7594;
  background: transparent url("bullet.gif") 0 90% no-repeat;
}

div.locator a:hover {
  color: #a4756b;
}

div.location_top,
div.location_top div {
  padding: 0;
  margin: 0;
}

div.location_bottom,
div.location_bottom div {
  padding: 0;
  margin: 0;
}

div.options h1 {
  margin: 0;
  padding: 2px;
  background: #e6eaee;
  color: #969a9e;
  font-size: 120%;
}

div.options_top {
  background: transparent url(options.gif) 0 0 no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
}

div.options_top div {
  background: transparent url(options.gif) 100% 0 no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.options_bottom {
  background: transparent url(options.gif) 0 100% no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.options_bottom div {
  background: transparent url(options.gif) 100% 100% no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.options {
  background: #e6eaee;
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

ul.options ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.options a {
  display: block;
  color: #000;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
  border-left: 1px solid #f6fafe;
  border-top: 1px solid #f6fafe;
  border-right: 1px solid #d6dade;
  border-bottom: 1px solid #d6dade;
}

ul.options a:hover,
ul.options a.inpath:hover {
  background: #e4eff6;
}

ul.options a.inpath {
  background: #d4dfe6;
}

ul.options a.active,
ul.options a.active:hover {
  background: transparent url('list_arrow.gif') left no-repeat;
  background-color: #d4dfe6;
}
