.menu .item {
	/*background: url('images/menu-button.png') no-repeat;*/
	background: #0072CF url('images/button-menu-off.png') no-repeat;
	/*background: #0072CF;*/
	width: 160px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0px auto;
	border-bottom: 1px solid white;
}
.menu .item.selected a{
	/*background-image: url('images/menu-button-selected.png');*/
	background-image: url('images/button-menu-on.png');
	color: yellow;
	/*background: #6BADE5;	*/
}
.menu .item a{
	display: block;
	color: white;;
	text-decoration: none;
	/*padding: 0px 12px 0px 7px;*/
	padding: 10px 4px;
}
.menu .item a:hover{
	background-image: url('images/button-menu-on.png');
	color: gold;
}
.menu .item a.single{
/*	line-height: 52px;*/
}
.menu .item a.double{
/*	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;	*/
}
.menu .item a.triple{
	/*line-height: 16px;	*/
}
