

ul.chromestyle {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
}

ul.chromestyle li {
	float: left;
	margin-right: 16px;
}

ul.chromestyle li.nav-en { margin-right: 0px; }
ul.chromestyle li.nav-es { margin-right: 3px; }
ul.chromestyle li.nav-de { margin-right: 25px; }
ul.chromestyle li.nav-fr { margin-right: 10px; }
ul.chromestyle li.nav-it { margin-right: 13px; }
ul.chromestyle li.nav-ru { margin-right: 12px; }
ul.chromestyle li.nav-ja { margin-right: 35px; }
ul.chromestyle li.nav-zt { margin-right: 48px; }
ul.chromestyle li.nav-pt { margin-right: 9px; }

ul.chromestyle li.nav-en img.pipe {margin-left: 0px}
ul.chromestyle li.nav-es img.pipe {margin-left: 3px}
ul.chromestyle li.nav-de img.pipe {margin-left: 25px}
ul.chromestyle li.nav-fr img.pipe {margin-left: 10px}
ul.chromestyle li.nav-it img.pipe {margin-left: 13px}
ul.chromestyle li.nav-ru img.pipe {margin-left: 12px}
ul.chromestyle li.nav-ja img.pipe {margin-left: 35px}
ul.chromestyle li.nav-zt img.pipe {margin-left: 48px}
ul.chromestyle li.nav-pt img.pipe {margin-left: 9px}

ul.chromestyle li.end {
	margin: 0px;
}

ul.chromestyle li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}

ul.chromestyle li img {
	/*display: block;*/
}

ul.chromestyle li a:hover {}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	/*filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;*/
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-top-width: 1px;
	border-top-color: #93ABB8;
	border-bottom-width: 1px;
	border-bottom-color: #93ABB8;
	border-left-width: 1px;
	border-left-color: #93ABB8;
	border-right-width: 1px;
	border-right-color: #93ABB8;
	font: 11px tahoma;	
	line-height:18px;
	z-index:1000;
	background-color: #dddddd;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 0;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 3px;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #4e6e86;
	color: #E4F0FA;
}