@charset "UTF-8";
/* CSS Document */

#navigation ul {
	float:right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
background-image: url(http://www.flushthefat.tv/images/nav/nav_bkg.jpg);
	background-repeat: repeat-x;	
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation a {
	color: #262159;
	text-decoration: none;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(http://www.flushthefat.tv/images/nav/nav_bkg.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	}
	
#navigation a:hover {
	color: #000000;
	background-image: url(http://www.flushthefat.tv/images/nav/nav_hov_bkg.jpg);
	background-repeat: repeat-x;
	}
	
#navigation #currentpage a {
	
	color: #e51d3a;
	background-image: url(http://www.flushthefat.tv/images/nav/nav_on_bkg.jpg);
	background-repeat: repeat-x;
	}
