/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Site navigators.
*/

div.tabulator {
  margin: 0;
}

ul.tabulator {
  padding: 0 10px 0 0;
}

ul.tabulator li {
  float: left;
}
  
ul.tabulator li a {
  color: #fff;
}

ul.tabulator li a:hover {
  color: #fff;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: left;
}
  
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 {
}

div.location a {
  color: #6b7594;
}

div.location a:hover {
  color: #a4756b;
}

div.options h1 {
  background: #e6eaee;
  color: #969a9e;
}

ul.options {
  background: #e6eaee;
}

ul.options a {
  color: #000;
  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-color: #d4dfe6;
}

div.floating_top {
  background: none;
  padding: 0 0 0 5px;
  margin: 0;
}

div.floating_top div {
  background: none;
  padding: 0 5px 0 0;
  height: 0px;
  margin: 0;
}

div.floating_bottom {
  background: none;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.floating_bottom div {
  background: none;
  padding: 0 5px 0 0;
  height: 0px;
  margin: 0;
}

ul.floating {
  background-color: #eee;
  margin: 0px;
  list-style-type: none;
  padding: 5px;
  border-left: solid 6px silver;
  border-right: none;
}

ul.floating ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.floating a {
  display: block;
  color: #000;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
}

ul.floating a:hover {
  background: #dddddd;
}

