* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; color:#333; font-family:Arial, Helvetica, sans-serif;
}
A {
	COLOR: #333; TEXT-DECORATION: none; font-size:13px
}
A:link {
	COLOR: #333
}
A:active {
	COLOR: #333
}
A:hover {
	COLOR: #ff0000
}

/* common styling */
.menu {font-family:Arial, Helvetica, sans-serif; width:950px; position:relative; margin:0; font-size:16px; margin-left:0px; margin:0 auto}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:157px; height:45px; text-align:center; color:#003985; border:0px solid #fff; line-height:45px; font-size:16px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; background:url(images/libk.png) right no-repeat}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#666;}
.menu ul li:hover ul {display:block; position:absolute; top:45px; left:0; width:157px;}
.menu ul li:hover ul li a.hide {background:#C09; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#C4F0BB; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ccc; color:#000; border-bottom:1px solid #333}
.menu ul li:hover ul li a:hover {background:#C4F0BB; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:123px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-123px;}
#clear{ clear:both}

/* @group Language Combo Box */ 
 .country-language-selector {
	border:1px solid #F2F2F2;
	font-size:11px;
	height:16px;
	line-height:16px;
	padding:2px 10px;
	width:80px;
	position: relative;
	z-index: 20000;
 }
 
 .country-language-selector-default-text {
	color:#2A89CD;
	float: left;
	cursor: default;
 }
 .country-language-selector-dropdown-button {
	float:right;
	background:transparent url("http://www.anytork-auto.net/skin/default/images/language-combobox.gif") no-repeat scroll -26px -18px;
	height: 16px;
	width: 8px;
	cursor: pointer;
 }
 .ui-active .country-language-selector-options {
	display: block;
	z-index: 20000;
	position: absolute;
	top: 20px;
	right: -1px;
	width: 100px;
	border: 1px solid #F2F2F2;
	background: #fff;
	padding: 8px 0px;
	text-align:center
 }
 .country-language-selector-options {
	display: none;
 }
 
 .country-language-selector-opt-group {
	width: 225px;
	float: left;
	margin:0 !Important;
 }
 
 .first-country-language-selector-opt-group {
	padding-right: 5px;
 }
 
 .country-option {
	padding: 4px 12px;
	margin:0 !important;
	display: block;
	clear: both;
	overflow: hidden;
	zoom: 1;
 }
 .direction-rtl .country-language-selector {
	direction: ltr;
 }
 
 .country-option-hover {
	background: #ebf2f9;
 }
 
.country {
	width: 125px;
	display: block;
	float: left;
	font-weight: bold;
	font-size:11px;
	overflow: hidden;
}

.languages {
	display: block;
	float: left;
	list-style-type: none;
	width: 218px;
	margin:0 0 0 18px !important;
	overflow: hidden;
} 
.languages li {
	display: inline;
	float: left;
	margin:0 !important;
	font-size:11px;
}

.languages .first {
	clear: both;
}

.languages a {
	float:left;
	border-right: 1px solid #2A89CD;
	padding-right: 4px;
	margin-right: 4px;
	white-space: nowrap;
}

.languages .clearboth {
	height: 0 ;
	width: 0;
	line-height: 0;
	overflow: hidden;
	
}

.languages .new-line {
	clear: left; 
}
.ie .languages .new-line {
	clear: none;
}
.languages .last a {
	padding-right: 0px;
	border-right: 0px;
}

.languages .first a{
	padding-left: 0px;
}
/* @end */
/* @group Language Combo Box */

#header-language-select {
	display: block;
	float: left;
	margin-top: 22px;
	margin-left: 10px;
}

.languages-combobox-container {
	position: relative;
	border-bottom: 4px solid #FFF;
}

.ie .languages-combobox-container {
	z-index: 90000;
}

.languages-combobox-value-container {
	height: 18px;
	background: transparent url("http://web499188.cw678.4everdns.com/skin/default/images/language-combobox.gif") 0 0 no-repeat;
	padding-left: 34px;
}

.languages-combobox-value-content {
	height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	float: left;
	color: #2a89cd;
	font-size: 11px;
}

.languages-combobox-dropdown {
	display: block;
	background: #FFF;
	border-bottom: 1px solid #e3e3e3;
	position: absolute;
	left: 28px;
	width: 100px;
}

.languages-combobox-dropdown-button {
	float: left;
	width: 9px;
	height: 18px;
	background: transparent url("http://web499188.cw678.4everdns.com/skin/default/images/language-combobox.gif") -26px -18px no-repeat;
}

.languages-combobox-item {
	display: block;
	padding: 4px 12px 4px 12px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	color: #2a89cd;
	font-size: 11px;
}
#ie6only .languages-combobox-item {
	display:inline-block;
}

.languages-combobox-item:hover,
.languages-combobox-item-hover {
	background-color: #ECF2F8;
	color: #00385A;
}

/* @end Language Combo Box */