.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 ul{
	height: 21px;
	background: #018ca3 url(/site_images/airlines/subnav_bg.png) top left repeat-x;
	padding: 6px 0px 0px 15px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #fff;
font-size: 10px;
}

.chromestyle ul li a {
color: #fff;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 4px 6px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top: 0px;
border-bottom-width: 0;
font: normal 9px Verdana;
line-height: 18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
border-left: #59b4c3 solid 1px;
border-right: #184f58 solid 1px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 120px;
display: block;
text-indent: 3px;
padding: 0px 0px 0px 5px;
text-decoration: none;
text-transform: uppercase;
border-bottom: #184f58 solid 1px;
color: #fff;
background: #018ca3 url(/site_images/airlines/subnav_bg.png) top left repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #cecece;
}
