﻿ 
/*- Menu Tabs--------------------------- */ 


    #tabs {
      text-align:center;
      width:99%;
      height:60px;
      margin:0px 0px 0px 5px;
      background:inherit;
      font-size:98%;
      line-height:normal;
      clear:both;
      }
    #tabs ul {
	margin:0 1%;
	padding:10px 10px 0 2px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../images/tabglasl.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      
      }
    #tabs a span {
      float:left;
      background:url("../images/tabglasr.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#0474A6;
      }

    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
    
    #tabs a:active a {
      background-position:0% -42px;
      }
    #tabs a:active a span {
      background-position:100% -42px;
      }

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