
.sekmetip{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px tahoma, arial, helvetica, sans-serif;
list-style-type: none;
text-align: left;
}

.sekmetip li{
display: inline;
margin: 0;
}

.sekmetip li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 11px;
margin-right: 3px;
background: white url("resimler/tabmenuKapali.png") top left repeat-x;
color: #333333;
}

.sekmetip li a:visited{
background: white url("resimler/tabmenuKapali.png") top left repeat-x;
color: #333333;
}

.sekmetip li a:hover{
background: white url("resimler/tabmenuKapali.png") top left repeat-x;
color: #000000;
}

 /*secili sekmeler */
.sekmetip li a.selected{
background-image: url("resimler/tabmenuAcik.png");
position: relative;
color: #000000;
top: 1px;
}

.sekmetip li a.selected{
background-image: url("resimler/tabmenuAcik.png");
border-bottom-color: white;
color: #000000;
}

.sekmetip li a.selected:hover{
background-image: url("resimler/tabmenuAcik.png");
}