#menu {
	float:left;
	width:99%;
	background:#231f20;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;

	/*line-height:.8;*/

	padding:0px 0px 0px 0px;
	}
#menu ul {

	margin:0px;
	padding:0px 25px 0px 5px;
	list-style:none;
padding:0px 0px 0px 0px;
	}
#menu li {

	display:inline;
	margin-left:0px;
	padding-left:0px;
height:29px;
	}
#menu a {
	float:left;
	background:url("http://www.bftw.org/images/left.png") no-repeat left top ;
	margin-right:4px;
	padding:0px 0px 0 4px;
	text-decoration:none;
	cursor:pointer;


	}
#menu a span {
	float:left;
	display:block;
	background:url("http://www.bftw.org/images/right.png") no-repeat left top ;
	padding:1px 24px 5px 5px;
	color:#C2C3C3;
cursor:pointer;


	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#menu a:hover span {color:white;}
#menu a:hover {background-position:0% -30px;}
#menu a:hover span {background-position:100% -30px;}

a{

color: rgb(104, 96, 84);
text-decoration: none;
}

a:hover{

color:red;
text-decoration: none;
}
