#tabNav li {
	background: transparent url('left.png') no-repeat scroll top left;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 16px;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 3px;
    text-decoration: none;
    text-align: center;
}

#tabNav li span {
    background: transparent url('right.png') no-repeat top right;
    display: block;
    height: 16px;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-weight: normal;   
    font-family: Verdana;
}

#tabNav .active {
	background: transparent url('left.png') no-repeat scroll bottom left;
	display: block;
    height: 16px;
    line-height: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    font-weight: normal;   
    font-family: Verdana;
}

#tabNav .active span {
    background: transparent url('right.png') no-repeat bottom right;
    color: #000000;
    font-weight: normal;   
}