@charset "UTF-8";
/* CSS Document */

.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: none;
}
.container {
	margin: 0 auto;
	width: 90%;
	padding: 0 5% 20px 5%;
	max-width: 940px;
}
.menu_container {
	display: block;
	height: 37px;
	/*margin: 10px 0;
	background: #fff;
	border: 1px solid #eee;
	
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);*/
}
.menu_container .normal-menu-item {
	text-decoration: none;
	color: #ddf1f7;
	font-family: Arial;
	font-size: 15px;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-align:center;
	cursor:pointer;
}
.menu_container .normal-menu-item:hover{
	color:#fff;
	background-color:#008aca;	
}

.menu_container .current-menu-item { 
	color:#fff;
}
.menu_container .disable-menu-item { 
	color: #808080;
	background-color: #CACACA;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-align:center;
	pointer-events: none;
}
 .force-disable {
 	color: #808080;
	background-color: #CACACA;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-align:center;
	pointer-events: none;
 }
.menu_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
.menu_container ul li.current-menu-item {
	background:url(../img/menu_current.gif) repeat-x; color:#fff;
}
*/
.menu_container .current-menu-item {
	color: #009ada;
	background-color: #def1f7;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-align:center;
}
.menu_container > ul > li {
	display: block;
	float: left;
	position: relative;
	width:118px;
	background:url(../img/menu_sep.gif) no-repeat right 0;
}
.menu_container ul li:hover {
	/*background: #f6f6f6;*/
}

.content {
	clear: both;
}
.title {
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
}
pre {
	background-color: #fafafa;
	padding: 20px;
	overflow: auto;
	border: 1px solid #f1f1f1;
	color: #000;
}
.responsive_menu select {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: none;
}
.nofull select {
	width: auto;
}
label {
	float: left;
	line-height: 36px;
	font-weight: 800;
	font-size: 12px;
}
.note {
	color: #999;
	font-size: 14px;
}
.download_button {
	padding: 15px 0;
	background: #F2F2F2;
	display: block;
	margin: 30px auto;
	width: 100%;
	max-width: 200px;
	text-align: center;
	color: #4988C6;
	text-decoration: none;
	font-weight: 800;
	font-size: 12px;
	border-bottom: 3px solid #ddd;
}
.download_button:active {
	position: relative;
	top: 3px;
	border-bottom: 0;
}
.download_button:hover {
	background-color: #eaeaea;
}

.ipoList-inner {
	background-color: #fff;
	min-height: 500px;
}

 .sbumenubar_text{
 	font-size:14px;
	position: absolute;
	width: 200px;
	display: none;
	z-index: 2;
 	}

.sbumenubar_text li {
  background: #ffffff;
  min-width: 340px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.sbumenubar_text li a {
    display: block;
    padding: 14px 16px;
}

.sbumenubar_text a:hover {
	font-size: 130%;
	color: #f7941d;
}
.menubar_text {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ddf1f7;
    font-family: Arial;
    font-size: 15px;
   	height: 39px;
   	line-height: 39px;
   	padding: 0 15px;
   	cursor:pointer;
}
.menuul_services:hover ul {
    display: block;
}

.menuul_services {
	display: block;
}

.menuul_services:hover {
	color:#fff;
    background-color:#008aca;
    display: block;
}
