/* Menu top 1*/

#tabs {
	height:37px;
	width:900px;
	margin:0 auto;
	/*font-weight:bold;*/
      }
#tabs ul{
	margin:0;
	padding:0;	    
      }

#tabs li {
	float:left;
    display:inline;
	padding:0px 0px 0px 0px;
     
      }
#tabs a {
	float:left;
    margin:0;
    padding:0px 15px 0 4px;
	height:37px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/blue/tableft.gif) no-repeat left top;
	cursor: hand !important;
	cursor: pointer !important;
	
      }
#tabs a span {
    float:left;  
    display:block;
	height:26px;     
    padding:7px 0px 0px 13px;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*background:url(../images/blue/tabright.gif) no-repeat right top;*/
	font-size: 13px;
	color:#0e4f7b;
	cursor: hand !important;
	cursor: pointer !important;
      
      }
    /* End IE5-Mac hack */
#tabs a:hover {
	background:url(../images/blue/tableft_over.gif) no-repeat left top;
      }
#tabs a:hover span {
      color:#FF6600;
      }
#tabs .active a  {
	background:url(../images/blue/tableft.gif) no-repeat left top;     
    color:#FF6600;
	cursor: hand !important;
	cursor: pointer !important;
	
}
#tabs .active a span {
	background:url(../images/blue/tabright.gif) no-repeat left top;      
    color:#FF6600;
	cursor: hand !important;
	cursor: pointer !important;
}
