@charset "utf-8";
/* CSS Document */
.menu {
	border-bottom: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
}
.menu a, .menu a:visited {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.menu td {
	vertical-align: text-top;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.menu a:hover {
	text-decoration: none;
}
.menuover {
	background-color: #fff;
}
.menuover a, .menuover a:visited{
	color:#000;
}
.menuout {
	background-color: #000;
}
.menuout a, .menuout a:visited{
	color:#fff;
}

.borderThin {
	border-left: 1px solid #262626;
}