.chromestyle{
	width: 850 px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.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%;
	margin: 0;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #014366;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF; /*Text Colour*/
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a:hover{
	color: #FFFFFF; /* MouseOver Text - Top level */
	background-color: #255B9D;
	background-repeat: repeat-x;
	background-position: center center;
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #014366; /* MouseOver Box - DropDown */
	width: 200px;
	visibility: hidden;
	text-align: left;




filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #255C9E; /*Box - DropDown*/
}
