
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#body-internal {
	background-color: #E6DEC9;
	background-image: url(../images/drop-shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #616161;
}

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

/*Top level list items*/
.navigation ul li{
position: relative;
display: inline;
float: left;
background-color: #F4F3E9; /*overall menu background color*/
}

/*Top level menu link items style*/
.navigation ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 0px;
border: none;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.navigation ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #F5F4EA ! important;
background-image: none ! important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navigation ul li ul li{
display: list-item;
float: none;
background-color: #F5F4EA ! important;
background-image: none ! important;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navigation ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
background-color: #F5F4EA;
}

/* Sub level menu links style */
.navigation ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #797979;
text-decoration: none;
padding: 1px 5px;
border-width: 1px 0px;
border-style: solid;
border-color: #ffffff;
background-color: #F5F4EA ! important;
background-image: none ! important;
font-size: 10px;
height: 15px ! important;
}

.navigation ul li a:hover{
background-color: black;
color: #C50102;
background-color: #E6DEC9 ! important;
}

/*Background image for top level menu list links */
.navigation .mainfoldericon{
background: #F3F3F3 url(../samples/H.%20Pearce%20Real%20Estate%20-%20Connecticut%20Real%20Estate_files/media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.navigation .subfoldericon{
background: #F3F3F3 url(../samples/H.%20Pearce%20Real%20Estate%20-%20Connecticut%20Real%20Estate_files/media/arrow-right.gif) no-repeat center right;
}

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

#buying-tab a {
	background-image: url(../images/tabBuying.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#buying-tab a:hover {
	background-image: url(../images/tabBuyingover.gif);
	background-repeat: no-repeat;
	}
	
#selling-tab a {
	background-image: url(../images/tabSelling.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#selling-tab a:hover {
	background-image: url(../images/tabSellingover.gif);
	background-repeat: no-repeat;
	}
	
#services-tab a {
	background-image: url(../images/tabServices.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#services-tab a:hover {
	background-image: url(../images/tabServicesover.gif);
	background-repeat: no-repeat;
	}
	
#about-tab a {
	background-image: url(../images/tabAboutus.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#about-tab a:hover {
	background-image: url(../images/tabAboutusover.gif);
	background-repeat: no-repeat;
	}
	
#contact-tab a {
	background-image: url(../images/tabContactus.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#contact-tab a:hover {
	background-image: url(../images/tabContactusover.gif);
	background-repeat: no-repeat;
	}
	
#blog-tab a {
	background-image: url(../images/tabBlog.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 27px;
	}
	
#blog-tab a:hover {
	background-image: url(../images/tabBlogover.gif);
	background-repeat: no-repeat;
	}