/* menubar css */

@charset "UTF-8";
/* CSS Document */

a:active { color:#000; text-decoration: none; }
a:hover { color:#000; text-decoration: underline; }
a:link { color:#000; text-decoration: none; }
a:visited { text-decoration: none; color:#444444; }
a:visited:hover { text-decoration: none; color:#000; }

body 
{ 	font-family: sans-serif; font-size: 12pt; 
	color: #000000; 
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
}

/* ------------------- Top -------------------------- */

div#menubar_holder {
	width: 100%; height: 130px; background: #fff;
}

iframe#i_menubar {
	width: 100%; height: 130px;
	border: 0;
}

div#top_frame {
	width: 100%; min-width: 1024px; height: 80px;
	margin: 0px auto 0px auto;
	background: no-repeat;
	background-image: url(/menubar/images/mmz_bi.png);
	background-position: left center; background-position-x: 2%;
	position: relative;
}

div#top_ad {
	position: absolute; right: 2%; top: 10px;
	width: 400px; height: 60px;
	background: #eee;
	cursor: pointer;
}

div#tool_title {
	position: absolute;
	left: 180px; top: 0px;
	width: 300px; height: 80px;
	line-height: 80px;
	font-family: sans-serif; font-size: 40px; font-weight: bold;
	color: #aaa;
}
/* ------------------- Menu Bar -------------------------- */

div#menubar {
	width: 100%; height: 50px;
	background: #991C20;
}

div#menubar_frame {
	max-width: 96%; min-width: 1024px; height: 50px;
	margin: 0px auto;
}

.menu_item {
	float: left;
	width: auto; height: 50px; line-height: 50px;
	font-family: Arial ; font-size: 16px; font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 0px 30px 0px 0px;
}

.menu_item_on_right {
	float: right;
	width: auto; height: 50px; line-height: 50px;
	font-family: Arial ; font-size: 16px; font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 0px 0px 0px 30px;
}

.menu_item_on_right_ad_date {
	float: right;
	width: auto; height: 50px; line-height: 50px;
	font-family: Arial ; font-size: 16px; font-weight: 600;
	color: #fc0;
	cursor: pointer;
	margin: 0px 0px 0px 30px;
}

div#menu_item_msg {
	float: right;
	width: 30px; height: 30px; line-height: 30px;
	font-family: Arial ; font-size: 12pt; font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background: #fff;
	color: #000;
	margin: 10px 0px 10px 20px;
	display: none;
	cursor: pointer;
}

#menu_item_msg_text {
	float: right;
	width: auto; height: 50px; line-height: 50px;
	font-family: Arial ; font-size: 16px; font-weight: 600;
	color: #fff;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}


/* ------------------- Bottom Line -------------------------- */

div#i_bottom_holder {
	width: 100%; height: 120px;
	background: #991C20;
}

iframe#i_bottom {
	width: 100%; height: 130px;
	border: 0px;
	background: #991C20;
}

div#menubar_bottom {
	width: 100%; height: 130px;
	margin: 0px auto;
	font-family: sans-serif ; font-size: 16px; font-weight: 600;
	color: #eee;
	position: relative;
}

div#bottom_info_frame {
	position: absolute; left: 2%; top: 34px;
}

div#bottom_info {
	float: left;
	margin-right: 24px;
	cursor: pointer;
}

div#bottom_pinfo {
	float: left;
	margin-right: 24px;
	color: #e6d347; 
	font-weight: bold;
	cursor: pointer;
}

div#bottom_site_frame {
	position: absolute; left: 2%; top: 69px;
	font-size: 12px;
}


