/* CSS Document */

 body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
}



/*- Menu Tabs H--------------------------- */

    #tabsH {
	float:inherit;
	background:#ffffff;
	font-size:140%;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      }
    #tabsH ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftE.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsH a span {
	float:none;
	display:block;
	padding:0px 15px 4px 6px;
	color:#FFFFFF;
	background-image: url(../images/tabrightE.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FCCA02;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
	background-position:0% -42px;
	color: #FCCA02;
				
        }
        #tabsH #current a span {
	background-position:100% -42px;
	color: #FCCA02;
        }
