/*
    Copyright (c) 2004 Wienerberger AG
    Revision: 0.1.1
*/
.tab-menu {
background-color: #f1f1f1;
width: 100%;
clear: both; }
.tab-menu ul {
list-style: none;
margin: 6px 0 0;
padding: 0;
width: 100%;
float: left; }
.tab-menu li,
.tab-menu li.first {
background-color: #dcdcdc;
background-image: url(/img/ui/corner-left_on-grey.gif);
background-position: 0 0;
background-repeat: no-repeat;
margin: 0 1px 0 0;
padding: 0;
width: auto;
float: left; }

.tab-menu li.first {
background-color: #dcdcdc;
margin-left: 4px;
padding: 0; }
.tab-menu li.current { 
background-color: #fff; }
.tab-menu a {
background: url(/img/ui/corner-right_on-grey.gif) 100% 0 no-repeat;
margin: 0;
padding: 0 18px;
display: block;
line-height: 2em; }

