/* CSS Document */
body { background:#000000 url('images/poppersbg.jpg') no-repeat left bottom; color:#fff; font-size: 16px; font-family: arial, verdana, helvetica; }

/*Regular Links*/

a:visited {color:#CC0066}  /* visited link */
a:hover {color:#CC0066}  /* mouse over link */
a:active {color:#CC0066}  /* selected link */

/* Menu Links */
#menu {
	background: #CC0066;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #CC0066 url("images/seperator.gif") bottom right no-repeat;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #CC0066 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
