/* tabs descriptions */
#tabs {
width:451px;
height: 58px;
background: #fff url(../../img/fr/tabs/tabsbottom.png) bottom left no-repeat;
margin-bottom: 6px;
}
.tab {
float: left;
background: url(../../img/fr/tabs/tab.png) 0px 5px no-repeat;
width: 85px;
height: 32px;
margin-right: 7px;
font-weight: bold;
font-size: 9px;
}

.tab.active {
background: url(../../img/fr/tabs/middleactive.png) 1px 5px no-repeat;
width: 98px;
margin-left: -6px;
margin-right: 1px;
margin-bottom: -1px;

}
#lefttab.tab.active {
background: url(../../img/fr/tabs/lefttabactive.png) bottom left no-repeat;
width: 93px;
margin-right: 0px;
margin-left: 0px;
color: #982482;
}
#righttab.tab {
background: url(../../img/fr/tabs/righttabactive.png) bottom left no-repeat;
width:91px;
margin-right: 0px;
}

#righttab.tab {
background: url(../../img/fr/tabs/right.png) bottom right no-repeat;
width: 91px;
margin-left: -9px;
}
#righttab.tab.active {
background: url(../../img/fr/tabs/rightactive.png) bottom left no-repeat;
width: 91px;
margin-left: -8px;
color: #982482;
}
.tab a:link, .tab a:visited{text-decoration;display:block; text-align: center; margin: 10px 0; color: #999;}
.tab.active a, .tab a:hover {color: #982482;}
#righttab.tab a {padding-left: 10px;}
#lefttab.tab a {padding-right: 10px;}


#submenu a{
display: block;
background: transparent;
color: #999;
font-size: 9px;
font-weight: bold;
padding: 5px 3px 3px 3px;
height: 18px;
float: left;
width: 80px;
text-align: center;
}

#submenu a.current {
color: #982482;
}