/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*        MENU STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {
width:844px;
height:73px;
display:block;
background:#fff url(../images/menu.gif) no-repeat;
border-left:solid 1px #199e07;
border-right:solid 1px #199e07;
z-index: 500;
}

#menu ul li{
list-style: none;
float: left;
padding: 0px;
margin: 0px;
}

#menu ul li a{
display: block;
height: 28px;
margin: 0px;
cursor: pointer;
text-decoration: none;
}

#menu ul {
list-style: none outside;
float:left;
padding: 0px;
margin: 0px;
}

#menu li {	
position:relative;
list-style: none outside;
}

#menu ul ul {
position:absolute;
z-index:500;
display:none;
width: 140px;
background:#199e07;
border:solid 1px #077c05;
border-top:none;
top: 100%;
left: 0px;
}

#menu ul ul li {
float: none;
margin-left: 0px;
cursor: pointer;
padding: 2px;
}

#menu div {
float:left;
}


#menu ul ul li:hover {
color: #000000;
background: #4ccf3a;
}

#menu ul ul li a {
text-align:left;
color: #ffffff;
font-size: 8pt;
font-weight: bold;
padding-top:1px;
padding-left: 10px;
line-height: 19px;
cursor: pointer;
display: block;
width:160px;
height: 19px;
}

#menu ul ul ul {
position:absolute;
top:0px;
left:100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}



.index {
	width:74px;
	border-bottom:solid 4px #fab12a;
}

.aboutus {
	width:102px;
}

.aboutus:hover {
	border:none;
}

.testimonials {
	width:127px;
}

.commercial {
	width:119px;
}

.residential {
	width:114px;
}

.spacer {
	display:block;
	width:193px;
	height:28px;
}

.contactus {
	width:115px;
}