.chromestyle{
/*width: 99%;*/

	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #022B55;
	margin-bottom: 45px;
}

.chromestyle a:focus {
	outline: none
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 0px solid #BBB;
background: url(images/menu_bg.jpg) repeat-x #CCE8FF;
width: 100%;#4sEACE0*/
/*padding-left: 25px;
margin: 0;
margin-left: 0px;
float: left;*/
text-align: left; /*set value to "left", "center", or "right"*/

	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.chromestyle ul li{
display: inline; 
	color: #022B55;
	padding-right: 15px;
	font-size: 14px;
	line-height: 30px;	
}


.chromestyle ul li a{ /* main menu bar buttons */
/*float: left;
color: #0161AE; /* colour of button text */
/*width: 80px 1em;  width of buttons */
/*font-weight: bold;*/
/*padding: 5px 5px 5px 5px; /* top right bottom left */
/*border-left: solid 2px; /* changed from right */
/*border-color: #4EACE0;
text-decoration: none;*/
/* dispay: block; */
/* background: url(../chrometheme/divider.gif) center right no-repeat; /*Theme Change here*/
	color: #022B55;
	text-decoration: none;
}

.chromestyle ul li a:hover{ /* main menu bar buttons - rollover*/
/*background: url(images/menu_bg_over.jpg) repeat-x #0161AE;
color: #FFFFFF;
background-color: #0161AE;*/
color: #000;
}

.chromestyle ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
text-align: left;
/*Theme Change here
border-bottom-width: 0;*/
z-index:100;
/*background-color: #FFFFFF;*/
width: auto; /*200px;*/
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

	/*padding: 5px;*/
	text-align: left;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
	/*background: #fff;*/
	border: 1px solid #022B55;
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #C4D0E5;
	
	/* use below for transpareancy */
	/*background-image: url(../images/overlay.png);*/
}

/* use below for transpareancy */
/** html .dropmenudiv{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	_filter: none;
	_background-color: #fff;
}*/

.dropmenudiv a{
width: auto;
/*margin-top: 1px;*/
display: block;
text-decoration: none;
/*background-color: #FFFFFF;*/
line-height: 24px;
color: #022B55;
padding: 0 5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #000;
background: url(../images/menu_bg_over.gif) repeat-x;
text-decoration: none;
}

