.chromestyle{
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	display: block;
	height:36px;
	background:url('/images/abta-iata-aito.jpg') no-repeat top left #3399FF; /* #969696; 21-1-10*/
	width: 730px;
	padding-left: 220px;
	/*margin-left:220px;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
    position: relative;
    width: 100%;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
	list-style:none;
	text-transform:uppercase;
	float:left;
	margin: 0;
	text-align:left;
	padding-right: 1px;
	padding-left: 1px;
}

.chromestyle ul li a{
	padding:10px 10px 5px;
	text-decoration:none;
	display:block;
	font-size:11px;
	color: #FFFFFF;
	border-right: 1px solid #FFF;
}

.chromestyle ul li a.lastlink {
	border-right: none;
}

.chromestyle ul li a:hover{
	text-decoration:none;
	background-image: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color:#3366FF; /* #666666; 12-1-10 */
}

.chromestyle ul li a:current{
	color: #565A5F;
	text-decoration:none;
	background-image: url(../images/nav-hover.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-color: #3366FF; /* #666666; 12-1-10 */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #3399FF; /* #969696; 21-1-10*/
	width: 150px;
	font-size: 11px;
	text-transform: uppercase;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration:none;
	background-image: url(../images/nav-hover.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
		background-color: #3366FF; /* #666666; 12-1-10 */
}