.nav-list {
	padding: 67px 0 0 0px;
	margin-left: 0;
	font: 12px Arial, Helvetica, sans-serif;
	list-style:none;
}
.nav-list li {
	list-style: none;
	display:inline;
	padding:0 2px 0 0px;
	float:left;
}
.nav-list li a {
	padding: 0px 0px 0 5px;
   	float:left;
	background:	url(../images/tabnavlt.gif) top left no-repeat;
	border-bottom: none;
	text-decoration: none; font-weight:bold; font-style:italic;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
}
.nav-list li a span {
    float:left;
	display:block;
	padding:9px 10px 7px 9px !important;
	padding:9px 7px 7px 7px;
	background:url(../images/tabnavrt.gif) right top no-repeat;
	color:#737373;
	height:16px;
	cursor:pointer;
}

.nav-list li a:hover{
background:	url(../images/tabnavlt.gif) left -33px no-repeat;
}
.nav-list li a:hover span{
background:url(../images/tabnavrt.gif) right -33px no-repeat;
color:#737373;
}

.nav-list li.current a {
	padding: 0px 0px 0 5px;
   	float:left;
	background:	url(../images/tabnavlt.gif) left -66px no-repeat;
	border-bottom: none;
	text-decoration: none; font-weight:bold; color:#737373;
}
.nav-list li.current a span {
    float:left;
	display:block;
	padding:9px 20px 7px 14px;
	background:url(../images/tabnavrt.gif) right -66px no-repeat;
	color:#ffffff;
	cursor:pointer;height:16px;
}

.nav-list li.current a:hover {
 color:#ffffff; 
 background:url(../images/tabnavlt.gif) left -66px no-repeat;
}
.nav-list li.current a:hover span{
background:url(../images/tabnavrt.gif) right -66px no-repeat;
color:#FFFFFF;
}



/*
#tab-nav  {
	width:500px;
	float:left;
	padding-top:2px;
	background: url(../images/border1px.gif) bottom left repeat-x; padding-top: 10px;
}

    
#navlist table {border-collapse:collapse; padding:0; width:0; height:0; margin:0px -20px 0 0;}	  
#navlist .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#navlist li:hover {position:relative; z-index:200; }
#navlist a:hover {position:relative; white-space:normal; z-index:200;}

#navlist :hover ul.sub
{left:0px; top:32px; background: #9ac42e; padding:0px; border:none; white-space:nowrap; width:180px; height:auto; z-index:300;}
#navlist :hover ul.sub li
{display:block; height:20px; position:relative; padding-bottom:5px !important; padding-bottom:0px;  float:left; width:178px; font-weight:normal; border-bottom:1px solid #717171;}
#navlist :hover ul.sub li a
{display:block; font-size:12px; font-weight:bold; height:18px; width:180px; line-height:25px; padding:0px 0 5px 0; text-indent:5px; color:#FFFFFF; text-decoration:none; border:none;}
#navlist :hover ul.sub li a:hover 
{background:#00a9e0; color:#FFFFFF; border-color:#a8a8aa;}
#navlist li .bg-none{background-image:none;}
*/

