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

#navy {
	width: 435px;
	height: 320px;
	position: absolute;
	top: 0px;
	left: 525px;
}
#top-menu {
	background-image: url(butoane.png);
	background-repeat: no-repeat;
	height: 320px;
	width: 435px;
	background-position: left top;
}
#top-menu  li{
	float:left;
	list-style-type: none;
}
#top-menu  li  a{
	background-image:url(butoane.png);
	display:block;
	height:320px;
	text-indent:-5000px;
}
#top-0    a{
	width:145px;
	background-position: 0px 0px;
}

#top-0    a:hover{
	background-position: 0px 320px;
}
#top-0.selected     a{
	background-position: 0px 320px;
}
#top-1   a{
	width:145px;
	background-position: -145px 0px;
}
#top-1   a:hover{
	background-position: -145px 320px;
}
#top-1.selected    a{
	background-position: -145px 320px;
}
#top-2   a{
	width:145px;
	background-position: -290px 0px;
}
#top-2   a:hover{
	background-position: -290px 320px;
}
#top-2.selected    a{
	background-position: -290px 320px;
}
