﻿
#chromemenu {
	overflow:hidden;
	padding:0;
	margin:0;
	height:50px;
	width:100%;
}
#chromemenu div {
	float:left;
	height:50px;
}
#chromemenu div a {
	display:block;
}
#chromemenu div img {
	height:50px;
}


.chromestyle{
	width:100%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	
	/**+padding-top:0;padding-top:3px;
	_padding-top:3px;*/
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;

	z-index:100;
	visibility:hidden;
	width:179px;
	border:none;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	

	/*background-color:#ffffff;*/
	background-color:#536090;
	/*_margin-top:-4px;
	margin-left:1px;
	margin-top:3px;
	*margin-top:0px;*/
	padding-bottom:10px;
	
	border:none;
}


.dropmenudiv a:hover{
	display:block;
	padding:8px 6px 6px 28px;
	text-decoration:none;
	color:#c0cae4 !important;
	font-size:12px;
	line-height:auto;
	width:179px;
	background:url('/images/1/ddmnuArrow.gif') no-repeat 14px 10px;
	
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	display:block;
	padding:8px 6px 6px 28px;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	line-height:auto;
	width:151px;
	background:url('/images/1/ddmnuArrow.gif');
	background-repeat:no-repeat;
	background-position:11px 13px;
}


* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#ffffff;
}

/*
.dropmenudiv a:hover{ THEME CHANGE HERE
	background:#cff2ff url('/images/1/arrowGold.gif') no-repeat 8px 12px;
}*/


/* products */
#dropmenu120 {
	margin-left:-13px;	/* ff*/
	margin-top:-12px;	/* ff*/
	*margin-top:-15px;	/* ie7*/
}

/* solutions */
#dropmenu114 {
	margin-left:-9px;	/* ff*/
	margin-top:-7px;	/* ff*/
	*margin-top:-10px; /* ie7*/
}

/* global services */
#dropmenu121 {
	margin-left:-10px;	/* ff*/
	margin-top:-12px;	/* ff*/
	*margin-top:-15px;	/* ff*/
}

/* news & knowledge DD*/
#dropmenu119 {
	margin-left:-10px;	/* ff*/
	margin-top:-6px;	/* ff*/
	*margin-top:-9px;	/* ie7*/
}

/* about us */
#dropmenu117 {
	margin-left:-67px;	/* ff*/
	margin-top:-21px;	/* ff*/
	*margin-top:-24px;	/* ie7*/
}

