#navlist {
	padding: 0px 0 0 20px;
	margin-left: 0;
	font: 12px Arial, Helvetica, sans-serif;
	list-style:none;
}
#navlist li {
	list-style: none;
	padding:0 3px 0 0px;
	float:left;
}
#navlist li a {
	padding: 0px 0px 0px 5px;
   	float:left;
	background:	url(../../images/left-tab.gif) top left no-repeat;
	border-bottom: none;
	text-decoration: none; font-weight:bold;
}



#navlist li.current a {
	padding: 0px 0px 0 5px;
   	float:left;
	background:	url(../../images/lt-tab-active.gif) left top no-repeat;
	border-bottom: none;
	text-decoration: none; font-weight:bold; color:#414142;
}
#navlist li a span {
    float:left;
	display:block;
	padding:10px 40px 4px 35px;
	background:url(../../images/right-tab.gif) right top no-repeat;
	color:#6f6f6f;
	height:17px;
	cursor:pointer;
}

#navlist li.current a span {
    float:left;
	display:block;
	padding:10px 40px 4px 35px;
	background:url(../../images/rt-tab-active.gif) top right no-repeat;
	color:#414142;
	cursor:pointer;height:17px;
}

#navlist li a span img{
    padding-right:3px; line-height:16px; vertical-align:top;
}

#navlist li a:hover span{
	color:#2b88c4;
}


/*#navlist li a:hover{
background:	url(../../images/left-tab.gif) left -30px no-repeat;
}
#navlist li a:hover span{
background:url(../../images/right-tab.gif) right -26px no-repeat;
color:#000000;
}*/
#navlist li.current a {
 color:#414142; background:	url(../../images/lt-tab-active.gif) top left no-repeat;
}
#navlist li.current a span{
background:url(../../images/rt-tab-active.gif) top right no-repeat;
color:#414142;
}
#navlist li.current span{
/*font-weight:bold;
padding:6px 12px 5px 6px;*/
}
#tab-nav  {
	width:630px;
	float:left;
	padding-bottom:15px;
	background: url(../../images/tabrep.gif) top left repeat-x; 
}

#tab-nav1  {
	width:940px;
	float:left;
	padding-bottom:15px;
	background: url(../../images/tabrep.gif) top left repeat-x; 
}


