    #navigation {
      float:left;
      width:100%;
      background:#0254A8;
      font-size: 1em;
	  font-weight: bold;
      line-height:normal;
      font-family: arial, helvetica, sans-serif;
      }
    #navigation ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      float: right;
      }
    #navigation li {
      float:left;
      margin:0;	  
	  text-align: center;
      padding: 0px;
      }
    #navigation a {
      float:left;
      display:block;
	  width: 121px;
      padding: 0px;
      text-decoration:none;
      color:#E9F0FA;
	  border-right: 1px solid #E9F0FA;
	  padding-top: 6px;
	  padding-bottom: 6px;
      }
    #navigation > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover {
      color:#FFF;
	  
      }
    #navigation .current {
      background-position:0 -25px;
      color:#FFF;
      }
    #navigation .current a {
      background-position:100% -25px;
      }
    #navigation li:hover, #navigation li:hover a {
      background-position:0% -25px;
	  background:#176BB9;
      color:#FFF;
      }
    #navigation li:hover a {
      background-position:100% -25px;
      }
	  
	  
	  
	  
#topnavigation {
      float:right;
      font-size: .95em;
      line-height:normal;
	  padding-top:2px;
      }
    #topnavigation ul {
      margin:0;
      
      list-style:none;
      }
    #topnavigation li {
      float:left;
      margin:0;	  
	 
      }
	  
    #topnavigation a {
      display:block;
      padding: 0px;
      text-decoration:none;
      color:#000;
	  width: 70px;
      }
	  
	 #topnavigation .lastitem {
		padding-right: 10px;
	  }
    #topnavigation > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topnavigation a {float:none;}
    /* End IE5-Mac hack */
    #topnavigation a:hover {
      color:#000;
	  text-decoration: underline;
      }
    #topnavigation .current {

      color:#00;
      }
    #topnavigation .current a {
	text-decoration: underline;
      }
    #topnavigation li:hover, #topnavigation li:hover a {
      color:#000;
      }
    #topnavigation li:hover a {
	
      }