#nav {margin-top:0px;}
#nav a.nav_opt{
	border-right: #080f14 solid 1px;
	border-left: #192b39 solid 1px;
	background:url() bottom center repeat-x;
	color:#999;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#nav a.nav_first{
	border-right: #080f14 solid 1px;
	border-left: #192b39 solid 0px;
	background:url() bottom center repeat-x;
	color:#999;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#nav a.nav_opt:hover, #nav a.nav_first:hover{
	color:#EEE;
	background:url(/images/tabimage_over.gif) bottom center repeat-x;
}
#nav a.nav_sel_first{
	border-right: #080f14 solid 1px;
	border-left: #192b39 solid 0px;
	background:url(/images/tabimage_over.gif) bottom center repeat-x;
	color:#FFF;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#nav a.nav_sel{
	border-right: #080f14 solid 1px;
	border-left: #192b39 solid 1px;
	background:url(/images/tabimage_over.gif) bottom center repeat-x;
	color:#FFF;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#nav a.nav_sel_first:hover, #nav a.nav_sel:hover{
	color:#FFF;
		background:url(/images/tabimage_over.gif) bottom center repeat-x;
}

#nav a.nav_opt, #nav a.nav_first,
#nav a.nav_sel_first, #nav a.nav_sel {padding:8px 12px 8px 12px ; margin-top: 0px; }

