@charset "UTF-8";
/* CSS Document */

/*---- things to hide for top and left nav ----*/

#topnav li span {
	display: none;
}

/*---- top navigation ----*/

#topnav {
	background: url(/global-images/top-nav-master.jpg) no-repeat;
	width: 798px;
	height: 60px;
	padding: 0;
	position: relative;
}

#topnav ul{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav li, #topnav li a{
	position:absolute;
	display:block;
	border-bottom: 0px;
	}	
	
#topnav li.l1 {width:173px; height:60px; left: 295px;}
#topnav li.l1 a{width:173px; height:60px;}
#topnav li.l1 a:hover{background: transparent url(/global-images/top-nav-master.jpg) -295px -60px no-repeat;}

#topnav li.l2 {width:178px; height:60px; left:468px;}
#topnav li.l2 a{width:178px; height:60px;}
#topnav li.l2 a:hover{background: transparent url(/global-images/top-nav-master.jpg) -468px -60px no-repeat;}

#topnav li.l3 {width:152px; height:60px; left:646px;}
#topnav li.l3 a{width:152px; height:60px;}
#topnav li.l3 a:hover{background: transparent url(/global-images/top-nav-master.jpg) -646px -60px no-repeat;}

/*----- creates active state of button nav -----*/
.company li.l1 {background: transparent url(/global-images/top-nav-master.jpg) -295 -60px no-repeat;}
.quote li.l2 {background: transparent url(/global-images/top-nav-master.jpg) -468px -60px no-repeat;}
.contact li.l3 {background: transparent url(/global-images/top-nav-master.jpg) -646px -60px no-repeat;}

/*---- end top navigation ----*/