.tabset_tabs
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	direction: rtl;
	display: inherit;
}
.tabset_tabs li
{
    padding: 0px;
    display: inline-block;
    
    width: 129px;
    height: 27px;
    font-family: tahoma;
    text-align: center;
    vertical-align: middle;

}
.tabset_tabs a
{
    background-image: url('../images/Tem05-new_77.jpg') ;
    BACKGROUND-REPEAT: no-repeat;
    border-left-width: 0;
    border-bottom: none;
    width: 129px;
    display: inline-block;
    height:27px;
    color: #006699;
    font-family: tahoma;
    font-size: 9pt;
text-align: center;
vertical-align: middle;
padding-top: 8px;

}
.tabset_tabs a:hover
{
    color: #00c !important;
    background-image: url('../images/Tem05-new_07.jpg');
    text-decoration: none;
    padding-top: 8px;
    CURSOR: hand;
}
.tabset_tabs a.active
{
    background-image: url('../images/Tem05-new_07.jpg');
    BACKGROUND-REPEAT: no-repeat;

    color: black !important;
    border-color: black;
    border-left-width: 1px;
    cursor: hand;
    border-bottom: white;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: tahoma;
    font-size: 9pt;
    padding-top: 8px;
}

.tabset_tabs li.firstchild a
{
    border-left-width: 1px;
}

.tabset_content
{
    
    position: relative;
    z-index: 1;
    /*padding: 0.5em 1em 10px 0px;*/
    padding-right: 5px;
   
text-align: right;
    display: none;
    direction:rtl;
    height: 210;
    vertical-align: top;

}
.tabset_label
{
    display: none;
}

.tabset_content_active
{
    display: block;
}

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}