/*NAVIGATION MENU*/
#navigation {
	margin: 0px 0 0 187px;
	z-index: 20;
	position: relative;
	clear:both;
	padding-top:215px;
}

#navigation li {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
}

#home_but, #about_but, #services_but, #products_but, #contact_but   {padding: 10px 17px;}

#navigation li a {text-decoration: none; color:#333333;}
#navigation li a:hover {color: #5c161a;}
#home #home_but, #about #about_but, #services #services_but, #products #products_but, #contact #contact_but,{
	background-color: #c3c3c3;
}

/*------------- dropdown -------------*/

#dropmenudiv{
position: absolute;
margin-top: 11px;
border:0px solid #929292;
border-bottom-width: 0;
font: bold 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
margin-left: -17px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 9px;
border-bottom: 1px solid #929292;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color: #333;}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5c161a;
font-weight: bold;
color: #fff;}

/*------------- END nav menu -------------*/



/*Footer MENU*/
#navlist{
    width:900px;
	float: left;
	margin:0 0 0 10px;	
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 17px;
font-size:11px;
margin: 0px 10px;
text-decoration: none;
color: #FFF;
}

#navlist a:link#current, #navlist a:visited#current, 
#navlist a:hover
{
background: transparent;
color: #d4bc65;
}

#navlist a:hover { color: #d4bc65; }
/*FOOTER MENU*/

