#nav {margin-top:0px;}
#nav a.nav_opt{
	border-left:1px solid #d0bda6;
	background:url(../images/spacer.gif) bottom center repeat-x;
	color:#772306;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
}
#nav a.nav_first{
	border-left:0px;
	background:url(../images/spacer.gif) bottom center repeat-x;
	color:#772306;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#nav a.nav_opt:hover, #nav a.nav_first:hover{
	color:#000;
	background:url(../images/spacer.gif) bottom center repeat-x;
}
#nav a.nav_sel_first{
	border-left:0px;
	background:url(../images/spacer.gif) bottom center repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#nav a.nav_sel{
	border-left:1px solid #d0bda6;
	background:url(../images/spacer.gif) bottom center repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#nav a.nav_sel_first:hover, #nav a.nav_sel:hover{
	color:#000;
	background:url(../images/spacer.gif) bottom center repeat-x;
}

#nav a.nav_opt, #nav a.nav_first,
#nav a.nav_sel_first, #nav a.nav_sel {padding:5px 15px}