body { 
	padding: 0; 
	margin: 0;
	background-color: #669933;
	line-height: 1.2;
	color: #478E65;
	font-family:Arial, Helvetica, sans-serif;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
}

a { 
	font: 12px 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #ffffff; 
	text-decoration: none; 
	background: inherit 
}



.icerik {
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0; 
	margin: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        align: center;
}
.icerik2 {
font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0; 
        color: #ffffff;
	margin: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        align: center;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: black url(resim/ustmenu.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(resim/ustmenu2.jpg) center center repeat-x;
}

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 1;
}

.glossymenu li a{
background: white url(resim/yanmenu2.jpg) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(resim/yanmenu.jpg);
}

