﻿/************************************************************************
* Navigation element styles
************************************************************************/
#navtop ul
{
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 3px 0px 0px 0px;
}
#navtop ul li
{
	display: block;
	width: 227px;
	height: 31px;
	margin: 0px;
	padding: 0px;
}
#navtop a
{
	display: block;
	height: 29px;
	background: transparent;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#navtop ul li a span
{
	display: none;
}
#navtop a:link, #navtop a:visited
{
	color: #F5F5F5;
	text-decoration: none;
}
#navtop a:hover
{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
#navtop a:active, #navtop a.active, #navtop a.active:active
{
	color: #FEFFBD;
	text-decoration: none;
}
li.home
{
	background: url(images/btnHome.gif) no-repeat;
}
li.events
{
	background: url(images/btnEvents.gif) no-repeat;
}
li.store
{
	background: url(images/btnStore.gif) no-repeat;
}
li.ebay
{
	background: url(images/btnEbay.gif) no-repeat;
}
li.contact
{
	background: url(images/btnContact.gif) no-repeat;
}
li.links
{
	background: url(images/btnLinks.gif) no-repeat;
}
li.spiritwear
{
	background: url(images/btnSpiritwear.gif) no-repeat;
}
