.cm_headertable {
	background: #f7f7f7 url('http://www.toymods.net/images/bg_header.jpg') bottom repeat-x;
	vertical-align: middle;
	border-bottom: 5px solid #999;
}

#menu {
	padding: 0;
	margin: 10px 0 0 25px;
}

#menu td a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 1px 0 0;
	background-attachment: scroll;
	background-image: url('http://www.toymods.net/images/tabs.jpg');
	background-repeat: no-repeat;
	background-position: right 0px;
	font-weight: normal;
	text-decoration: none;
	height: auto;
	width: auto;
	float: left;
	padding: 0 5px 0 0;
	cursor: hand;
}


#menu td a span { 
	background-attachment: scroll;
	background-image: url('http://www.toymods.net/images/tabs.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 7px 10px 0 15px;
	height: 20px;
	width: auto;
	float: left;
	margin: 0; 
	cursor: hand;
}

#menu td a:hover { 
	text-decoration: none;
	color: #991c20;
	background-attachment: scroll;
	background-image: url('http://www.toymods.net/images/tabs.jpg');
	background-repeat: no-repeat;
	background-position: right -47px;
}

#menu td a:hover span { 
	text-decoration: none;
	color: #991c20;
	background-attachment: scroll;
	background-image: url('http://www.toymods.net/images/tabs.jpg');
	background-repeat: no-repeat;
	background-position: 0 -47px;
}