@charset "utf-8";
.ustmenu {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.ustmenu:hover {

	text-decoration: underline;
}
.solmenu {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #3f1619;
	text-decoration: none;
	font-weight: bold;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #3f1619;
}


.solmenu:hover {
	text-decoration: underline;
}

