/*针对andyui 修改tab-header的样式保持一直*/

.m-tabs .m-tabs-header {
    border-bottom-color: #eeeeee;
    height: 41px;
}

.m-tabs .m-tabs-header .m-tabs-nav {
    height: 40px;
    padding-top: 1px;
}

.m-tabs-header, .m-tabs .m-tabs-header {
    border-bottom: solid 1px #cccccc;
}

.m-tabs .m-tabs-header .m-tabs-nav li {
	border: none;
    height: 40px;
}

.m-tabs-header li a, .m-tabs .m-tabs-header li a {
	border: none;
    color: #000;
    background-color: #fff;
}

.m-tabs .m-tabs-header .m-tabs-nav li a {
	text-decoration:none;
    height: 40px;
    line-height: 39px;
}

.m-tabs-header .m-tabs-nav li.active{
	height: 37px;
	border-bottom: solid 3px #28a9e4;
}
.m-tabs-header .m-tabs-nav li a:hover{
	background-color: #eee;
}
.m-tabs-header .m-tabs-nav li.active a{
	height: 37px;
}

.m-tabs-header li.active a, .m-tabs .m-tabs-header li.active a, .m-tabs-header li.activate a, .m-tabs .m-tabs-header li.activate a {
    background-color: #fff;
    color: #28a9e4;
}