@charset "utf-8";
/* CSS Document */

ul#menu, ul#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu li {
    float: left;
    position: relative;
    width: 110px;
}
ul#menu li ul {
    display: none;
    position: absolute;
    top: 19px; /* yukseklik 15px + sonradan eklenecek paddingler 4px toplam 19px */
    left: 0;
	
}
ul#menu li > ul {
    top: auto;
    left: auto;
}

ul#menu li a {
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #00A4F2;
	background: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



ul#menu li a:hover {
	background: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}





ul#menu2 li a:link{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	background-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
ul#menu2 li a:visited{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;	border-bottom-color: #333;
}
ul#menu2 li a:active{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
ul#menu2 li a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #cccccc;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}




ul#menu li:hover ul {
	display: block;
	
}
ul#menu li:hover ul, ul#menu li.over ul{
	display: block;
}

