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

div.tabulator {
  font: 12px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  position: relative;
  margin: 0;
}

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;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
  background: none;
}

ul.tabulator li a {
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  font-weight: bold;
  text-decoration: none;
  color: #12487b;
  background: none;
}

ul.tabulator li a:hover {
  text-decoration: none;
  color: #42689b;
  background: none;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  text-decoration: none;
  color: #42689b;
  background: none;
}

ul.tabulator li:hover {
  background: none;
}

ul.tabulator li:hover a {
  background: none;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  float: right;
  padding: 0 0 0 6px;
  margin: 0 4px 0 0;
  border: 0px;
  color: #02285b;
  background: none;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  float: left;
  display: block;
  padding: 4px 10px 4px 4px;
  font-weight: bold;
  text-decoration: none;
  color: #02285b;
  background: none;
}

ul.tabulator li.active:hover a,
ul.tabulator li.inpath:hover a { 
  background: none;
}

ul.tabulator li.active:hover,
ul.tabulator li.inpath:hover { 
  background: none;
}

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

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 h1 {
  margin: 0;
  padding: 2px;
  background: #e6eaee;
  color: #969a9e;
  font-size: 120%;
}

div.options_top {
  padding: 0 0 0 5px;
  margin: 0;
  background: none;
}

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

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

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

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 {
  font: 12px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  display: block;
  color: #12487b;
  text-decoration: none;
  text-indent: 10px;
  padding: 10px;
}

ul.options a:hover,
ul.options a.inpath:hover {
  color: #42689b;
}

ul.options a.inpath {
  color: #42689b;
}

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

