/* =-=-=-=-=-=-=-[The Top(sub) Menu]-=-=-=-=-=-=-=- */

    #topmenu {
      float:left;
      width:98%;
      /*background:#fff url("/img/sub_bg.gif") repeat-x bottom;*/
      font-size:93%;
      line-height:normal;
	  margin: 0px 2px 0px 3px;
      }
    #topmenu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #topmenu li {
      float:right;
      background:url("/img/both_tabs1_r1_c1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      /*border-bottom:1px solid #765;*/
      }
    #topmenu a {
      float:right;
      display:block;
      width:.1em;
      background:url("/img/both_tabs1_r1_c2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #topmenu > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover {
      color:#333;
      }
    #topmenu #current {
      background-position:0 -150px;
      border-width:0;
      }
    #topmenu #current a {
      background-position:100% -150px;
      /*padding-bottom:5px;*/
      color:#333;
	  text-decoration:none;
      }
    #topmenu li:hover, #topmenu li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #topmenu li:hover a {
      background-position:100% -150px;
      }

#topmenu a:link {color: #666666; text-decoration:none; border-bottom: 0px dotted #666666;}
#topmenu a:visited {color: #666666; text-decoration:none; border-bottom: 0px dotted #666666;}
#topmenu a:hover {color: #990000; text-decoration:underline; border-bottom: 0px groove #990000; }
#topmenu a:active {color: #990000; text-decoration:underline; border-bottom: 0px groove #990000; }



    #sub_container {
	  clear: both;
	  border: solid #666 0px;
	  border-width: 1px 1px 1px 1px;
	  padding: 5px;
	  margin: 0px 5px 0px 5px;
	  }


