.menu{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(aktif.gif) top left repeat-x;
}

.menu li a:visited{
color: #2d2b2b;
}

.menu li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.menu li.selected{
position: relative;
top: 1px;
}

.menu li.selected a{ /*seçili tab stili */
background-image: url();
border-bottom-color: white;
}

.menu li.selected a:hover{ /*seçili tab stili*/
text-decoration: none;
}


.sitelerLink {
	FONT-FAMILY: Verdana, Arial; COLOR: #055989; FONT-SIZE: 12px; font-weight:bold; TEXT-DECORATION: none
}
.sitelerLink:hover {
	COLOR:#333
}

.icerik{
border: 1px solid gray;
width: 600px;
margin-bottom: 1em; padding: 10px;
height:auto 0px;
background: white url(pasif.gif) top left repeat-x;
}
TR.deneme{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(pasif.gif) top left repeat-x
}