@charset "utf-8";
/* CSS Document */

body {
	font-size:0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.zmenus {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image:url(http://ertandonmez.com/bosluk.jpg);
}
.zmenus li {
	display:block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
		float: left;
		width: 125px;
		height: 40px;
		margin-right: 0px;
		background-image:url(http://ertandonmez.com/zmenu.jpg);
		background-repeat:no-repeat;
}
.zmenus a {
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}
#zmenu1 {
	background-position:0px 0px;
}
#zmenu2 {
	background-position:-200px 0px;
}
#zmenu3 {
	background-position:-400px 0px;
}
#zmenu7 {
	background-position:-600px 0px;
}
#zmenu5 {
	background-position:-800px 0px;
}
#zmenu6 {
	background-position:-1000px 0px;
}
#zmenu4 {
	background-position:-1200px 0px;
}
#zmenu1.active, #zmenu1:hover {
	background-position: 0 bottom;
}
#zmenu2.active, #zmenu2:hover {
	background-position: -200px bottom;
}
#zmenu3.active, #zmenu3:hover {
	background-position: -400px bottom;
}
#zmenu7.active, #zmenu7:hover {
	background-position: -600px bottom;
}
#zmenu5.active, #zmenu5:hover {
	background-position: -800px bottom;
}
#zmenu6.active, #zmenu6:hover {
	background-position: -1000px bottom;
}
#zmenu4.active, #zmenu4:hover {
	background-position: -1200px bottom;
}
#zmenu1 a{
	background-image:url(http://ertandonmez.com/son.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}
#zmenu1 a:hover {
	background-position: left -80px;
}
#zmenu4 a {
	background-image:url(http://ertandonmez.com/son.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#zmenu4 a:hover{
	background-position: right -120px;
}