.chromestyle{
	background-image: url(../images/menu_bg.jpg);
	height: 132px;
	width: 784px;
	float: right;
}
.safari .chromestyle {height: 130px;}

.chromestyle li{}

.chromestyle ul{
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	background-color:#000000;
	
}

.chromestyle ul li {float: left;}

.chromestyle ul li a{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	/*border-right: 1px solid #DADADA;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding: 108px 5px 10px 5px;
	margin-left: 0px;
	line-height:1.4em;
}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ background-color: #002395;
	

	/* cross-browser opacity support */
	
	filter: alpha(opacity=60); 	/* MSIE/PC */  /*  width:100%; width is currently making the menu jump around */
	-moz-opacity: 0.6; 			/* Mozilla 1.6 and older */
	opacity: 0.6;				/* Safari/MAC */
}

/*script dynamically adds a class of "selected" to the current active menu item*/


#home-rollover				{width:55px;border-right: 1px solid #DADADA;}
#about-rollover				{width:55px;border-right: 1px solid #DADADA;}
#construction-sa-rollover	{width:130px;border-right: 1px solid #DADADA;}
#construction-nt-rollover	{width:130px;border-right: 1px solid #DADADA;}
#service-rollover			{width:65px;border-right: 1px solid #DADADA;}
#service-projects-rollover	{width:135px;border-right: 1px solid #DADADA;}
#quality-rollover			{width:45px;border-right: 1px solid #DADADA;}
/*#safety-rollover			{width:180px;}*/
#contact-rollover			{width:82px;}



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

.dropmenudiv, .dropmenudiv a{ /* text settings */
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	filter: alpha(opacity=90); 	/* MSIE/PC */  /*  width:100%; width is currently making the menu jump around */
	-moz-opacity: 0.9; 			/* Mozilla 1.6 and older */
	opacity: 0.9;				/* Safari/MAC */
	z-index:100;
}


.dropmenudiv{
	position:fixed;
	top: 0;
	background-color: #002395;
	visibility: hidden;
	line-height:18px;
	padding-left: 0px;
	z-index:100;
	margin-top:-3px;

}

.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	z-index:100;	
	}
	
.dropmenudiv a:hover 	{background-color: #0066FF; z-index:100;} 			/* rollover colour for dropdown */


* html .dropmenudiv a	{width: 100%; z-index:100;}							/*IE only hack*/

#menu 					{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	z-index:100;
	
	
} 	/* removes ul indentation */
	

