/* Menu Tabs */

#tabs {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	background-color: #BD5200;
	height: 30px;
	background-position: center;
	padding-top: 5px;

  }
#tabs ul {
	list-style:none;
	background-position: center;
  }
#tabs li {
	display:inline;
	margin:0;
	padding:0;
  }
#tabs a {
	float:left;
	margin:0;
	text-decoration:none;
	background-position: left top;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
  }
#tabs a span {
	float:left;
	display:block;
	color:#FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../images/disc.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	text-align: center;
	vertical-align: middle;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
  }
#tabs a:hover span {
	background-color: #FFCC00;
  }  
#tabs ul li a#sele{ 	
	background-color: #FFCC00;
  }
.footer a {
	color: #7e7e7e;
	text-decoration: none;
}
.headtop{
	background-color: #D92426;
	color: #D92426;
}
.Languagetop{
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
}
.Languagetop a{
	color: #FFFFFF;
	text-decoration: none;
}
.Languagetop a:hover{
	color: #EC8F04;
	text-decoration: none;
}
.Language{}
.Language a{
	color: #FFF;
	text-decoration: none;
}
.Language a:hover{
	color: #EC8F04;
	text-decoration: none;
}
.more{
	width: 185px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/upbg);
}
.more h1{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px;
}
.more ul{
	padding-left: 5px;
	padding-right: 5px;
}
.more li{

}
.more a{
	text-decoration: none;
	color: #FFFFFF;
}
