@charset "utf-8";
/* CSS Document */

/* nav functionality styles: */
	ul#navbar{
	line-height:45px;/**needs to match height**/
	height:45px;/**needs to match line-height**/
	background:url(../images/navBG.jpg) repeat-x;
	text-align:center;
	z-index:100;
	position:relative;
	}
	ul#navbar, ul#navbar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	ul#navbar li{
	padding:0;
	margin:0;
	/*width:200px;*/
	float: left;
	position: relative;
	}
	ul#navbar li a {
	/*width:200px;*/
	}
	ul#navbar li ul {
	display: none;
	position: absolute; 
	top: 45px;/*needs to match the line-height (and height) of ul#navbar*/
	left: 0;
	padding:0px;
	margin:0px;
	
	}
	ul#navbar li ul li {
	width:100%;
	}
	ul#navbar li:hover ul, ul#navbar li.over ul {
	display: block; 
	}

/* nav look/feel styles */
	ul#navbar a{
	display:block;
	text-indent:5px;
	width:100%;
	background:#071082;
	color:white;
	text-decoration:none;
	border-top:#fcff00 solid 1px;
	font-size:12px;
	
	}
	ul#navbar a.root-a{
	border:none;
	background:#993300;
	}
	ul#navbar a.root-a:hover{
	border:none;
	background:#4858db;
		}
	ul#navbar a:hover{
	background:#4858db;
	color:#fcff00;
	}
	
	li#home, li#home ul{width:62px; }
	li#home a.root-a{background:none;}
	#homepage #home a{color:#fcff00; font-weight:bold;}
	
	li#about, li#about ul{width:77px; }
	li#about a.root-a{background:none;}
	#aboutpage #about a{color:#fcff00; font-weight:bold;}
	
	li#mission, li#mission ul{width:96px; }
	li#mission a.root-a{background:none;} 
	#missionpage #mission a{color:#fcff00; font-weight:bold;}
	
	li#cleaning, li#cleaning ul{width:130px; }
	li#cleaning a.root-a{background:none;}
	#cleaningpage #cleaning a{color:#fcff00; font-weight:bold;} 

	li#rubbish, li#rubbish ul{width:123px; }
	li#rubbish a.root-a{background:none;}
	#rubbishpage #rubbish a{color:#fcff00; font-weight:bold;}
	
	li#moving, li#moving ul{width:168px;}
	li#moving a.root-a{background:none;}
	#movingpage #moving a{color:#fcff00; font-weight:bold;}
	
	li#contact, li#contact ul{width:70px; }
	li#contact a.root-a{background:none;}
	#contactpage #contact a{color:#fcff00; font-weight:bold;}
				
	li#divider, li#divider ul{width:12px; height:45px; background-image:url(../images/navDivider.jpg);}
	li#end, li#end ul{width:202px; height:45px; background-image:url(../images/navEnd.jpg); float:right;}