/* 
    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,
ul.tabulator li a,
ul.tabulator li a:hover,
ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover,
ul.tabulator li:hover,
ul.tabulator li:hover a,
ul.tabulator li.active,
ul.tabulator li.inpath,
ul.tabulator li.active a,
ul.tabulator li.inpath a,
ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a,
ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
  background: none;
}

ul.tabulator li a {
  height: 13px;
  font-size: 11px;
  color: #fff;
}

ul.tabulator li a:hover {
  color: #fff;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  color: #fff;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  color: #fff;
}

div.locator {
  margin: 0;
  background: url("location.png") repeat-x;
  padding-top: 2px;
  height: 23px;
}

div.locator a {
  font-size:10px;
  padding-left: 15px;
  text-decoration: none;
  color: #6b7594;
  background: transparent url("list_arrow.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 {
  background: #e6eaee;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 240px;
}

div.options h1 {
  margin: 0;
  padding: 2px;
  color: #969a9e;
  font-size: 120%;
}

div.options_top {
  background: none;
  padding: 0;
  margin: 0;
}

div.options_top div {
  background: none;
  padding: 0;
  margin: 0;
}

div.options_bottom {
  background: none;
  padding: 0;
  margin: 0;
}

div.options_bottom div {
  background: none;
  padding: 0;
  margin: 0;
}

ul.options {
  background: none;
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}

ul.options ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.options a {
  font-size:11px;
  display: block;
  color: #000;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
}

ul.options a:hover,
ul.options a.inpath:hover {
  background: transparent url('bg_option.png') left no-repeat;
}

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;
}

div.floating_top {
  background: url(float-options.gif) 0 0 no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
}

div.floating_top div {
  background: url(float-options.gif) 100% 0 no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.floating_bottom {
  background: url(float-options.gif) 0 100% no-repeat;
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.floating_bottom div {
  background: url(float-options.gif) 100% 100% no-repeat;
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.floating {
  background: #e6eaee;
  margin: 0px;
  list-style-type: none;
  padding: 5px;
  border: none;
  border-left: solid 2px #d6dade;
}

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;
}

ul.floating a {
  font-size: 11px;
  border: none;
}

ul.floating a:hover {
  background: #dddddd;
}

div.traversal a {
  font-size: 11px;
}
