/* CSS Document */


/* Menu */


#menu, .menu_buttons_icon, .menu_buttons_text, .menu_buttons_arrow { float:left; }

#menu_top
{
	background: url(../images/menu_background_top.gif) no-repeat center top;
	height: 28px;
	width: 243px;
}

.menu_top_image{ margin: 5px 5px 0 5px; }

.menu_bottom_image{ margin: 0 5px 5px 5px; }

#menu_repeat
{
	background: url(../images/menu_background_repeat.gif) repeat-y center top;
	width: 243px;
	position: relative;
}

#menu_bottom
{
	background: url(../images/menu_background_bottom.gif) no-repeat center top;
	height: 45px;
	width: 243px;
}

.menu_buttons
{
	background: url(../images/menu_buttons_background.gif) no-repeat center top;
	height: 64px;
	line-height: 10px;
}

.menu_buttons_icon{ margin: 10px 0 0 18px; }
.menu_buttons_text{ margin: 16px 0 0 5px; }
.menu_buttons_arrow
{
	position: absolute;
	right: 10px;
	margin-top: 14px;
}


.testoazzurro{
  color:#0099CC;
	
}


