
#nav {
	list-style: none; 
	margin: 0;
	padding: 0;
	height: 50px;
	vertical-align: top;
	font-family:tahoma;
	font-size: 11px;
	padding-right: 0px;
	width:auto;
	text-align:center;
	background-color:transparent;
	line-height: 20px;
}

#nav li {
	display: inline;
	line-height: 24px;
	margin-top:8px;
}

#nav li a {
	display: block;
	float: right;
	padding: 0 0;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	text-decoration: none;
	color: #efefef;
	font-weight:bold;	
	background-repeat:no-repeat;
	background-color:transparent;
	width:70px;
}

#login li a {
	display: block;
	float: right;
	padding: 0 0;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;	
	background-image: url(../images/button_red_current.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width:70px;
	font-size:11px;
}

#nav li a.last {
	border: 0;
}

#nav li a:hover, #nav li.current {
		color:#ffffff;
		text-decoration:underline;
		background-repeat:no-repeat;
}

#login li a:hover, #login li.current {
		color:#ffffff;
		text-decoration:underline;
		background-repeat:no-repeat;
}



.clear {
	display: block;
	clear: both;
}

#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#sub-nav li a {
	display: block;
	text-decoration: none;
}

#sub-nav li a:hover {
	text-decoration: underline;
}

#preview-nav {
	clear: both;
}

.digg {
	clear: both;
}

#feature {
	z-index: 1;
}

#nav {

}

#nav li {
	display: block;
	float: right;
}



#nav li li a {
	display: block;
	float: none;
	height: auto;
	border: none;
	padding: 0;
	width: 192px;
	font-size: 12px;
	color: #142636;
	font-weight: 100;
	text-align: left;
	background-color:#eeeeee;
}

#nav li li a span {
	display: block;

}


#nav li li a:hover {
	background-color:transparent;
	color:#990100;	
	text-decoration:none;
	
	
}

#nav li li a:hover span {
background-color:#eeeeee;
}

#nav li a {
	float: none;
	padding: 0;
	text-align: center;
}

#nav li li a {
	float: none;
}

#nav ul {
	font-size: 0; /* IE hack */
}

#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 200px;
	left: -5000px;
	border: none;
	background-color:#eeeeee;
	color:#142636;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -5000px;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	
}

#nav li ul ul {
	margin: -33px 0 0 200px;
}

#nav-button {
	height:26;
	padding: 0px 0px 0px 0px;
}


.bottomrule{
	border-bottom: 1px solid #ddd;
}

