#tabs ul {

    float: left;
    list-style: none;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:14px ;
 	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}
#tabs ul li {
    float: left;
    background: url(../images/menu/naviright.gif) no-repeat 0 0;
    margin-right: 5px;
	 margin-left: 0px;
	 margin-top:27px;
}
#tabs ul li a {
    display: block;
margin:0 0 0 0;
    padding: 0 10px 0 10px;
    line-height: 28px;

	color: #464646;
	text-decoration: none;
}
#tabs ul li a:hover, #tabs ul li.active a {
    background-position: 0 100%;
	color: #dfe5ee;
}
#tabs ul li:hover, #tabs ul li.active, #tabs ul li.sfhover {
    background-position: 100% 100%;
}
