/**
* menu zak�adkowe
*/

table.tuckMenu {
 clear:left;
 margin-left:0px;
 border:0;
 margin-top:2px;
 border-width: 1px 1px 1px 0;
 border-color:#D0D0D0;
 border-style: solid;
 border-collapse:collapse;
 clear:both;
 margin-top:20px
}

table.tuckMenu th{
 height:26px;
 text-align:center;
 font-size:13px;
 font-weight:normal;
 background: url("/r/i/sprites/common.png") no-repeat -699px -82px;
 border:none;
}

table.tuckMenu th a{
 margin:0 20px;
 color:#5C5C5C;
 font-weight:bold;
 text-decoration:underline;
}

table.tuckMenu th a:hover{
 text-decoration:none;
}

table.tuckMenu th.selected {
 background: url("/r/i/sprites/common.png") no-repeat 0 -82px !important;
}

table.tuckMenu th.selected a {
 color:#fff;
}