#category_bar {
	background: url(../_imgs/category_bar_plate.png);
	height: 60px;
	width: 840px;
	margin-left: 30px;
}
#category_bar ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
	padding: 0px;
	position: relative;
	top: 10px;
	left: 14px;
	margin: 0px;
	width: 810px;
}
#category_bar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 5px 0px;
	height: 28px;
	display: block;
	text-shadow: 0px -1px 0px #005b99;
	filter: dropshadow(color=#0089d1,offX=0,offY=-1);
}
#category_bar .spanish_link {
	background: url(../_imgs/category_bar_spanish_link.png) center;
	color: #000000;
	font-weight: bold;
}
#category_bar .last {
	border-right-style: none;
}

#category_bar a:hover {
	background: #ae2d4d url(../_imgs/category_link_hover2.png) center;
	text-shadow: 0px -1px 0px #000;
	filter: dropshadow(color=#730e25,offX=0,offY=-1);
}


#category_bar li {
	float: left;
	font-size: 18px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;
	height: 40px;
	letter-spacing: -1px;
}

