/*Top menu, left, width, padding, zindex, and top can all be changed*/

/*main headings*/
UL#nav {
	PADDING:0 0 0 20px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
	text-align:left;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL#nav LI {
	padding:0px;
	margin:0 23px 0 0;
	float:left;
	white-space:nowrap;
}

UL#nav LI.green {
	margin-right:0;
}



/*This changes the top level menu's links*/
UL#nav LI A {
	COLOR:#D4BE95;
	TEXT-DECORATION: none;
	padding:0;
	margin:0;
}



/*This changes the hover for all links in the menu div*/
UL#nav LI A:hover {
	BACKGROUND:transparent;
	color:#C2B186;
}

/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
#nav LI:hover UL {
	DISPLAY: block;
}

#nav LI.over UL {
	DISPLAY: block;
}


/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */


li#services {
	/*width:85px;*/
}

li#gallery {
	/*width:130px;*/
}

li#care {
	/*width:125px;*/
}


/*Top menu, left, width, padding, zindex, and top can all be changed*/

UL#nav2 {
	PADDING:0px 0 0 175px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
	text-align:left;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL#nav2 LI {
	padding:0px;
	margin:0 15px 0 0;
	float:left;
	white-space:nowrap;
}



/*This changes the top level menu's links*/
UL#nav2 LI A {
	COLOR:#9F2E20;
	TEXT-DECORATION: none;
	padding:0;
	margin:0;
	font-weight:bold;
}



/*This changes the hover for all links in the menu div*/
UL#nav2 LI A:hover {
	BACKGROUND:transparent;
	color:#5B5547;
}

/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
#nav2 LI:hover UL {
	DISPLAY: block;
}

#nav2 LI.over UL {
	DISPLAY: block;
}


/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */

li#home {
	/*width:75px;*/
}

li#about {
	/*width:85px;*/
}

li#services {
	/*width:85px;*/
}

li#gallery {
	/*width:130px;*/
}

li#care {
	/*width:125px;*/
}

li#blog {
	/*width:px;*/
}

li#locate {
	/*width:120px;*/

}

li#contact {
	/*width:85px;*/
	margin-right:0px;
}

