.menuUtile {
	margin: 0px;
	padding: 0px;
	width: 150px;
	color: #033E6D;
}

.menuUtileTab {
	cursor: pointer;
	background: url(../_img/btn_utile_1.png) no-repeat;
	height: 32px;
	width: 150px;
}

.menuUtileContent {
	height: auto;
}

.menuUtileTab a {
	color: black;
	text-decoration: none;
}
.menuUtileContent a {
	color: #033E6D;
	text-decoration: none;
	line-height: 20px;
}
.menuUtileContent a:hover {
	text-decoration: underline;
}

.menuUtileOpen .menuUtileTab {
	background: url(../_img/btn_utile_1.png) no-repeat;
}

.menuUtileClosed .menuUtileTab {

 /* background-color: #EFEFEF */
}

.menuUtileTabHover,  .menuUtileOpen .menuUtileTabHover {
	background: url(../_img/btn_utile_2.png) no-repeat;
}

.menuUtileFocused .menuUtileTab {

}

