﻿/* Default Menu Structure Styles */

#nav
{
	display: block;
	
	width: 645px;
	height: 27px;
	font-size: 1pt;	
	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);	
}

#nav .groups
{
	list-style-type: none;	
	display: inline;
}

#nav .groups .group
{
	display: inline;	
	float: left;	
	
	margin-left: 15px;
	margin-right: 15px;
	
	position: relative;		
	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '') "),
	this.style.behavior=null);		
}

#nav .items
{
	width: 150px;
	height: auto;
	list-style-type: none;
	position: absolute;
	float: left;

	background-color: #F1EFE9;		
	border: #d9cfb4 1px solid;
	
	opacity:.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);		

	display: none;
		
	margin: 0px;
	padding: 0px;
}


#nav  .item
{
	width: 100%;
	height: auto;
	float: left;	
	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', ''); "),
	this.style.behavior=null);		
}

/* .png transparent bottom */
#nav .items bottom
{	
	width: 100%;
	height: 12px;
	float: left;	
}

#nav .items .item a
{
	display: block;
	float: left;
	padding: 2px 6px 1px 6px;	
}

/* Default Menu Element Styles */

#nav a
{	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #714C1D; 
				
	text-decoration: none;	
}

#nav img.offstate
{
	display: inline;
}

#nav img.onstate
{
	display: none;
}

/* Hover Events */

#nav .group.hover .onstate
{
	display: inline;
}

#nav .group:hover .onstate
{
	display: inline;
}

#nav .group.hover .offstate
{
	display: none;
}

#nav .group:hover .offstate
{
	display: none;
}

#nav .group.hover .items 
{
	display: block;
	
	top: 100%;
	_top: 102%; /* ie6 hack to adjust location of rollover menu*/
	
	left: 0px;
}

#nav .group:hover .items 
{
	display: block;
	
	top: 100%;
	_top: 102%; /* ie6 hack to adjust location of rollover menu*/
	
	left: 0px;
}

#nav .item.hover
{	
	background-color: #f0e7cd;		
}

#nav .item:hover
{	
	background-color: #f0e7cd;		
}

#nav .items .item.hover a
{
	color:#714C1D;
}

#nav .items .item:hover a
{
	color:#714C1D;
}

/* Preselect Group Image if in section */
BODY.contact #nav .contact img.onstate
{
	display: inline;
}

BODY.area #nav .area img.onstate
{
	display: inline;
}

BODY.about #nav .about img.onstate
{
	display: inline;
}

BODY.news #nav .news img.onstate
{
	display: inline;
}

BODY.cottage_rentals #nav .cottage_rentals img.onstate
{
	display: inline;
}

BODY.homes #nav .homes img.onstate
{
	display: inline;
}

BODY.town #nav .town img.onstate
{
	display: inline;
}

BODY.contact #nav .contact img.offstate
{
	display: none;
}

BODY.area #nav .area img.offstate
{
	display: none;
}

BODY.about #nav .about img.offstate
{
	display: none;
}

BODY.news #nav .news img.offstate
{
	display: none;
}

BODY.cottage_rentals #nav .cottage_rentals img.offstate
{
	display: none;
}

BODY.homes #nav .homes img.offstate
{
	display: none;
}

BODY.town #nav .town img.offstate
{
	display: none;
}
