

/* menu */
#mainmenu {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 84px;
		}
		
.logo {
	margin-top: 20px;
	float: left;
}
#Navbar {
	height: 84px;
	float: right;
	
		}

#Navbar ul {
	list-style-type: none;
	margin: 0px;

	padding: 0px;
}

#Navbar ul li {
	display: inline;
	
}

#Navbar ul li a {
	background-color: transparent;
	float: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: -9999px;
	display: block;
	
}

#Navbar ul li#welcome a {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 84px;
	width: 84px;
	
}

#Navbar ul li#welcome a:hover {
	background-position: left bottom;
}
#Navbar ul li#welcome_activ a {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 84px;
	width: 84px;
	
}

#Navbar ul li#welcome_activ a:hover {
	background-position: left top;
}

#Navbar ul li#company a {
	width: 96px;
	height: 84px;
	background-image: url(../images/company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}

#Navbar ul li#company a:hover {
	background-position: left bottom;
}
#Navbar ul li#company_activ a {
	width: 96px;
	height: 84px;
	background-image: url(../images/company.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}

#Navbar ul li#company_activ a:hover {
	background-position: left top;
}
#Navbar ul li#product a {
	height: 84px;
	width: 108px;
	background-image: url(../images/products.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}

#Navbar ul li#product a:hover {
	background-position: left bottom;
}

#Navbar ul li#product_activ a {
	height: 84px;
	width: 108px;
	background-image: url(../images/products.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}

#Navbar ul li#product a:hover {
	background-position: left top;
}

#Navbar ul li#newarrivals a {
	height: 84px;
	width: 123px;
	background-image: url(../images/new-arrivals.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;	
}

#Navbar ul li#newarrivals a:hover {
	background-position: left bottom;
}
#Navbar ul li#newarrivals_activ a {
	height: 84px;
	width: 123px;
	background-image: url(../images/new-arrivals.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	
}

#Navbar ul li#newarrivals_activ a:hover {
	background-position: left top;
}

#Navbar ul li#gallery a {
	height: 84px;
	width: 97px;
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#Navbar ul li#gallery a:hover {
	background-position: left bottom;
}

#Navbar ul li#gallery_activ a {
	height: 84px;
	width: 97px;
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#Navbar ul li#gallery_activ a:hover {
	background-position: left top;
}

#Navbar ul li#contact a {
	height: 84px;
	width: 103px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#Navbar ul li#contact a:hover {
	background-position: left bottom;
}
#Navbar ul li#contact_activ a {
	height: 84px;
	width: 103px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#Navbar ul li#contact_activ a:hover {
	background-position: left top;
}
#dropmenudiv{
	position:absolute;
	width: 180px;
	border: 5px solid #312b24;
	border-top: none;
	z-index: 100;
	}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color:#8a7c68;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 31px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 14px;
	line-height: 31px;
	font-size: 12px;
	background-color: #362f28;
	background-image: url(../images/DROPDOWN.JPG);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: -5;
	}

#dropmenudiv a:hover{
	color:#E2D0A8;
	text-align: left;
	background-color: #2f2923;
	background-image: none;
	}

