#menu {
	margin-left: 5px;
	float:left;
	width: 980px;
	background-color: #CCCCCC;
	font-size: 14px;
	line-height:normal;
	border-bottom: 0px solid #666;
	}
#menu ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background: url("http://assets.shopbrazos.com/images/menus/tableftF_act.gif") no-repeat left top;
	margin:0;
	padding:0 3px 0 3px;
	text-decoration:none;
	}
#menu a span { 
	float:left;
	display:block;
	background: url("http://assets.shopbrazos.com/images/menus/tabrightF_act.gif") no-repeat right top;
	padding:5px 8px 4px 4px;
	color: white;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a.active span {color: black;}
#menu a.active {background:url("http://assets.shopbrazos.com/images/menus/tableftF_inactive.gif") no-repeat left top;}
#menu a.active span {background:url("http://assets.shopbrazos.com/images/menus/tabrightF_inactive.gif") no-repeat right top;}

#menu a:hover span {color: black;}
#menu a:hover {background:url("http://assets.shopbrazos.com/images/menus/tableftF_inactive.gif") no-repeat left top;}
#menu a:hover span {background:url("http://assets.shopbrazos.com/images/menus/tabrightF_inactive.gif") no-repeat right top;}


