@charset "utf-8";
/* CSS Document */


.menut {
display: block;
width:100%;
   height:100%;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-size: 0.8em;
	font-weight: bold;
}
.menut:link {
	color: #7c7b80;
	text-decoration: none;
}
.menut:visited {
	color: #7c7b80;
	text-decoration: none;
}
.menut:active {
	color: #7c7b80;
	text-decoration: none;
}
.menut:hover {
	color: #ED1C24;
	text-decoration: none;
}

.menutable {
	width: 718px;
	height: 48px;
}
.menucell {
	width: 103px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
}
table.navbar {
	width: 718px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
}
table.navbar td {
	height: 48px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
}
/*table.navbar td a{
   display: block;
   text-decoration: none;
   width:100%;
   height:100%;
}*/
/*table.navbar td a:link, table.navbar td a:visited {
   color: #7c7b80;
	text-decoration: none;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #CC0000;
	text-decoration: none;
}*/

.menuactive {
	color: #ED1C24;
	text-decoration: none;
}

.m1off { background:url(../img/default/bleft_off.jpg); }
.m1on { background:url(../img/default/bleft_on.jpg); }
.m2off { background:url(../img/default/bmiddle_off.jpg); }
.m2on { background:url(../img/default/bmiddle_on.jpg); }
.m3off { background: url(../img/default/bright_off.jpg); background-position: right; }
.m3on { background:url(../img/default/bright_on.jpg); background-position: right;}