/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Site navigators.
*/

div.tabulator {
  margin: -25px;
}

ul.tabulator li a {
  color: #fff;
}

ul.tabulator li a:hover {
  color: #fff;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  color: #000;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  color: #000;
}

div.location a {
  color: #6b7594;
}

div.location a:hover {
  color: #a4756b;
}

div.options {
  background: transparent;
}

div.options h1 {
  color: #969a9e;
}

div.options_top {
  background: transparent;
  padding: 0;
  height: 0;
  margin: 0;
}

div.options_top div {
  background: transparent;
  padding: 0;
  height: 0;
  margin: 0;
}

div.options_bottom {
  background: transparent;
  padding: 0;
  height: 0;
  margin: 0;
}

div.options_bottom div {
  background: transparent;
  padding: 0;
  height: 0;
  margin: 0;
}

ul.options {
}

ul.options a {
  color: gray;
}

ul.options a:hover,
ul.options a.inpath:hover {
  color: white;
  background: #7f96d0;
}

ul.options a.inpath {
  color: white;
  background: #7f96d0;
}

ul.options a.active,
ul.options a.active:hover {
  color: white;
  background-color: #7f96d0;
}

