	TD{font-family:arial; color:white;}
	.small{font-size:10px; color:black; line-height:24px;}
	.text{font-size:14px; color:black;}
	.smalltext{font-size:14px; color:white; font-weight:bold;}
	.footer A{font-size:11px; font-weight:bold;}
	.footer A{font-size:11px; color:white; font-weight:bold;}
	.smallgreen A{font-size:10px; color:green;}
	.boxhead{font-size:20px; color:#ffffcc; font-weight:bold;}
	.boxhead2{font-size:20px; color:white; font-weight:bold; line-height:28px;}
	.buttons A{font-size:16; color:black; font-weight:bold; text-decoration:none;}
	.buttons A:hover{font-size:16; color:#006600; font-weight:bold; text-decoration:none;}
	.members{font-size:14px; color:black; font-weight:bold; background-color:white;}
	.members2{font-size:20px; background:white; color:black; font-weight:bold;}
	.columntextcolored{font-size:14px; color:black; background-image:images/atlanta_termite_bug_bg.jpg;}
	.columntext{font-size:14px; color:black;  background-color:white; background-image:images/white_box_bg.jpg;}
	.columntextBold{font-size:14px; color:DarkGreen;  font-weight:bold; background-color:white; background-image:images/white_box_bg.jpg;}
	.columntext A{font-size:14px; color:DarkGreen; background-color:white; text-decoration:none;}
	.columntext A:hover{font-size:14px; color:DarkGreen; background-color:white; text-decoration:underline;}
	.phone{font-size:24px; color:white; font-weight:bold; line-height:24px;}
	.biggreen{font-size:20px; color:DarkGreen; font-weight:bold; line-height:24px;}
	.bigwhite{font-size:20px; color:white; font-weight:bold; line-height:24px;}
	.bigblack{font-size:16px; color:black; font-weight:bold; line-height:24px;}
	.tiny{font-size: 6px;}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;


}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 160px; /*Width of top level menu link items*/
text-align: center;
padding: 5px 0px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(images/button_top_29.jpg) center center repeat-x;
color: black;
font: bold 16px Arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
font: bold 14px Arial;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: green;
border-width: 0 1px 1px 1px;
color:white;
font: bold 14px Arial;
}

.horizontalcssmenu ul li a:hover{
background: url(images/button_top_29.jpg) center center repeat-x;
color:green;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
color:black;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 5;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */