@charset "UTF-8";

/* global_navi.css */

#menubar {
	margin: 0px;
	border: 0px;
	padding: 0px 0px 1px 0px;
	display: block;
	width: 751px;
	height: 27px;
}

#menubar li.menu-title {
	float: left;
	display: inline;
	margin: 0px;
	position: relative;
	line-height: 27px;
	background-image: url(../images/global_navi.png);
	text-indent: -9999px;
	z-index: 9999;
}
#menubar ul.menu {
	display: none;
	border-left: 2px solid #ffc219;
	border-right: 1px solid #ffc219;
	border-bottom: 1px solid #ffc219;
	background-image: url(../images/menu_bg.png);
}

#menubar .hover ul.menu {
	display: block;
	position: absolute;
	top: 27px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	list-style: none;
}

#menubar ul.menu li {
	text-indent: 0px;
	line-height: 22px;
	height: 22px;
	background-image: url(../images/product_list.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	padding-left: 10px;
}

#menubar a {
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 27px;
	overflow: auto;
}

#menubar ul.menu li a {
	height: 100%;
}

#global_navi_home a:hover,
#global_navi_company a:hover,
#global_navi_product a:hover,
#global_navi_support a:hover,
#global_navi_license a:hover,
#global_navi_archive a:hover,
#global_navi_contact a:hover {
	background-image: url(../images/global_navi.png);
	background-repeat: no-repeat;
}

#global_navi_home {
	width: 100px;
	background-position: left top;
}

#global_navi_home a:hover {
	background-position: left bottom;
}

#global_navi_company {
	width: 100px;
	background-position: -100px top;
}

#global_navi_company a:hover {
	background-position: -100px bottom;
}

#global_navi_product {
	width: 100px;
	background-position: -200px top;
}

#global_navi_product a:hover {
	background-position: -200px bottom;
}

#global_navi_support {
	width: 100px;
	background-position: -300px top;
}

#global_navi_support a:hover {
	background-position: -300px bottom;
}

#global_navi_license {
	width: 100px;
	background-position: -400px top;
}

#global_navi_license a:hover {
	background-position: -400px bottom;
}

#global_navi_archive {
	width: 125px;
	background-position: -500px top;
}

#global_navi_archive a:hover {
	background-position: -500px bottom;
}

#global_navi_contact {
	width: 125px;
	background-position: right top;
}

#global_navi_contact a:hover {
	background-position: right -27px;
}

#menubar ul.menu li a {
	color: #000000;
	background-image: none;
}

#menubar ul.menu li a:hover {
	color: #ff6600;
	background-image: none;
}