/* horizontal menu */
.h_menu { height: 60px; display: table; width: 100% }
.h_menu ul { list-style: none; font: normal 14px "Trebuchet MS"; text-align: center }
.h_menu li { display: inline; height: 50px; background: #f3f1e5; /*padding: 0 0.3%*/ }
.h_menu li a { 
	display: inline-block; 
	background: url(../i/clouds-bg.gif) no-repeat; 
	height: 50px; 
	line-height: 50px; 
	text-align: center; 
	color: #3e1610 
	}
.h_menu li a:hover { text-decoration: none; color: #82817d }
.h_menu a.it-01 { width: 84px; background-position: center 0 }
.h_menu a.it-02 { width: 71px; background-position: center -50px }
/*.h_menu a.it-03 { width: 96px; background-position: center -100px }*/
.h_menu a.it-03 { width: 128px; background-position: center -200px }
.h_menu a.it-04 { width: 116px; background-position: center -150px }
.h_menu a.it-05 { width: 128px; background-position: center -200px }
.h_menu a.it-06 { width: 120px; background-position: center -250px }
.h_menu a.it-00 { width: 78px; background-position: center -300px }
