#nav {margin-top:0px;}
#nav a.nav_opt{
	border-left:1px dotted #DDD;
	background:url() bottom center repeat-x;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
#nav a.nav_first{
	border:0px solid #FFF;
	background:url() bottom center repeat-x;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
#nav a.nav_opt:hover, #nav a.nav_first:hover{
	color:#333;
	background:url() bottom center repeat-x;
}
#nav a.nav_sel_first{
	border:0px solid #FFF;
	background:url() bottom center repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
#nav a.nav_sel{
	border-left:1px dotted #DDD;
	background:url() bottom center repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
#nav a.nav_sel_first:hover, #nav a.nav_sel:hover{
	color:#000;
	background:url() bottom center repeat-x;
}

#nav a.nav_opt, #nav a.nav_first,
#nav a.nav_sel_first, #nav a.nav_sel {padding:10px 13px 10px}

