@charset "utf-8";

ul#menu {	
	height: 22px;
	width: 588px;
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
}

ul#menu li {
	list-style: none;
	position: absolute;
}

ul#menu li a {
	height: 22px;
	display: block;
	position:relative;
	}	

ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}	

#urunler a{
		width:60px;
		height:22px;
		background: url(../img/menu.gif) 0 0 no-repeat;
}

#designinitaly a{
		width:112px;
		background: url(../img/menu.gif) -60px 0 no-repeat; 
}

#outlet a{
		width:72px;
		background: url(../img/menu.gif) -172px 0 no-repeat; 
}

#firsatlar a{
		width:90px;
		background: url(../img/menu.gif) -244px 0 no-repeat; 
}

#magazalar a{
		width:104px;
		background: url(../img/menu.gif) -334px 0 no-repeat; 
}

#kurumsal a{
		width:95px;
		background: url(../img/menu.gif) -429px 0 no-repeat; 
}

#iletisim a{
		width:55px;
		background: url(../img/menu.gif) -533px 0 no-repeat; 
}

#urunler		{left: 0px;}
#designinitaly	{left: 60px;}
#outlet			{left: 172px;}
#firsatlar		{left: 244px;}
#magazalar		{left: 334px;}
#kurumsal		{left: 429px;}
#iletisim		{left: 533px;}

#urunler a:hover{
		width:60px;
		background: url(../img/menu.gif) 0 -22px no-repeat; 
}

#designinitaly a:hover{
		width:112px;
		background: url(../img/menu.gif) -60px -22px no-repeat; 
}


#outlet a:hover{
		width:72px;
		background: url(../img/menu.gif) -172px -22px no-repeat; 
}

#firsatlar a:hover{
		width:90px;
		background: url(../img/menu.gif) -244px -22px no-repeat; 
}

#magazalar a:hover{
		width:104px;
		background: url(../img/menu.gif) -334px -22px no-repeat; 
}

#kurumsal a:hover{
		width:95px;
		background: url(../img/menu.gif) -429px -22px no-repeat; 
}

#iletisim a:hover{
		width:55px;
		background: url(../img/menu.gif) -533px -22px no-repeat; 
}

/*aktif sayfayı belirlemek için zemin resmi konumu belirleme*/

#urunler a.secili{
		width:60px;
		background: url(../img/menu.gif) 0 -22px no-repeat; 
}

#designinitaly a.secili{
		width:112px;
		background: url(../img/menu.gif) -60px -22px no-repeat; 
}

#outlet a.secili{
		width:72px;
		background: url(../img/menu.gif) -172px -22px no-repeat; 
}

#firsatlar a.secili{
		width:90px;
		background: url(../img/menu.gif) -244px -22px no-repeat; 
}

#magazalar a.secili{
		width:104px;
		background: url(../img/menu.gif) -334px -22px no-repeat; 
}

#kurumsal a.secili{
		width:95px;
		background: url(../img/menu.gif) -429px -22px no-repeat; 
}

#iletisim a.secili{
		width:55px;
		background: url(../img/menu.gif) -533px -22px no-repeat; 
}