/* CSS Document */ 
#header .globalnavright {
	left: 269px;
	width: 462px;
	}
#header .globalnavright2 {
	left: 218px;
	width: 513px;
	}
#globalnav	{
	position: relative;
	top: 82px;
	left: 18px;
	height:26px;
	}	
#globalnav {
      float:left;
      width:450px;
      background:#f9ddaf url(images/globalbg.gif) repeat-x bottom;
      font-size:12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
      line-height:normal;
      }
#globalnav ul {
      margin:0;
      padding:0px 10px 0px;
      list-style:none;
      }
#globalnav li {
      float:left;
	  height:31px;
      background:url(images/left-both.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      }
#globalnav a {
      float:left;
	  height:31px;
      display:block;
      width:.1em;
      background:url(images/right-both.gif) no-repeat right top;
      padding:6px 11px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#5C7F94;
      }
#globalnav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#globalnav a {float:none;}
    /* End IE5-Mac hack */
#globalnav a:hover {
      color:#5A1B21;
      }
#globalnav #current {
      background-position:0 -150px;
      border-width:0;
      }
#globalnav #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#5A1B21;
      }
#globalnav li:hover, #globalnav li:hover a {
      background-position:0% -150px;
      color:#5A1B21;
      }
    #globalnav li:hover a {
      background-position:100% -150px;
      }
