div#nav {
	width: 900px;
	height: 41px;
	background: url(Images/nav.gif) left top no-repeat;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 41px;
	text-align: center;
	margin-bottom:10px;
}
#nav ul {
	display: block;
	width:900px;
	margin:0 auto;
	list-style-type: none;
	text-align: center;
}
#nav li {
	height: 41px;
	line-height: 41px;
	float: left;
	display: inline;
}
#nav li.divider {
	background: url(Images/nav-divider.gif) center right no-repeat;
}
#nav a:link, #nav a:active, #nav a:visited {
	padding-right: 15px;
	padding-left:15px;
	display: block;
	color: #2f2f2f;
}
#nav a:hover {
	border: none;
	color: #fff;
	text-decoration:none;
	background:#7f7f7f;
}

#nav .Selected {
	border: none;
	color: #ffffff !important;	
	text-decoration:none;
	background:#7f7f7f;
}

#nav li ul {
	position: absolute;
	padding: 0 !important;
	width: 140px;
	left: -999em;
	text-align: left;
	font-weight: normal;
	z-index: 10;
}
#nav li ul li {
	line-height: 30px;
	padding: 0;
	height:30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #6f6f6f;
	text-indent: 0;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li a {
	background: #7f7f7f;
	color:#FFFFFF !important;
	font-size:11px !important;
	line-height: 30px;
	height:30px;
	width:140px;
}
#nav li ul li a:hover {
	background: #bebebe;
	width:140px;
	color:#000 !important;
	text-decoration:none;
}

#nav .signup
{
    font-size: 16px; 
    color: #ff0600 !important; 
    font-weight: bold;
}
