/* graphical menu codes */

#topmenu ul {
	list-style: none;
   width: 920px;
	height:53px;
	padding:0;
	margin: 0px;
	float:right;
	display:inline;
   position: relative;
	overflow: hidden;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
	float: left;
	font-size:11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:1000px;
	overflow:hidden;
	height:53px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	


.home_off {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:121px;
}

.home_on {
background: url("/graphics/topmenu.gif") 0 -53px no-repeat;
}

.about_off {
background: url("/graphics/topmenu.gif") -121px 0 no-repeat;
width:147px;
}

.about_on{
background: url("/graphics/topmenu.gif") -121px -53px no-repeat;
}

.communities_off {
background: url("/graphics/topmenu.gif") -268px 0 no-repeat;
width:182px;
}

.communities_on{
background: url("/graphics/topmenu.gif") -268px -53px no-repeat;
}

.homewoner_off {
background: url("/graphics/topmenu.gif") -450px 0 no-repeat;
width:229px;
}

.homewoner_on{
background: url("/graphics/topmenu.gif") -450px -53px no-repeat;
}

.concierge_off {
background: url("/graphics/topmenu.gif") -679px 0 no-repeat;
width:241px;
}

.concierge_on{
background: url("/graphics/topmenu.gif") -679px -53px no-repeat;
}





ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 6px 10px 6px 10px;
font-size: 14px;
font-family:arial;
color: #ffffff;
text-decoration: none;
border-bottom:1px solid #002300;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #327425;
	text-decoration: none;
}


#communities_submenu {
	width:148px;
	padding: 5px 0;
	background: #254f1d;
	position: absolute;
	top: 195px;
	left: 284px;
	display: none;
	z-index:1000;
}











#midmenu ul {
	list-style: none;
   width: 380px;
   height:25px;
   margin:7px 0 8px 16px;
   font-size:13px;
   float:left;
   font-weight:bold;
	display:inline;
   position: relative;
	overflow: hidden;
   }

#midmenu li {
   display: inline;
   position: absolute;
}


#midmenu li a{
   border-left: 1px solid #cdcdcd;
   float: left;
   line-height: 23px;
   margin: 0 .5em 0 -.5em;
   padding: 0 8px 0 21px;
   white-space: nowrap;
	text-transform:uppercase;
	background: url("/graphics/pipel.gif") left center no-repeat;
}

#midmenu li a:hover {
	color: #b2d827;
	}
a.on {
	color: #b2d827;
	}
	
#midmenu a {
	color: #000;
	text-decoration: none;

}
#midmenu a:hover {
	color: #b2d827;
	text-decoration: none;
}	
	


	


.garden_off {
width:135px;
	list-style: url(/graphics/orange_bullet.gif) circle outside;
}

.garden_on {
}


.trad_off {
width:135px;
	list-style: url(/graphics/orange_bullet.gif) circle outside;
}

.trad_on {
}





ul.dropdown2 {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown2 li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown2 li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 5px 10px 5px 4px;
font-size: 11px;
font-family:arial;
color: #000;
text-decoration: none;
border-bottom:1px solid #cdcdcd;

}


ul.dropdown2 li a:hover{
color: #000;
background: #ff3c00;
	text-decoration: none;
}


#garden_submenu {
	width:120px;
	padding: 0 0;
	background: #ebe3c3;
	position: absolute;
	top: 258px;
	left: 30px;
	z-index:1000;
	border:1px solid #cdcdcd;
	display:none;
}

#trad_submenu {
	width:120px;
	padding: 0 0;
	background: #ebe3c3;
	position: absolute;
	top: 258px;
	left: 160px;
	z-index:1000;
	border:1px solid #cdcdcd;
	display:none;
}

#cottage_submenu 
{
    width: 120px;
    padding: 0 0;
    background: #ebe3c3;
	position: absolute;
	top: 258px;
	left: 280px;
	z-index:1000;
	border:1px solid #cdcdcd;
	display:none;
}