ol#tabnav {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#tabnav li {
    float: left;
    margin: 0 1px 0 0;
}

ol#tabnav a {
    background: #E8E8E8 url(images/tab3.png);
    color: #660000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#tabnav a:hover {
    background-color: #FFE4E1;
    background-position: 0 -120px;
    color: #660000;
}

ol#tabnav a:hover span {
    background-position: 100% -120px;
}

ol#tabnav li.current a {
    background-color: #660000;
    background-position: 0 -60px;
    color: #CCCCCC;
    font-weight: bold;
}

ol#tabnav li.current span {
    background-position: 100% -60px;
}

ol#tabnav span {
    background: url(images/tab3.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.tabnav_body	{
  color: black;		/*  text color  */
  position: absolute; 
  top: 180px;
  left: 235px;
  width: 595px;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  font-family: verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 18px;
  float: none;
}

div#tabnav_child {
    border: #660000 solid 2px;
    clear: left;
    padding: 2px;
    background-color: #660000;
    color: #CCCCCC;
}

div#tabnav_child a {
    color: #CCCCCC;
    font-weight: normal;
    text-decoration: none;
    padding: 2px;
}

div#tabnav_child a:hover {
    text-decoration: underline;
}

div#tabnav_shadow {
    border: #660000 solid 0px;
    clear: left;
    padding: 2px;
    background: url(images/border_bottom.png) no-repeat top right;
}

div.tabnav_content {
	background: url(images/background.jpg) no-repeat top right;
    border-right: #E0E0E0 solid 1px;
    border-left: #E0E0E0 solid 1px;
    border-bottom: #E0E0E0 solid 1px;
    border-top: #E0E0E0 solid 0px;
    padding: 20px;
}

div.tabnav_banner {
	position: relative;
	top: -20px;
	left: -21px;
}

div.tabnav_sidebar	{
  position: relative; 
  top: -60px;
  right: -41px;
  width: 187px;
  height: auto;
  padding-left: 3px;
  margin-right: 20px;
}

div.search_box	{
  position: relative; 
  top: -23px;
  right: -41px;
  width: 210px;
  height: auto;
}

div#search_box_shadow {
    border: #660000 solid 0px;
    clear: left;
    padding: 2px;
    background: url(images/search_box_border_bottom.png) no-repeat top right;
}

div#search_box_content {
	background: url(images/search_box_background.png);
    clear: left;
    padding: 3px;
    text-align: center;
    font-size: 11px;
    color: #000000;
    line-height: 10px;
}

input.search_box {
	width: 26px;
	color: #666666;
	background-color: #F0F0F0;
	border: 1px solid #666666;
	padding: 0px;
}

select.search_box {
	color: #666666;
	background-color: #F0F0F0;
	border: 1px solid #666666;
}

input.search_box:hover  {
	background: url(images/select_hover.gif);
} 







