/*begin mainmenu css*/
.langg {
	position: absolute;
	top:63px;
	z-index: 10;
	text-align: right;
	width: 98%;
	height: 0px;
	margin-right: 10px;
}
div>.langg {
	top:63px;
}
.langg a {
	color: White;
}
#mainmenu{
	margin:0px;
	padding:0px;
	height:25px;
	background-image: url('../../images/en/bgbar.gif');
	clear: both;
}

#mainmenu ul {
	margin:0px;
	padding:0px;
	height:25px;
	display:block;
	list-style-type: none;
	font-size:100%;
}

#mainmenu li {
	float:left;
	color:#f7f7f7;
}

#mainmenu li a {
	line-height:22px;
	margin-top:0px;
	vertical-align:top;
}

.li-before-select{
	background-image: url('../../images/en/offond.gif');
	height:25px;
}

.li-after-select{
	background-image: url('../../images/en/onoffd.gif');
	height:25px;
}

.li-end-select{
	background-image: url('../../images/en/onendd.gif');
	height:25px;
}

.li-inside{
	background-image: url('../../images/en/offoffd.gif');
	height:25px;
}

.li-end{
	background-image: url('../../images/en/offendd.gif');
	height:25px;
}

.li-normal{
	border-top:3px solid #3a80bc;
	background-color:#485f91;
	vertical-align :middle;
}

.li-normal a, .li-select a{
	margin: 0px 22px;
}

.li-select{
	border-top: 3px solid #e8f6ff;
	background-color: #cad5e9;
}

a.tab-link:link {
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
  text-decoration: none;
}

a.tab-link:visited {
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
}

a.tab-link:hover {
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	text-decoration: underline;
}

.tab-select-link {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}


a.tab-selected-link:link {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
  text-decoration: none;
}

a.tab-selected-link:visited {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}

a.tab-selected-link:hover {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-decoration: underline;
}
/*end tabs css*/

