div#nav {
	font-size: small;
}
.crimson_t {
	background-image: url(../img/nav/crimson_t.gif);
	background-repeat: no-repeat;
}
.crimson_m {
	background-image: url(../img/nav/crimson_m.gif);
	font-weight: bold;
	color: #333333;
	font-size: x-small;
	background-repeat: no-repeat;
	padding-left: 12px;
}
.crimson_b {
	background-image: url(../img/nav/crimson_b.gif);
	background-repeat: no-repeat;
}
.yellow_t {
	background-image: url(../img/nav/yellow_t.gif);
	background-repeat: no-repeat;
}
.yellow_m {
	background-image: url(../img/nav/yellow_m.gif);
	font-weight: bold;
	color: #333333;
	font-size: small;
	background-repeat: no-repeat;
	padding-left: 12px;
}
.yellow_b {
	background-image: url(../img/nav/yellow_b.gif);
	background-repeat: no-repeat;
}
.beige_t {
	background-image: url(../img/nav/beige_t.gif);
	background-repeat: no-repeat;
}
.beige_m {
	background-image: url(../img/nav/beige_m.gif);
	background-repeat: no-repeat;
	font-size: small;
	padding-left: 12px;
}
.beige_b {
	background-image: url(../img/nav/beige_b.gif);
	background-repeat: no-repeat;
}
div#nav a {
	color: #003366;
	text-decoration: none;
	width: 148px;
	display: block;
	padding-right: 3px;
}
div#nav a:hover {
	color: #FF6600;
}
.nav_red {
	color: #FF0000;
}
.nav_tx_s {
	font-size: 12px;
	font-weight: normal;
}