body { margin: 0px 0px 0px 0px; }

table.art {
		border-collapse:collapse;
		background:#A7C1C7 url(eklentiler/ust_art.jpg) repeat-x;
}
---------------------------------------------------------------------------------------
.alt_menu
body{font-family:verdana;}
width:204}
td.menu{background:#FF9933}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;

}
{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.alt_menu td{
margin: 10;
padding: 0;
padding-left: 0px; /*soldan sağa iteliyor rakam arttıkca*/
font: bold 12px Verdana;
list-style-type: none;
}
.alt_menu span{
display: inline;
margin: 0;
}
.alt_menu span a{
float: center; /*left yaparsan yazılar yanyana oluyor center olunca alt alta oluyor*/
display: block;
text-decoration: none;
margin: 0;
padding: 13px 15px; /*padding inside each tab*/
border-center: 0px solid #003366; /*right divider between tabs*/
color: white;
background: #transparan; /*art alan rengi*/
}
.alt_menu span a:visited{
color: white;
}

.alt_menu span a:hover, .alt_menu li.selected a{
background: #003366; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
---------------------------------------------------------------------------------------
.ziyaretci
{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.ziyaretci td{
margin: 10;
padding: 0;
padding-left: 0px; /*soldan sağa iteliyor rakam arttıkca*/
font: bold 12px Verdana;
list-style-type: none;
}
.ziyaretci span{
display: inline;
margin: 0;
}
.ziyaretci span a{
float: center; /*left yaparsan yazılar yanyana oluyor center olunca alt alta oluyor*/
display: block;
text-decoration: none;
margin: 0;
padding: 1px 2px; /*padding inside each tab*/
border-center: 0px solid #003366; /*right divider between tabs*/
color: white;
background: #transparan; /*art alan rengi*/
}
.ziyaretci span a:visited{
color: white;
}

.ziyaretci span a:hover, .alt_menu li.selected a{
background: #003366; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}