/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Site navigators.
*/

div.tabulator {
}

ul.tabulator {
  width: auto;
  bottom: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 0 5px 0 0;
  list-style: none;
}

ul.tabulator li {
  float: right;
  background: transparent url("header_tab.gif") 0 0 no-repeat;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
}

ul.tabulator li a {
  height: 17px;
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  background: transparent url("header_tab.gif") 100% 0 no-repeat;
  font-weight: normal;
  color: #53555e;
  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: white;
  text-decoration: none;
}

ul.tabulator li:hover {
  background: transparent url("header_tab_hover.gif") 0 0 no-repeat;
}

ul.tabulator li:hover a {
  background: transparent url("header_tab_hover.gif") 100% 0 no-repeat;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: right;
  background: transparent url("header_stab.gif") 0 0 no-repeat;
  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 4px;
  background: transparent url("header_stab.gif") 100% 0 no-repeat;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a { 
  background: transparent url("header_stab_hover.gif") 100% 0 no-repeat;
}

ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
  background: transparent url("header_stab_hover.gif") 0 0 no-repeat;
}

div.locator {
  margin: 0;
  padding: 0;
  background: transparent url("location.png") repeat-x;
  height: 25px;
}

div.location a {
  font-size: 10px;
  padding-left: 15px;
  text-decoration: none;
  color: #53555e;
  background: transparent url("list_arrow.gif") 0 90% no-repeat;
}

div.location a:hover {
  color: #000;
}

div.location_top,
div.location_top div {
  padding: 0;
  margin: 0;
}

div.location_bottom,
div.location_bottom div {
  padding: 0;
  margin: 0;
}

div.options {
  width: 200px;
}

div.options_top {
  padding: 0 0 0 5px;
  margin: 0;
  margin-top: -5px;
}

div.options_top div {
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

div.options_bottom {
  padding: 0 0 0 5px;
  margin: 0;
  margin-bottom: 2px;
}

div.options_bottom div {
  padding: 0 5px 0 0;
  height: 8px;
  margin: 0;
}

ul.options {
  background: white;
  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: #53555e;
  text-decoration: none;
  text-indent: 10px;
  padding: 5px;
}

ul.options a:hover,
ul.options a.inpath:hover {
  background: #b9ffd6;
}

ul.options a.inpath {
  background: #b9ffd6;
}

ul.options a.active,
ul.options a.active:hover {
  background: transparent url('list_arrow.gif') left no-repeat;
  background-color: #b9ffd6;
}

