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

#nav-menu {
height: auto;
width: auto;
position: relative;
top: 0px;
float: left;
left: 5px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
border-left:solid #000000 1px;
border-right:solid #000000 1px;
border-top:solid #000000 1px;
	float: left;
	margin: 0 2px;
}

#nav-menu li a
{
	background: url(../buttons/navBkdWht.gif) #FFFFFF bottom left repeat-x;
	color: #000000;
	float: left;
	font-weight: bold;
	display: block;
	height: 1.75em;
	line-height: 1.75em;
	text-align: center;
	text-decoration: none;
	width: 6em;
}

#nav-menu li a:hover
{
	background:url(../buttons/navBkdGry.gif) #CCCCCC bottom left repeat-x;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	height: 1.75em;
	line-height: 1.75em;
	text-decoration: none;
	text-align: center;
	width: 6em;
}

#nav-menu li a:active,
.home a#home,
.about a#about,
.learn a#learn,
.news a#news,
.vote a#vote,
.help a#help
{
	background: url(../buttons/navBkdBlk.gif) #000000 bottom left repeat-x;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	float: left;
	height: 1.75em;
	line-height: 1.75em;
	text-decoration: none;
	text-align: center;
	width: 6em;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End Hide*/
