/* Tab */
.tab {
list-style:none;
margin:0px;
padding:0px 0px 0px 10px;
height:28px;
}
.tab li.hrr {
margin:0px 2px 0px 0px ;
padding:0px;
float:left;
height:28px;
}
.tab li.hrr a{
cursor:pointer;
background: url(../images/tb-lft-hr.jpg) no-repeat 0px -28px;
background-repeat:no-repeat;
text-decoration: none;
float:left;
}
.tab li.hrr a span{
line-height:28px;
padding-left:14px;
padding-right:14px;
background: url(../images/tb-rt.jpg) no-repeat 100% -28px;
color: #ffffff;
font-weight:bold;
font-size:.9em;
display:block;
}
.tab li.hrr a:hover{
background: url(../images/tb-lft-hr.jpg) no-repeat 0px 0px;

}
.tab li.hrr a:hover span{
background: url(../images/tb-rt-hr.jpg) no-repeat 100% 0px;
color: #06677A;
}

.tab li.active {
margin:0px 2px 0px 0px ;
padding:0px;
float:left;
height:28px;
}

.tab li.active a {
font-weight:bold;
background: url(../images/tb-lft-hr.jpg) no-repeat 0px 0px;
background-repeat:no-repeat;
text-decoration: none;
float:left;
	}
.tab li.active a span {
color:#06677A;
background: url(../images/tb-rt-hr.jpg) no-repeat 100% 0px;
line-height:28px;
padding-left:14px;
padding-right:14px;
font-weight:bold;
font-size:.9em;
display:block;
}
/* Tab */