/********* MENU TOP  ****************/

#topmenu{
	margin:0 0 0 20px;
	padding:0 0 0 0;
      }

#topmenu ul{
	margin:0 0 0 0px;
	padding:0;	    
      }

#topmenu li {
	float:left;
    display:inline;
	margin:0 0 0 1px;
	padding:0;
	font-size:13px;
      }
#topmenu a {
	float:left;
	text-decoration:none;
	text-transform:capitalize;
   	padding:0 0px 0px 5px;
	cursor: hand !important;
	cursor: pointer !important;
	background:url(../images/menutop-tableft.gif) left top no-repeat;
      }
#topmenu a span {
    float:left; 
    color:#e3e3e3;
	height:25px;
	font-size:12px;
	background:url(../images/menutop-tabright.gif) right top no-repeat;
	margin:0 0 0 0;
	padding:10px 34px 0 24px;
	cursor: hand !important;
	cursor: pointer !important;
 }
 
 
    /* End IE5-Mac hack */
#topmenu a:hover span {
      color:#FFFF00;
      }
#active a  {
	float:left;
	text-decoration:none;
   	padding:0 0px 0px 5px;
	text-transform:capitalize;
	cursor: hand !important;
	cursor: pointer !important;
	background:url(../images/menutop-tableft-active.gif) left top no-repeat;
	
	
}
#active a span {
	float:left; 
    color:#fff;
	font-weight:bold;
	height:25px;
	font-size:12px;
	background:url(../images/menutop-tabright-active.gif) right top no-repeat;
	margin:0 0 0 0;
	padding:10px 34px 0 24px;
	cursor: hand !important;
	cursor: pointer !important;
 }

