#navigation {
	float:left;
	width:160px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#navigation a {
	text-decoration:none;
	outline:none;
}
.dropdown {
	display:block; 
	position:relative;
}
.dropdown dt {
	cursor:pointer; 
	width:160px; 
 	color:#221726; 
	font-weight:bold;
 	background:url(../images/navBar.gif);
 }
.dropdown dd {
	cursor:pointer; 
	overflow:hidden; display:none; opacity:0;
	position:absolute; top:0; 
	width:160px; 
	font-weight:bold; 
 	color:#221726; 
 	color:grey;
	background:url(../images/navBar.gif);
	background-color:white;
}
.dropdown ul {
	padding:0px;
	margin:0px;
	list-style:none;
	width:160px; 
}
.dropdown li {
	display:inline;
}

.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display:block; 
	width:160px; 
	border-left:1px solid grey;
	padding:4px; padding-top:8px; padding-bottom:8px;
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {
	display:block; 
	width:160px;
	padding-top:8px; padding-bottom:8px;
}
.dropdown dt a:hover, .dropdown dd a:hover, .dropdown a:hover {
	color:#221726; 
	background:url(../images/navBar_over.gif);
}

body#homePage a#home,
body#pFolioPage a#pFolio,
body#stepsPage a#steps,
body#aboutUsPage a#aboutUs,
body#contactUsPage a#contactUs {
	color: #fd463b;
	background:url(../images/navBar.gif)}
}

