#nav2010{
	position: absolute;
	margin-left: 10px;
	width: 980px;
	text-align: left;
	top: 70px;
	height: 163px;
	border-bottom: 1px solid white;
}
#nav2010 ul{
}

#nav2010 li{
	height: 35px;
	text-align: left;
	list-style-type:none;	/* No bullets */
	
}

#nav2010 a:link, #nav2010 a:active, #nav2010 a:visited, #nav2010 a:hover{
	padding: 12px 15px 4px 57px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	display: block;
	border: 1px solid white;
	background-color: #9fa9b0;
	
	background-position: 6px center;
	background-repeat: no-repeat;
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-color:#CCCCCC #CCCCCC -moz-use-text-color #CCCCCC;
	border-style:solid solid none solid;
	border-width:1px 1px medium 1px;
	
	white-space: nowrap;
}
#nav2010 a:hover{
	color: #333;
	text-decoration: none;
	background-color: #FCEE21;
}
#nav2010 a.act:link, #nav2010 a.act:active, #nav2010 a.act:visited, #nav2010 a.act:hover{
	color: #333;
	text-decoration: none;
	background-color: white;
}
/*
#nav a:visited{
	color: white;
}*/


