/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Site navigators.
*/

div.tabulator {
  position: absolute;
  margin: 0;
  top: 73px;
  width: 900px;
}

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 h1 {
  background: #e6eaee;
  color: #969a9e;
}

ul.options {
  background: #f0f0c1;
}

ul.options a {
  color: #000;
}

ul.options a:hover,
ul.options a.inpath:hover {
  background: #d0d0a1;
}

ul.options a.inpath {
  background: #d0d0a1;
}

ul.options a.active,
ul.options a.active:hover {
  background: #d0d0a1;
}

div.floating_top {
  background: transparent url(options.gif) 0 0 no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
}

div.floating_top div {
  background: transparent url(options.gif) 100% 0 no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.floating_bottom {
  background: transparent url(options.gif) 0 100% no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.floating_bottom div {
  background: transparent url(options.gif) 100% 100% no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.floating {
  background: #f0f0c1;
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  border: none;
  border-left: solid 2px #e0e0b1;
}

ul.floating ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.floating a {
  display: block;
  color: #656544;
  text-decoration: none;
  text-indent: 10px;
  padding: 6px;
  border: none;
}

ul.floating a:hover {
  background: #d1d1b1;
  color: #a3a36e;
}

