#menu {
	position: absolute;
	right: 15px;
	top: 2px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

/* never apply padding to the li, as offsetWidth will differ in IE!,
if you need padding add it to a child element */
#menu ul li{
	float: left;
}

#menu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 60px;
	position: relative;
	overflow: hidden; /* this is sort of a trick to prevent firefox from extending the dotted shape when you click a link */
}

#hosgeldiniz a {
	width: 110px;
	background: url('../images/hosgeldiniz.png') no-repeat center !important;	
	background: url('../images/menu_home.gif') no-repeat center;
}

#bizkimiz a {
	width: 85px;
	background: url('../images/bizkimiz.png') no-repeat center !important;	
	background: url('../images/menu_archives.gif') no-repeat center;
}

#referanslar a {
	width: 101px;
	background: url('../images/referanslar.png') no-repeat center !important;	
	background: url('../images/menu_about.gif') no-repeat center;
}

#hizmetlerimiz a {
	width: 114px;
	background: url('../images/hizmetlerimiz.png') no-repeat center !important;
	background: url('../images/menu_contact.gif') no-repeat center;
}

#portfolyo a {
	width: 86px;
	background: url('../images/portfolyo.png') no-repeat center !important;
	background: url('../images/menu_contact.gif') no-repeat center;
}

#medya a {
	width: 86px;
	background: url('../images/medya.png') no-repeat center !important;
	background: url('../images/menu_contact.gif') no-repeat center;
}

#iletisim a {
	width: 86px;
	background: url('../images/iletisim.png') no-repeat center !important;
	background: url('../images/menu_contact.gif') no-repeat center;
}



#menu li.background {
	/*background: url('../images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	top: 1px; 
	visibility: hidden;
}

#menu .background .left {
	/*background: url('../images/bg_menu.png') no-repeat top left !important;*/
	background: url('../images/bg_menu.gif') no-repeat top left;
	height: 60px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}