/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*        MENU STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {
width:844px;
height:27px;
display:block;
background:#fff url(../images/smenu.gif) no-repeat;
border-left:solid 1px #199e07;
border-right:solid 1px #199e07;
position:relative;
z-index: 500;
}

#menu ul li{
list-style: none;
float: left;
padding: 0px;
margin: 0px;
}

#menu ul li a{
display: block;
height: 27px;
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:1000;
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:0px;
padding-left: 10px;
line-height: 19px;
cursor: pointer;
display: block;
width:160px;
height: 21px;
}

#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:101px;
}

.aboutus {
	width:138px;
}

.aaboutus {
	width:138px;
	border-bottom:solid 4px #fab12a;
}

.testimonials {
	width:160px;
}

.atestimonials {
	width:160px;
	border-bottom:solid 4px #fab12a;
}

.commercial {
	width:152px;
}

.acommercial {
	width:152px;
	border-bottom:solid 4px #fab12a;
}

.residential {
	width:152px;
}

.aresidential {
	width:152px;
	border-bottom:solid 4px #fab12a;
}

.contactus {
	width:140px;
}

.acontactus {
	width:140px;
	border-bottom:solid 4px #fab12a;
}