#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:99;
}

#nav a {
	display: block;
	width: 91px;
	font-size:10px;
	color:#fff;
	background-color:#000;
	text-align:left;
	padding:0px;
	text-indent:5px;
	padding:6px 0px 5px 0px;
	margin:0px 10px 0px 8px;
}


#nav li a, #nav li a:link, #nav li a:visited{
	width:91px;
	background-color:#000;
}

#nav li a:hover, #nav li a:active{
	text-decoration:none;
	background-color:#000;
	/*background-color:#063758;*/
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited{
	width:120px;
	border-bottom:1px solid #000;	
	background-color:#000;
}

#nav li ul li a:hover, #nav li ul li a:active{
	text-decoration:none;
	border-bottom:1px solid #e31836;
	background-color:#000;
}

#nav li { /* all list items */
	float: left;
	width: 91px; /* width needed or else Opera goes nuts */
	background-color:#000;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#000;
	width: 133px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /* second-level lists */
	background-color:#000;
	width: 120px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color:#000;
	padding-bottom:5px;
}

#content {
	clear: left;
	color: #ccc;
}

/* IE hacks , i know, i know*/
#nav a {
	display: block;
	width: 88px;
	font-size:10px;
	color:#fff;
	background-color:#000;
	text-align:left;
	padding:0px;
	text-indent:5px;
	padding:6px 0px 5px 0px;
	margin:0px 0px 0px 3px;
	text-decoration:none;
}

* html #nav li a, * html #nav li a:link, * html #nav li a:visited{
	width:88px;
	background-color:#000;
	text-decoration:none;
}

* html #nav li { /* all list items */
	float: left;
	width: 88px; /* width needed or else Opera goes nuts */
	background-color:#000;
}

/*Generic Links Styles */

a{
	color:#fff;
	text-decoration:underline;
}

a:link{
	color:#fff;
	text-decoration:underline;
}

a:visited{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

a:active, a:focus{
	color:#fff;
	text-decoration:underline;
}

a.greyLink{
	color:#666;
}

a.greyLink:link{
	color:#666;
}

a.greyLink:visited{
	color:#666;
}

a.greyLink:hover{
	color:#666;
}

a.greyLink:active{
	color:#666;
}

a.foot {
width: 380px;
height: 35px;
background: url(../images/join.gif) no-repeat 0px 0px;
text-decoration: none;
display: block;
}

a:hover.foot {
background: url(../images/join.gif) no-repeat -380px 0px;
}