/*****************************************************************
/* This document holds all styles for the navigation (main and sub nav)
/* This includes formatting and image locations
/*****************************************************************/

/*****************************************************************
/* NAVIGATION STYLES
/*****************************************************************/
#nav ul{
	margin:0;
	list-style-type:none;  
	display:inline;
	padding: 0 0 300px 0;
	}

#nav li{
	float:left;
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}
	
#nav a{
	height: 20px;
	display: block;
	text-decoration:none;
	
	overflow: hidden;
	
/*these two lines allow text links to be hidden. 
text links are included in the template code for ancient browsers
that do not support CSS*/

/*removed for lack of support in IE Mac */
	
	}
 
 
#nav a:hover, #subnavX a:hover{
	background-position: bottom left;

	}

/*specific button styles, require image width and location of button image*/
#home{
	width: 45px;
	background: url("../images/nav/home.gif") top left no-repeat;
	}
	
#floorplans{
	width: 92px;
	background: url("../images/nav/floorplans.gif") top left no-repeat;
	}

#features{
	width: 72px;
	background: url("../images/nav/features.gif") top left no-repeat;
	}

#directions{
	width: 85px;
	background: url("../images/nav/directions.gif") top left no-repeat;
	}

#faqs{
	width: 49px;
	background: url("../images/nav/faqs.gif") top left no-repeat;
	}

#map{
	width: 71px;
	background: url("../images/nav/area_map.gif") top left no-repeat;
	}

#gallery{
	width: 86px;
	background: url("../images/nav/gallery.gif") top left no-repeat;
	}

/*****************************************************************
/* SUB-NAVIGATION STYLES
/*****************************************************************/
#subnavX ul{
	margin:0; 
	padding:0;
	list-style-type:none;  
	display:inline;
	}

#subnavX li{
	padding-top:80px;
	float:left;
	margin: 0; 
     list-style: none;
	display: inline;
	}
#subnavX a{
	height: 11px;
	display: block;
	text-decoration:none;
	
	overflow: hidden;
	
}

/*sub-nav buttons*/
#about{
	width: 90px;
	background: url("../images/nav/about_us.gif") top left no-repeat;
	}

#downloads{
	width: 89px;
	background: url("../images/nav/downloads.gif") top left no-repeat;
	}

#gammonley{
	width: 155px;
	background: url("../images/nav/gammonley.gif") top left no-repeat;
	}

#contact{
	width: 90px;
	background: url("../images/nav/contact_new.gif") top left no-repeat;
	}
