.chromestyle{
	/*width: 99%;*/

	height: 35px;
	line-height: 35px;
	padding-top: 5px;
	background: url(../images/menu_diags.jpg) repeat-x bottom;
	color: #819AC8;
	font-size: 15px;
	text-align: center;
	z-index: auto;
	
}
.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: center; /*set value to "left", "center", or "right"*/

	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}


.chromestyle ul li{
	display: inline;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	/*list-style-type: none;
	display: inline;*/	
}


.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: #819AC8;
	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: #09357B;

}

.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;
	font-size:0.9EM;
	text-align: left;
	/*Theme Change here
border-bottom-width: 0;*/
z-index:100;
	/*background-color: #FFFFFF;*/
width: auto;
	/*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 #09357B;
	margin-top: 4px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	visibility: hidden;
	
	/*background-image: url(../images/overlay.png);*/
}

/*
* 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: 22px;
color: #819AC8;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #00539B;
text-decoration: none;
}
