@charset "utf-8";

.menu_main {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_main:hover{
	font-size: 15px;
	color: #00729D;
}
.menu_sec {
	margin-left:10px;
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_sec:hover {
	font-size: 13px;
	color: #B9E9FF;
}
.menu_info {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration: none;
	vertical-align:top;
	color: #666666;
}
.menu_info2 {
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	margin-right: 2px;
	margin-left: 2px;
}
.menu_srch {
	border:none;
	background-color:#CACACA;
	width:100px;
	height:14px;
	color:#000000;
	font: "Arial", "Helvetica", sans-serif;
	font-size:13px;
	vertical-align: middle;
}
