/*********** TOP MENU **********/

/*main headings*/
#menu_top ul {
	padding:11px 0 0 65px;
	margin:0px;
	list-style-type:none;
}


/*This floats the menu_top so they appear side by side and not on top of eachother.*/
#menu_top ul li {
	/*position:relative;*/
	padding:0;
	margin:0;
	float:left;
	width:154px;
	line-height:100%;
	text-align:center;
}

/*This changes the top level menu_top's links*/
#menu_top ul li a {
	padding:0;
	margin:0;
	display:block;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

/*This changes the position and appearance of the submenu_tops*/
#menu_top li ul {
	display:none;
}

#menu_top li ul {
	position:absolute;
	line-height:140%;
}

/*This changes the submenu_top links*/
#menu_top li ul li a {
	padding:0;
	margin:0;
	color:#000000;
}

/*This changes the hover for all links in the menu_top div*/
#menu_top ul li a:hover {
	color:#008000;
}


/*This makes the submenu_top list display in the hover. Do not change either of the commands listed below.*/
#menu_top li:hover ul {
	display:block;
}

#menu_top li.over ul {
	display:block;
}
/*Please note that each of the main menu_tops 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 */

#menu_top ul li a#homenav,
#menu_top ul li a#aboutnav,
#menu_top ul li a#prodnav {
	padding-top:6px;
}

#home #homenav,
#faq #faqnav,
#services #prodnav,
#about #aboutnav {
	color:#008000;
}

/********** BOTTOM MENU **********/

#menu_bottom a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.05em;
}

#menu_bottom a:hover {
	color:#FFCD00;
}

#gallery #gallerynav {
	color:#FFCD00;
}

/********** FOOTER MENU ***********/
#footer_content a {
	color:#FFFFFF;
}
