#mainNav {
width: 740px;
margin-left: 0px;
margin-right: 0px;	
background: #ffffff url(../images/brickout.jpg) repeat-x;
text-align: left;
}
#mainNav ul {
margin:0px;
height: 33px;
list-style-type:none;
border-top: 3px solid #585043;
border-bottom: 3px solid #585043;
font: bold 90% Arial,Helvetica,'Sans Serif';
color: #585043;
}
#mainNav ul li {
	display:block;
	float:left;
	margin:0 1px;
}
#mainNav ul li a {
	display:block;
	float:left;
	color: #2a251d;
	text-decoration:none;
	padding:0 0 0 10px;
	height:33px;
}
#mainNav ul li a span {
	padding:11px 15px 0 0;
	height:15px;
	float:left;
}
#mainNav ul li a:hover {
	color:#ded3c1;
	background:transparent url(../images/navover.jpg) repeat-x bottom left;
}
#mainNav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#mainNav ul li a.current,#mainNav ul li a.current:hover {
	color:#ded3c1;
	background: url(../images/bg-nav-left-on.gif) no-repeat top left;
	line-height:255%;
}
#mainNav ul li a.current span {
	display:block;
	padding:0 15px 0 0;
	width:auto;
	background: url(../images/bg-nav-right-on.gif) no-repeat top right;
	height:33px;
}