/* Top Menu */

#tabsH 
	{
    float:left;
    width:100%;
   background:#000000;
    font-size:93%;
    line-height:normal;
    }
	
#tabsH ul 
	{
	margin:0;
	padding:0px 0px 0px 220px;
	list-style:none;
    }

#tabsH li 
	{
    display:inline;
    margin:0px;
    padding:0px;
    }
    
#tabsH a 
	{
    float:left;
    background:url("../images/tableft.gif") no-repeat left top;
    margin:0px;
    padding:0 0 0 3px;
    text-decoration:none;
    }

#tabsH a span 
	{
    float:left;
    display:block;
    background:url("../images/tabright.gif") no-repeat right top;
    padding:5px 5px 5px 3px;
    color:#FFF;
    }
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span 
	{
	float:none; COLOR: #cccccc; FONT-FAMILY: Arial, Tahoma, Helvetica, Verdana, sans-serif; FONT-SIZE: 10px; TEXT-DECORATION: none; FONT-WEIGHT: bold;
	}

 
#tabsH a:hover span 
	{
    color:#FFF;
    }

#tabsH a:hover 
	{
    background-position:0% -42px;
    }

#tabsH a:hover span 
	{
    background-position:100% -42px;
	}

