.avanti {
    font-family: arial, tahoma, verdana, georgia;
    font-size: 12px;
    color:#FFFFFF
	
}
.indietro {
    font-family: arial, tahoma, verdana, georgia;
    font-size: 12px;
    color:#FFFFFF
	
}
.index {
    font-family: arial, tahoma, verdana, georgia;
    font-size: 14px;
    color:#FFFFFF
	
}
.pages {
    font-family: arial, tahoma, verdana, georgia;
    font-size: 14px;
    color:#FFFFFF
	
}
.XulMenu {
    font-family: arial, tahoma, verdana, georgia;
    font-size: 12px;
    -moz-user-select: none;
}
.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover {
    line-height: normal;
   padding: 5px 6px 4px 6px;
    border: 1px solid #ECE9D8;


    color: #000000;

    cursor: default;
    white-space: nowrap;
    display: block;
    /*position: relative;*/
	text-decoration:none;
}
.XulMenu .button:hover {
    border-color: #ffffff #ACA899 #ACA899 #ffffff;
	cursor:hand;
}
.XulMenu .button-active,
.XulMenu .button-active:hover {
    border-color: #ACA899 #ffffff #ffffff #ACA899;
		cursor:hand;
}
.XulMenu .item,
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #ffffff;
    line-height: normal;
    padding: 3px 30px 3px 20px;
    color: #000000;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    /*position: relative;*/
}
.XulMenu .item:hover,
.XulMenu .item-active,
.XulMenu .item-active:hover {
    background: #316AC5;
    color: #ffffff;
}
.XulMenu .section {
    background: #ffffff;
    border: 1px solid;
    border-color: #F1EFE2 #716F64 #716F64 #F1EFE2;
    padding: 2px 1px 1px 2px;
    /*position: absolute;*/
    visibility: hidden;
    z-index: -1;
}
.XulMenu .arrow {
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0;
}

* html .XulMenu td { /*position: relative;*/ } /* ie 5.0 fix */

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 140px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 140px;
}

div#navigation td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}