/* Subsection Tabs
--------------------*/
#main ul.subsection_tabs {
	list-style: none;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 25px;
	clear: both;
	height: 28px;
	background: #188cca;

}

#main ul.subsection_tabs li {
	float:left;
	text-align:center;
	border-right: solid 2px #188cca;
}

#main ul.subsection_tabs li.right {
	float: left;
	text-align: center;
	border-left: solid 2px white;
	border-right: 0;
}
#main ul.subsection_tabs li.last {
	border-right: 0;
}

#main ul.subsection_tabs li.tab a {
	display: block;
	height: 22px;
	padding: 6px 22px 0;
	background-color: white;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
/*	font-size: 1.2em;*/
	font: 14px Arial;
}
#main ul.subsection_tabs li.tab a:hover {

}
#main ul.subsection_tabs li.tab a {
	background: #188cca;
}

#main ul.subsection_tabs li.tab a.active {
	color:#fff;
	background:#41a8da;

}

#main ul.subsection_tabs li.source_code {
	float:right;
}

#main a {
text-decoration: none;
font-weight: bold;
color: #2777A1;
}

.menuitem{
	z-index: 9999;
	position: absolute;
	left: 0;
	width: 100%;
}
.menu-content{
	width: 100%;
	height: 100%;
	display: block;
}

#n_home a {
	width: 44px;
	border: 0;
	font-size: 10px;
	background: #001722;
	border-image: initial;
	height: 28px;
	display: block;
	position: relative;
}
#n_home .lab {
	width: 44px;
	background-position: 50% 0;
}
#main .lab {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	background: url("img/en_01.png") no-repeat 50% -3px;
	z-index: 10;
}
#n_home .bg {
	background-position: 0 0;
}
#main .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 100%;
	background: #188cca;
	z-index: 5;
}

.menu-footer{
	display: block;
	position: absolute;
	bottom: 0;
	background: #41A8DA;
	clear: both;
	padding: none;
	width: 100%;
	font: 13px/1.2em verdana,sans-serif;
	left:0;
	z-index: 99999;
}

.menu-footer .footer-close {
	float: right;
	cursor: pointer;
	margin-right: 6px;
	background: url("img/menu_close.png") no-repeat 100% 4px;
	padding: 6px 25px;
}

.menu-footer .footer-title {
	float: left;
	margin-left: 10px;
	padding: 6px 0px;
}

#main .menu-footer a {
	color : #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
}

#main .menu-footer a:hover {
	text-decoration: underline;
}


#main .tl {
	top: 0;
	left: 0;
}

#main .tr {
	top: 0;
	right: 0;
	background-position: 100% 0%;
}
#main .corner {
	position: absolute;
	width: 4px;
	height: 4px;
	z-index: 50;
	background: url("img/corners_4x.png") no-repeat 0 0;
}

#menu table {
	border-collapse: collapse;
}
#menu table td, table th {
	vertical-align: top;
	padding: 5px;
	width: 25%;
}

#menu h2.menu-content-header {
	font-size: 14px;
	color: #2b2b2b;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 3px 0;

	padding-bottom: 5px;
	border-bottom: 0;
	width: 95%;
	clear: both;
	background: url("img/menu_title_bg.png") no-repeat 0 100%;
	display: block;
	float: left;
}

