@charset "utf-8";
/*=======common==========*/
ul { list-style: none; }
/*==========header===========*/
	#navmenu { float: left; }
		.nav_li { float: left; position: relative;list-style: none; height:29px;font-size:14px;margin:0;border-right:0.06em #6393C3 solid; }
			.sub_wrapper { position: absolute; width:150px;z-index:100;border-right:1px white solid;border-left:1px white solid;}
				.nav_sub { text-align: center;list-style: none; }
					.nav_sub li { width: 100%; float: left;list-style: none;border-bottom:1px white solid;  }
						.nav_sub li a { display:block; padding: 0; width: 150px; min-height: 24px; height: auto; line-height: 24px; background: #4477AC; }
						* html .nav_sub li a { height: 24px; }
						.nav_sub li a:hover { text-decoration: none; background: #435858; }

				
	#nav_top { float: right; color: #b8f5f0; }
		#nav_top a { margin: 0 10px; }
		
		
/*==========container==========*/

			

/*==========footer===========*/
	
/*==========generic==========*/
.clear { clear: both; height: 0; font-size: 0; overflow: hidden; }

