.chromestyle{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/common/navigation/images/blue2.gif) repeat-x;
	height: 32px;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
/*height: 0;*/ 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;	
}

.chromestyle ul li{
display: inline;
line-height: normal;
}

.chromestyle ul li a{
display: block;
color: #FFFFFF;
margin: 0;
text-decoration: none;
/*height: 30px;
vertical-align:middle;
/*line-height: 14px;*/
/*border: 1px;
border-style: solid;*/
}

.chromestyle ul li a:hover{
/*background-color: #99CCFF;*/
color: #CCCCCC;
/*display: block;
/*vertical-align:middle;
height: 30px;
/*background: url(/common/menu/images/hover.gif) repeat-x;
/*background: url(/common/menu/images/bg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.showdiv{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	/*height: 30px;
	vertical-align:middle;
	/*background: url(/common/menu/images/show.gif) repeat-x;*/
	/*padding: 8px 8px 8px 8px;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
text-decoration: none;
line-height:18px;
z-index:100;
background-color: #99CCFF; /* background color for dropdown */
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	background-color: #003399;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	margin: 1px;

}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
background-color: #003399; /* colour of background for dropdown */
color: #FFFFFF; /* colour of dropdown text */
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #99CCFF;
color: #FFFFFF;
}

.divide{ /* #### THIS CONTROLS THE DIVIDE BETWEEN SECTIONS #### */
	color: #FFFFFF;
	background-image:url(/common/navigation/images/divide.gif);
	height: 32px;

}

/* ######### STYLE FOR DESTINATIONS POP-UP ######### */

a.DestTable img {
border: none; /* ##### needed for IE #### */
} 

a.DestTable, a.DestTable span.span10 {
width:200px; height:20px; /* #### render images not displayed; I use same class for each image div #### */
}

a.DestTable div.myHimg {
display:none; /* ##### style hover so that only the instance of the class which is being hovered shows #### */
}

a.DestTable:hover div.myHimg {display:block; position:absolute; top:20px; right:0px; 
}
