﻿.cate-header {
	color:#000;
	width:655px;
	margin-top:25px;
	padding-left:20px;
}
.cate-header ul{
    list-style:none;
	
}
.cate-header ul li{
	list-style:none;
	float:left;
	line-height:28px;
	text-align:right;
	border-bottom:4px solid rgb(155,0,4);
}
.cate-header ul li a{
	color:#000;
	height:28px;
	font-size:15px;
	display:block;
	margin:0px 20px;
	text-decoration:none;
}
.cate-header ul li.sel
{
    text-align:left;   
 }	
.cate-header ul li.sel,.cate-header ul li:hover{
	color:#f0f;
	border-bottom:4px solid rgb(1,31,91);
	cursor:pointer;
}	
.cate-header .lst{
    float:none;
    
}
.cate-header .lst:hover{
    border-bottom:4px solid rgb(155,0,4);
	cursor:inherit;
}