
body {
		behavior:url("/css/csshover.htc");
	}


/* simple div to containe MODULES page wrap */
#glbTopContainer {
	position:relative;
	width:671px;
	height:74px;
	background-image: url(../images/headerNav/header.jpg);
	margin-bottom: 10px;
}


#topBannerImg {
	height:74px;
	width:671px;
	z-index: 99;
	position: absolute;
	overflow: hidden;
}





/* to be deleted if not using CSS Roll-Overs  */
#topNavContainer {
	position:absolute;
	top: 29px;
	left: 230px;
	height: 25px;
	width:438px;
}



#topNavContainer {
display: inline;
list-style: none;
margin: 0;
padding: 0;
float: left;
}


/*  SERVICES ROLL OVER  ***************************/
.services a {
width:84px;
height: 17px;
overflow: hidden;
float:left;
}

.services a:hover {
/* background-image:url(../images/headerNav/servicesOver.png);*/
background-color:#CC6600;
width:84px;
height: 17px;
overflow: hidden;
float:left;
background-repeat: no-repeat;
}



/*  WORK  ROLL OVER  ***************************/
.work a {
width:55px;
height: 17px;
overflow: hidden;
float:left;
}

.work a:hover  {
background-image:url(../images/headerNav/workOver.jpg);
background-position: 0 0;
display: block;
width:55px;
height: 17px;
overflow: hidden;
float:left;
background-repeat: no-repeat;
}


/*  ABOUT US  ROLL OVER  ***************************/
.aboutUs a {
width:81px;
height: 17px;
overflow: hidden;
float:left;
}

.aboutUs a:hover {
background-image:url(../images/headerNav/aboutUsOver.jpg);
background-position: 0 0;
display: block;
width:81px;
height: 17px;
overflow: hidden;
float:left;
background-repeat: no-repeat;

}


/*  NEWS  ROLL OVER  ***************************/
.news a {
width:56px;
height: 17px;
overflow: hidden;
float:left;
}

.news a:hover {
background-image:url(../images/headerNav/newsOver.jpg);
background-position: 0 0;
display: block;
width:56px;
height: 17px;
overflow: hidden;
float:left;
background-repeat: no-repeat;

}


/*  CONTACT US  ROLL OVER  ***************************/
.contactUs a {
width:97px;
height: 17px;
overflow: hidden;
float:left;
}

.contactUs a:hover {
background-image:url(../images/headerNav/contactUsOver.jpg);
background-position: 0 0;
display: block;
width:97px;
height: 17px;
overflow: hidden;
float:left;
background-repeat: no-repeat;

}

/*  HOME  ROLL OVER  ***************************/
.home a {
width:55px;
height: 17px;
overflow: hidden;
float:left;
}

.home a:hover {
background-image:url(../images/headerNav/homeOver.jpg);
background-position: 0 0;
display: block;
width:55px;
height: 17px;
overflow: hidden;
float:left;
background-repeat: no-repeat;

}
