/* 
    Document   : default-navigator
    Created on : January 12, 2006, 11:56 AM
    Author     : llturro
    Description:
    Standard navigators.
*/

div.tabulator {
  position: absolute;
  top: 67px;
  margin: 0;
  width: 900px;
  height: 35px;
}

ul.tabulator {
  width: auto;
  bottom: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: 0 10px 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 {
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  background: transparent url("header_tab.gif") 100% 0 no-repeat;
  font-weight: normal;
  font-size: 11px;
  color: #3163b0;
  text-decoration: none;
  height: 35px;
}

ul.tabulator li a:hover {
  color: white;
  text-decoration: none;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  color: #000;
  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: normal;
  color: #000;
  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;
  margin-bottom: 15px;
}

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 {
  font-size: 11px;
}

div.options_top {
  margin: 0;
}

div.options_top div {
  margin: 0;
}

div.options_bottom {
  margin: 0;
  margin-bottom: 2px;
}

div.options_bottom div {
  margin: 0;
}

ul.options {
  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;
  text-decoration: none;
  text-indent: 10px;
  padding: 3px;
}

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: transparent url('list_arrow.gif') left no-repeat;
  background-color: #d4dfe6;
}

/* Float options */

div.floating {
  font-size: 11px;
}

