﻿#tab ul, #tab li{border:0; margin: 10px 0 0 0; padding:0; list-style:none; font-size:95%;}
#tab li{float:left; margin-right:3px;}
#tab a:link, #tab a:visited{
	        background:url(/includes/images/tab-round.png) right 60px;
	        color:#666666;
	        border-bottom: none;
	        display:block;
	        font-weight:bold;
	        height:30px;
	        line-height:30px;
	        text-decoration:none;
}
#tab a span{
	        background:url(/includes/images/tab-round.png) left 60px;
	        display:block;
	        height:30px;
	        margin-right:14px;
	        padding-left:14px;
}

#tab a:hover{
    background:url(/includes/images/tab-round.png) right 30px;
    color:Black;
	display:block;
}
#tab a:hover span{
	background:url(/includes/images/tab-round.png) left 30px;
	display:block;
}

.active a span, .active a:hover span{
    background:url(/includes/images/tab-round.png) left 0 no-repeat;
}
