/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*http://www.dynamicdrive.com/style/csslibrary/item/thick-padding-tabs/*/
/*http://www.dynamicdrive.com/style/csslibrary/item/solid_block_menu/   bunu dene*/

.thicktabs{
margin: 0 auto;
padding: 0;
float: left;
color: black;
font: bold 14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.thicktabs li{
display: inline;
}

.thicktabs li a{
float: left;
color: #666666;
padding: 6px 76px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../media/grey1.png)  no-repeat;
border-top: 0px solid #CB0A3F; /*top border style*/
border-bottom: 0px solid #CB0A3F; /*thick bottom border below tabs*/
border-right: 0px solid  #CB0A3F; /*thick bottom border below tabs*/

}

.thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #CB0A3F; /*left border style*/
}

.thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 15px solid #CB0A3F; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}



.thicktabs li a:hover, .thicktabs li .current{
color: white;
background-image: url(../media/red1.png); /*background image swap on hover*/
}