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

div.tabulator {
}

ul.tabulator {
  padding: 0;
}

ul.tabulator li {
  margin: 0 2px 0 0;
}

ul.tabulator li a {
  height: 12px;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
}

ul.tabulator li a:hover {
  color: #fff;
}

ul.tabulator li.active a:hover,
ul.tabulator li.inpath a:hover {
  font-weight: normal;
  color: white;
}

ul.tabulator li.active,
ul.tabulator li.inpath {
  font-weight: normal;
  margin: 0 2px 0 0;
}

ul.tabulator li.active a,
ul.tabulator li.inpath a {
  font-weight: normal;
  color: white;
}

div.locator {
  margin-right:2px;
  padding: 0;
  height: 25px;
}

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

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

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

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

div.options {
  margin: 0px;
  color: #018472;
  font-size: 11px;
}

ul.options {
  background: #018472;
  margin: 0px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
}

ul.options ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 1em;
}

ul.options a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-indent: 0px;
  padding: 5px;
}

ul.options a:hover,
ul.options a.inpath:hover {
  background: #e7efe7;
  color: #018472;
}

ul.options a.inpath {
  background: #018472;
  font-weight: bold;
  color: #ffffff;
}

ul.options a.active,
ul.options a.active:hover {
  background: #ffffff left no-repeat;
  color: #018472;
}


