/*
*	FILE: 		ufx_nav_comic.css
*	AUTHOR: 	Mifty
*	DESC:		All custom styles for #ufxNav for comic book section
*/

/* Grey Navigation Pane */
#ufxNav {
	background-image: url(./images/ufx_nav_.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: #000;
	height: 43px;
}

#ufxNavGreyZone {
	position: relative; top: -20px; left: 5;
	height: 0px;
	padding: 0px;
	margin: 0px;
	width: 600px;
	text-align: center;
}

#ufxNavGreyZone a {
	color: #e7e8ea;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 20px;
}

#ufxNavGreyZone a:hover {
	color: #ffc218;
}
