

body
{
    font-family: Tahoma;
    font-size: 12px;
    background:#e6f7ec;
}
a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #8bcab1;
    text-decoration:none;
    cursor:pointer;
}
a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #8bcab1;
    text-decoration: underline;
    cursor: pointer;
   
}


.menu2 a {
    display:block; 
    padding:5px; 
    margin-bottom:2px; 
    background:#39a37f;
    color:#f2f2f2;
    text-decoration:none;
}
.menu2 a:hover {
    background:#777;
    color:#e9e9e9;
    text-decoration:none;
}

img {border:0px;}

.baslik
{
    font-size: 18px;
    color: #006634;
}
.link
{
      color: #2D6B7D;
}

.duyurustil
{
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
}

.duyurustil a:link
{
    color: #808080;
    text-transform: capitalize;
    text-decoration: none;
}



.alt-link {
     color:#dedede;
     font-size:11px;
}
.alt-link a {
     color:#fff;
     font-weight:bold;
     text-decoration:none;
     font-size:14px;
}
.alt-link a:hover {
     color:#dedede;
     text-decoration:none;
}



/*.menuSol
{
    font-family: Tahoma;
    font-size: 12px;
    padding-left:15px;
    padding-right:20px;
}
.menuSol ul
{
    color: #808080;
    margin: 0px;
    list-style-position: outside;
    list-style-image: none;
}
.menuSol li
{
    color: #808080;
    list-style-position: outside;
    list-style-image: none;
}
.menuSol a:link, a:visited
{
    color: #808080;
    text-transform: uppercase;
    text-decoration: none;
}
.menuSol a:hover
{
    color:#808080;
    text-transform:uppercase;
    text-decoration:  underline;
}*/



.menuUst
{
    background:url('../images/menu-bg.png') right repeat-y;
}
.menuUst a
{
    display:block;
    float:left;
    font-family: Calibri;
    font-size: 16px;
    padding:10px 15px 10px 15px;
    text-transform: uppercase;
    color: #006537;
    font-weight:normal;
    font-style: normal;
}
.menuUst a:hover
{
    background:#39a37f;
    text-transform: uppercase;
    text-decoration: none;
color:#f2f2f2;
}
.menuUstsag a
{
    display:block;
    float:right;
    font-family: Calibri;
    font-size: 16px;
    padding:10px 10px 10px 10px;
    color: black;
    font-weight:normal;
    font-style: normal;
}
.menuUstsag a:hover
{
    background:#39a37f;
    text-decoration: none;
}

/*MENU-YAN*/

.menu-yan
{
    padding-top:8px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	}
.menu-yan ul{
	list-style:none;
	margin:0;
	padding:0;
	width:210px;
	}
	.menu-yan li
    {
    float: left;
    margin-bottom: 2px;
    width: 210px;
    }
	.menu-yan li a{
		display:block;
		clear:both;
		background:#39a37f;
	    border-radius:5px;
		color:#fff;
		/*height:31px;*/
		padding-top:8px;
		padding-bottom:8px;
		font-weight:bold;
		text-align:left;
		text-decoration:none;
	/*background: -webkit-linear-gradient(bottom,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari
    background: -o-linear-gradient(bottom,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11-12
    background: -moz-linear-gradient(bottom,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
		}
		.menu-yan li a:hover, .menu-yan ul li:hover a{
			background:#e6f7ec;
			color:black;
			text-decoration:none;
			}
	.menu-yan li ul
{
    background: none;
    display: none;
    height: auto;
    padding: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200;
}
	.menu-yan li:hover ul{
		display:block;
		}
	.menu-yan li li {
		font-weight:normal;
		display:block;
		float:none;
		padding:0px;
		width:225px;
		margin-left:5px;
	    margin-right:5px;
		}
	/*.menu-yan li:hover li a{
		background:none;
		font-weight:normal;
		}*/
	.menu-yan li ul a{
		display:block;
		background:none;
		line-height:normal;
		font-size:11px;
		font-style:normal;
		font-weight:normal;
		padding:8px 10px 8px 10px;
		text-align:left;
		}
		.menu-yan li ul a:hover, .menu-yan li ul li:hover a
            {
            background: none;
            border: 0px;
            padding-left:10px;
            padding-right:10px;
            color: black;
            background:#39a37f;
            text-decoration: none;
            font-weight: normal;
            }


	.menu-yan p{
		clear:left;
		}


