@charset "utf-8";
/* CSS Document */

.box_menu ul {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 26px;
	width: auto;
	list-style-type: none;
}
.box_menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: auto;
	list-style-type: none;
	font-size: 115%;
}
.box_menu  ul  li  a:link, .box_menu  ul  li  a:visited {
	float: left;
	height: 26px;
	width: auto;
	list-style-type: none;
	display: block;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.box_menu  ul  li  a:hover {
	float: left;
	height: 26px;
	width: auto;
	list-style-type: none;
	display: block;
	line-height: 26px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	
}
.box_submenu ul {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 220px;
	list-style-type: none;
}
.box_submenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 220px;
	list-style-type: none;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.box_submenu  ul  li  a:link, .box_submenu  ul  li  a:visited {
	float: left;
	height: 25px;
	width: 210px;
	list-style-type: none;
	display: block;
	line-height: 25px;
	color:  #999999;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	clear: left;
}
.box_submenu  ul  li  a:hover {
	float: left;
	height: 25px;
	width: 210px;
	list-style-type: none;
	display: block;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	background-repeat: repeat-x;
	margin: 0px;
}
