/* CSS Styles */

/**************************************** Menu ****************************************/
/* ca */
#menu #menu-1 a {
	width:58px;
	height:19px;
}
#menu #menu-2 a {
	width:54px;
	height:15px;
}
#menu #menu-3 a {
	width:92px;
	height:21px;
}
#menu #menu-4 a {
	width:51px;
	height:21px;
}

.menu-1 a { background:url(menu-1.gif) left top no-repeat; }
.menu-1 a:hover { background:url(menu-1.gif) left bottom no-repeat; }
.menu-1-actiu a { background:url(menu-1.gif) left bottom no-repeat; }
.menu-2 a { background:url(menu-2.gif) left top no-repeat; }
.menu-2 a:hover { background:url(menu-2.gif) left bottom no-repeat; }
.menu-2-actiu a { background:url(menu-2.gif) left bottom no-repeat; }
.menu-3 a { background:url(menu-3.gif) left top no-repeat; }
.menu-3 a:hover { background:url(menu-3.gif) left bottom no-repeat; }
.menu-3-actiu a { background:url(menu-3.gif) left bottom no-repeat; }
.menu-4 a { background:url(menu-4.gif) left top no-repeat; }
.menu-4 a:hover { background:url(menu-4.gif) left bottom no-repeat; }
.menu-4-actiu a { background:url(menu-4.gif) left bottom no-repeat; }

/**************************************** The End ****************************************/