#menubar {
	background:url(../images/menu_img.png);
	float: left;
	height: 40px;
	width: 959px;
}
ul{
	height:40px;
	background:url(../images/menu_img.png);
	width:100%;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
li{
	height:40px;
	float:left;
	width:120px;
	text-align:center;
	line-height:2em;
	
	}
#services{
	height:40px;
	float:left;
	width:120px;
	text-align:center;
	line-height:2em;
	
	}	
	
#sub_hvac{
	background:#FFF;
	margin-top:10px;
	border-bottom:1px #000 solid;
	 height:40px;
	 color:#000; 
	 text-align:left; 
	 width:130px;
	  float:left;
	 margin-left:10px;
	}
#sub_ibms{
	background:#FFF;
	 height:40px;
	 color:#000; 
	 text-align:left; 
	 width:130px;
	 float:left;
	 margin-left:10px;
	}
#sub_electrical{
	background:#FFF;
	border-bottom:1px #000 solid;
	 height:40px;
	 color:#000; 
	 text-align:left; 
	 width:130px;
	  float:left;
	 margin-left:10px;
	}
#sub_plumbing{
	background:#FFF;
	border-bottom:1px #000 solid;
	 height:40px;
	 color:#000; 
	 text-align:left; 
	 width:130px;
	 float:left;
	 margin-left:10px;
	}				
#sub_hvac:hover{
	color: #0C0;
	}
#sub_electrical:hover{
	color: #0C0;
	}
#sub_plumbing:hover{
	color: #0C0;
	}
#sub_ibms:hover{
	color: #0C0;
	}				