@charset "utf-8";
/* CSS Document */

 
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs B--------------------------- */

    #tabsB {
	float:left;
	width:775px;
	font-size:93%;
	line-height:normal;
	height: 38px;
	margin-bottom: 0px;
      }
	  
	  
#tabsB ul {
        margin:0;
        padding:10px 10px 0 0px;
        list-style:none;
		
      }
	  
#tabsB li {
	display:inline;
	padding:0;
	margin: 0;

      }
	  
#tabsB a {
	float:left;
	background:url("../images/tableftB.gif") no-repeat left top;
	margin:0;
	padding:0 1px 0 4px;
	text-decoration:none;
	margin-right: 1px;
      }
	  

#tabsB a span {
	float:left;
	display:block;
	background:url("../images/tabrightB.gif") no-repeat right top;
	padding:10px 15px 6px 15px;
	color:#666;
	font-weight: bold;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
	
    /* End IE5-Mac hack */
    #tabsB a:hover span {
	color:#FFFFFF;
      }
	  
    #tabsB a:hover {
	background-position:0% -43px;
      }
	  
    #tabsB a:hover span {
	background-position:100% -43px;
      }
	  

#tabsB #current a {
	background-position:0% -43px;
	color: #FFFFFF;
        }
		
#tabsB #current a span {
	background-position:100% -43px;
	color: #FFFFFF;
	font-weight: bold;
        }
