#nav a.nav_opt, #nav a.nav_first,
#nav a.nav_sel_first, #nav a.nav_sel {padding:6px 20px}

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

