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

#header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #010321;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/nav-background.jpg) repeat-x;
	float: left;
	width: 100%;
}
#header ul a.currentmain {
	color:#CC0066;
	cursor: default;
}
#header li#home {
	padding-left: 15px;
}
#header li {
	float: left;
	font: bold 100% Helvetica, "Helvetica Neue", Arial;
}
#header li a {
	display: block;
	float: left;
	padding: 8px 15px;
	text-decoration: none;
	color: #010321;
}
#header li a:hover, #header li a:active, #header li a:focus {
	color:#CC0066
}
a img {
	border: none;
}

