/* CSS Styles */

/**************************************** Page ****************************************/
/* en */
#page {
	margin-left:615px;
}
#titol {
	padding:20px 0px 20px 20px;
}
#text {
	width:240px;
 }

/**************************************** Menu ****************************************/
/* en */
#menu #menu-1 a {
	width:66px;
	height:20px;
}
#menu #menu-2 a {
	width:121px;
	height:23px;
}
#menu #menu-3 a {
	width:112px;
	height:20px;
}
#menu #menu-4 a {
	width:45px;
	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 ****************************************/