#sayfa #top #top_right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sayfa #top #top_right ul li {
	float: left;
	position: relative;
}
#sayfa #top #top_right li ul {
	display: none;
	position: absolute;
}
#sayfa #top #top_right li:hover ul {
	display: block;
}

#sayfa #top #top_right ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	height: 40px;
	width: 130px;
	line-height: 30px;
	text-align: center;
	font-size: 1em;
	background-color: #000;
	font-weight: bold;
}
#sayfa #top #top_right ul li a:hover {
	background-color: #06F;
	-webkit-border-radius:3px
}
