/* nigel's styles */

.chromestyle{
width: 99%;
font-weight: bold;
}

.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%;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a {
	color: #004A8E;
	padding: 0px 7px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99DCF5;
	font-size: 14px;
}
.dropDownFooter {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99DCF5;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	width: 137px;
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border: 5px solid #99DCF5;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 8px;
	padding-bottom: 5px;
}
.dropmenudiv a {
	width: 129px;
	display: block;
	text-decoration: none;
	color: #99DCF5;
	padding-left: 10px;
	margin-top: 2px;
}
.dropmenudiv a:hover {
	color: #004A8E;
}
.dropDownFooter {
	height: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99DCF5;
	width: 100%;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 90%;
}

