/*------------------------MAIN NAV BAR DIV------------------------*/
			#nav {
				width: 411px;
				position: relative;
				margin-right: auto;
				margin-left: auto;	
				border-bottom: 4px solid #fff;
			}
		
			#nav ul {
				width: 411px;
				height: 15px;
				margin:  0 0 0 0px;
				padding: 0 0 0 0;
				overflow: hidden;
			}	
			
			#nav ul li {
				display: inline;
			}
			
			#nav ul li a {
				float: left;
				padding: 15px 0 0 0;
			}
			
			#nav ul li a:hover {
				background-position: 0 -15px;
			}

			#menu1 a {
				width: 104px;
				
				background: url("images/mainnav/menu_about.gif") no-repeat top left ;
			}
			#menu2 a {
				width: 103px;
				background: url("images/mainnav/menu_services.gif") no-repeat top left ;
			}
			#menu3 a {
				width: 107px;
				background: url("images/mainnav/menu_projects.gif") no-repeat top left ;
			}
			#menu4 a {
				width: 97px;
				background: url("images/mainnav/menu_contact.gif") no-repeat top left ;
			}
			
/*------------------------PROJECTS NAV BAR DIV------------------------*/
			#sub_nav {
				width: 656px;
				position: relative;
				margin-right: auto;
				margin-left: auto;	
				/*border: 1px solid #444;*/
			}
		
			#sub_nav ul {
				width: 656px;
				height: 11px;
				margin:  7px 0 0 0px;
				padding: 0 0 0 0;
				overflow: hidden;
			}	
			
			#sub_nav ul li {
				display: inline;
			}
			
			#sub_nav ul li a {
				float: left;
				padding: 11px 0 0 0;
			}
			
			#sub_nav ul li a:hover {
				background-position: 0 -11px;
			}
			
			#menu5 a {
				width: 190px;
				
				background: url("images/subnav/menu_sunrooms.gif") no-repeat top left ;
			}
			#menu6 a {
				width: 212px;
				background: url("images/subnav/menu_additions.gif") no-repeat top left ;
			}
			#menu7 a {
				width: 167px;
				background: url("images/subnav/menu_kitchens.gif") no-repeat top left ;
			}
			#menu8 a {
				width: 87px;
				background: url("images/subnav/menu_garages.gif") no-repeat top left ;
			}

