
a { color: #8dadd8; }
a:hover { color: #7299cf; }

/* main page */
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
width: 840px;
border-radius: 5px 5px 0 0;
/* box-shadow: -3px 3px 2px #D1D1D1; */
}

/* main page */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  width: 979.8px;
  border-radius: 5px 5px 0 0;
  /* box-shadow: -3px 3px 2px #D1D1D1; */
}
#amb{
margin:0px;
}
ul.tabs li {
  float: left;
  margin: 0;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 0px;
    height: 40px;
  /* line-height: 31px; */
  border: 1px solid #999;
  border-left: none;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  background: #B9D1F0;
  border-radius: 5px 5px 0 0;
  /* box-shadow: -3px 3px 2px #BDBDBD inset; */
}
ul.tabs li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.2em;
padding-left: 7.8px;
padding-right: 7.2px;
padding-top: 4px;
outline: none;
font-family: sans-serif;
font-size: 14px;
}
ul.tabs li a:hover {
	/*background:#ccc;
	border-radius: 5px 5px 0 0;
box-shadow: -3px 3px 2px #BDBDBD inset;*/
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	width: auto;
	background: #fff;
	border-radius: 0 0 6px 6px;
	margin-bottom: 20px;
}
.tab_conten {
	padding: 20px;
	font-size: 1.2em;
}