/* CSS Document */
#countryLangNav{
	background-image:url(/images/navSelect-bgDarkGrey.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 280px;
	background-color: #CCC;
}
#countryLangNav #title{
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.optleft{
	float:left;
	width:130px;
	margin-right:5px;
	margin-left:20px;
}
.optmid{
	float:left;
	width:148px;
	margin-right:5px;
	margin-left:20px;
}
.optright{
	position:relative;
	left: 23px;
	display:inline-block;
	width:130px;
}
#menuCountry{
	position:absolute;
	color:#FFF;
	margin-left:0px;
	top:50px;
	padding:15px;
	width:480px;
	background-image:url(/images/countryLang-subnav-bg.gif);
	background-repeat:repeat-x;
	background-color:#666666;
}
.opt{
	width:100%;
	text-decoration:none;
	color:FFF;
}
a.opt:hover{
	background-color:#0000FF;
	color:FFF;
}
a.opt:visited{
	color:#FFF;
}
#navCountry{
	float: left;
	z-index:0;
	background-color:#FFFFFF;
	width:160px;
	height:21px;
	color:#FFF;
	background-image:url(/images/navselect-bg.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
}
#navCountry #divtext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor:pointer;
	float: left;
}
#navLanguage{
}
label{
	cursor:pointer
}
#d {
	top: 108px;
	color:#FFF
}
#langs {
	position: absolute;
	/*left: 20px;*/
	left:60px;
	width:500px;
	top: 136px;
}
#langs li {
	padding: 0 0 0 1px;
	background: url(/images/langs_brk.gif) left top no-repeat;
}
#langs li, #langs li a {
	list-style: none;
	float: left;
	display: block;
	text-transform:uppercase;
	color: #666;
}
#langs li a {
	background: url(/images/langs_bg.png) left top repeat-x;
	height: 16px;
	padding: 7px 0 7px 0;
	text-align: center;
	width: 65px;
	font-size:10px;
}
#langs li a:hover, #langs li .active {
	text-decoration: none;
	color: #fff;
	background: url(/images/langs_bg_hov.png) left top repeat-x;
}
#langs li.last a, #langs li.first a {
	position: relative;
}
#langs span {
	position: absolute;
	display: block;
	width: 8px;
	height: 30px;
}
#langs .last {
	padding: 0 8px 0 0;
}
#langs .last span {
	top: 0;
	right: -8px;
	background:url(/images/langs_right.png) right top no-repeat;
}
#langs .last a:hover span, #langs .last a.active span {
	background:url(/images/langs_right_hov.png) right top no-repeat;
}
#langs .first {
	padding: 0 0 0 8px;
	background: none;
}
#langs .first span {
	top: 0;
	left: -8px;
	background:url(/images/langs_left.png) left top no-repeat;
}
#langs .first a:hover span, #langs .first a.active span {
	background:url(/images/langs_left_hov.png) left top no-repeat;
}

/* Country languages new menu */
#cntryLangs {
	position: absolute;
	left: 200px;
	top: 140px;
	height: 53px;
	width: 320px;
	z-index: 10;
}
#cntryLangs .l, #cntryLangs .r {
	display: block;
	width: 8px;
	height: 53px;
	float: left;
}
#cntryLangs .l {
	background: url(/images/langs_country_bg_l.png) left top no-repeat;
}
#cntryLangs .r {
	background: url(/images/langs_country_bg_r.png) right top no-repeat;
}
#cntryLangs .in {
	float: left;
	height: 53px;
	background: url(/images/langs_country_bg.png) left top repeat-x;
	position: relative;
}
#cntryLangs .titl {
	color: #555;
	font-size: 10px;
	float: left;
	clear:right;
	padding: 3px 0 0 0;
}
#cntryLangs li {
	list-style: none;
}
#cntryLangs .selct {
	width: 150px;
	background: url(/images/select_bg.gif) left top repeat-x;
	height: 23px;
	float: left;
	margin: 3px 0 0 0;
}
#cntryLangs .selct a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 4px 0 0 5px;
	background: url(/images/select_arr.gif) right top no-repeat;
	height: 19px;
}
#cntryLangs .sec {
	margin-left: 4px;
	position: relative;
}
#cntryLangs .selct a:hover {
	text-decoration: none;
}
#cntryLangs .sec:hover .langs {
	display: block;
}
#cntryLangs .langs {
	position: absolute;
	top: 23px;
	left: 0;
	display: none;
	border-top: solid 1px #666;
}
#cntryLangs .langs a {
	background: none;
	height: 20px;
	background-color: #c1c1c1;
	color: #666;
	width: 145px;
	border-bottom: solid 1px #666;
}
#cntryLangs .langs a:hover {
	color: #fff;
	border-bottom: solid 1px #fff;
}
/* End of Country languages new menu */