.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height:8px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.bacground-nav-image{
	background-image: url(../images/EliasGroup_Navigationbackground.jpg);
}

.chromestyle ul{
	border: 0px;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #021C4C;
	padding: 1px 17px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	color: #215A18;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:bold 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #B9CFDB;
	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: 15px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #021c4c;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200%;
}

.dropmenudiv a:hover{
	background-color: #B9CFDB;
	color: #215A18;
}
