

/* Robert Daly's Style Sheet */

body { 
margin-left: 0; margin-top: 0; margin-right: 0;
background-color: black; 
font-family: Arial, Verdana, sans-serif; 
color: white;
scrollbar-face-color: #000000; 
scrollbar-highlight-color: #999999;
scrollbar-shadow-color: #000000; 
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #999999; 
scrollbar-track-color: #808080;
scrollbar-darkshadow-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0042FF;
	text-decoration: none;
}
a:active {
	color: #0042FF;
	text-decoration: none;
}
  
a img {border-style: solid;
	border-width: 1px;
	border-color: #0042FF;} 



#nav, #nav ul {
	float: center;
	width:700px;
	list-style: none;
	line-height: 1;
	background:black;
	font-weight: bold;
	padding: 0;
	border: solid #cccccc;
	border-width: 1px 0;
	margin: 0 0 1em 145px;
}

#nav a {
	color: white;
	text-decoration: none;

}

#nav a.daddy {
	background: url(rightarrow.gif)  right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 100px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0px;
}

#nav li li {
	margin: 2px;

}


#nav li ul a {
	width: 200px;
	
}


#nav li ul ul {
	margin: -21px 190px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #5B5B5B;
}



#content a {
	color: #7C6240;

#scaffolding {
background: white url(images/us/rolloverny2.jpg) no-repeat;
position-left: 190px;

}
#scaffolding a {
display: block;
	height: 47px;
	background: url(images/us/rolloverny1.jpg) no-repeat;
	background-position: 0px 0;
}

#scaffolding a:hover {
	background-position: 0px -47px;
}


#scaffolding1 {
background: white url(images/us/rolloverphil2.jpg) no-repeat;

}
#scaffolding1 a {
display: block;
	height: 47px;
	background: url(images/us/rolloverphil1.jpg) no-repeat;
	background-position: 0px 0;
}

#scaffolding1 a:hover {
	background-position: 0px -47px;
}


#scaffolding2 {
background: white url(images/us/rolloverwash2.jpg) no-repeat;

}
#scaffolding2 a {
display: block;
	height: 47px;
	background: url(images/us/rolloverwash1.jpg) no-repeat;
	background-position: 0px 0;
}

#scaffolding2 a:hover {
	background-position: 0px -47px;
}









}



