﻿/*** Navigation ***/

   
    #tabs {
      position:absolute;
      width:300px;
      font:10px/1.8em Verdana, Arial, Helvetica, sans-serif;
      line-height:normal;
	  padding:0px 0px 0px 0px;
   	  margin:198px 0px 0px 522px;
      }
    #tabs ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0px 0px 0px 0px;
      }
    #tabs a {
      float:left;
      background:url("../Nav/TabLeftBoth.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #9d9d9d;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../Nav/TabRightBoth.gif") no-repeat right top;
      padding:5px 7px 4px 0px;
      color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#333;
      }
    #tabs #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #tabs #current a span {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #tabs a:hover {
      background-position:0% -150px;
      }
    #tabs a:hover span {
      background-position:100% -150px;
      }

 #tabs #access a {
background:url("../Nav/TabLeftAccess.gif") no-repeat left top;
      }
    #tabs #access a span {
background:url("../Nav/TabRightAccess.gif") no-repeat right top;
      }

 #tabs #access a:hover {
      background-position:0% -150px;
      }

 #tabs #access a:hover span {
      background-position:100% -150px;
      }

/* Start right column nav*/

.rightnav{
width:232px;
font:10px/1.8em Verdana, Arial, Helvetica, sans-serif;
}

.rightnav ul{
display:block;
padding:0px 0px 0px 10px;
list-style-type:none;
list-style-image: none;
width:206px;
list-style-type:none;
}

.rightnav li{
line-height:normal;
vertical-align:bottom;
padding:0px 0px 0px 15px;
width:206px;
height:30px;
background:url("../Nav/RightNavMid.jpg") no-repeat;
}


.rightnav .top{
background:url("../Nav/RightNavTop.jpg") no-repeat;
}


.rightnav .bottom{
height:36px;
background:url("../Nav/RightNavBottom.jpg") no-repeat;
}



.rightnav a{
display:block;
vertical-align:bottom;
padding:7px 15px 0px 0px;
}

