@charset "utf-8";
@import url("animate.css");
/* CSS Document */
#topMenu{
	position:relative;
	width:100%;
	height:137px;
}
#topMenu_logo{
	border:none;
	float:right;
	margin-top:10px;
}
#topMenu_logo_his{
	border:none;
	float:left;
	margin-top:45px;
}
#topMenu_logo_amuta{
	border:none;
	float:left;
	margin-top:45px;
	margin-left:10px;
}
#topMenu_logo_111{
	border:none;
	float:left;
	margin-top:45px;
	margin-left:10px;	
}
#topMenu_f{
	position:absolute;
	top:0px;
	left:20px;
}

#menu{
	position:relative;
	margin-top:2px;
	width:100%;
	background-color:#58585a;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	height:34px;
}
#menu_btn_home{
	border:0px;
	float:right;
	margin-right:30px;
	margin-left:30px;
}
#menu_btn_qa{
	border:0px;
	float:right;
	margin-right:30px;
	margin-left:30px;
}
#menu_btn_how{
	margin-right:30px;
	margin-left:30px;
	border:0px;
	float:right;
}
#menu_btn_contact{
	margin-right:30px;
	margin-left:30px;
	border:0px;
	float:right;
}
.menu_sep{
	float:right;
}
#securitySystemText{
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#fff;
	margin-top:7px;
	margin-left:15px;
}
#securitySystemText a{
	color:#fff;
	text-decoration:underline;
}
#securitySystemText a:hover{
	color:#bbb;
}
#subMenu_how{
	position:absolute;
	top:35px;
	right:120px;
	width:145px;
	z-index:11111;
	display:none;
	 -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#subMenu_how A{
	top:5px;
	display:block;
	background-color:#58585a;
	padding-right:30px;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	margin-top:3px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

#subMenu_how A:hover{
	color:#000;
	
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

