#dropdown{
	height:44px;
	float:right;
}* {padding:0; margin:0}
#dropdown dt.home{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/home_link.jpg);
	background-repeat:;
	width:83px;
	height:44px;
}
#dropdown dt.home a{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/home_link.jpg);
	background-repeat:;
	width:83px;
	height:44px;
}
#dropdown dt.home a:hover{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_home_link.jpg);
	background-repeat:;
	width:83px;
	height:44px;
}
#dropdown dt.homeactive{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_home_link.jpg);
	background-repeat:;
	width:83px;
	height:44px;
	cursor:default;
}
#dropdown dt.company{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/company_history_link.jpg);
	background-repeat:;
	width:151px;
	height:44px;
}
#dropdown dt.company a{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/company_history_link.jpg);
	background-repeat:;
	width:151px;
	height:44px;
}
#dropdown dt.company a:hover{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_company_history_link.jpg);
	background-repeat:;
	width:151px;
	height:44px;
}
#dropdown dt.companyactive{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_company_history_link.jpg);
	background-repeat:;
	width:151px;
	height:44px;
	cursor:default;
}
#dropdown dt.product{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/products_link.jpg);
	background-repeat:;
	width:91px;
	height:44px;
}
#dropdown dt.product a{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/products_link.jpg);
	background-repeat:;
	width:91px;
	height:44px;
}
#dropdown dt.product a:hover{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_products_link.jpg);
	background-repeat:;
	width:91px;
	height:44px;
}
#dropdown dt.productactive{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_products_link.jpg);
	background-repeat:;
	width:91px;
	height:44px;
	cursor:pointer;
}
#dropdown dt.basket{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/basket_link.jpg);
	background-repeat:;
	width:82px;
	height:44px;
}
#dropdown dt.basket a{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/basket_link.jpg);
	background-repeat:;
	width:82px;
	height:44px;
}
#dropdown dt.basket a:hover{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_basket_link.jpg);
	background-repeat:;
	width:82px;
	height:44px;
}
#dropdown dt.basketactive{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_basket_link.jpg);
	background-repeat:;
	width:82px;
	height:44px;
	cursor:default;
}
#dropdown dt.services{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/services_link.jpg);
	background-repeat:;
	width:87px;
	height:44px;
}
#dropdown dt.services a{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/services_link.jpg);
	background-repeat:;
	width:87px;
	height:44px;
}
#dropdown dt.services a:hover{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_services_link.jpg);
	background-repeat:;
	width:87px;
	height:44px;
}
#dropdown dt.servicesactive{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_services_link.jpg);
	background-repeat:;
	width:87px;
	height:44px;
	cursor:default;
}
#dropdown dt.contact{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/contact_link.jpg);
	background-repeat:;
	width:118px;
	height:44px;
}
#dropdown dt.contact a{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/contact_link.jpg);
	background-repeat:;
	width:118px;
	height:44px;
}
#dropdown dt.contact a:hover{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_contact_link.jpg);
	background-repeat:;
	width:118px;
	height:44px;
}
#dropdown dt.contactactive{
	border:0px;
	cursor:pointer;
	float:left;
	background-image:url(images/active_contact_link.jpg);
	background-repeat:;
	width:118px;
	height:44px;
	cursor:default;
}
#dropdown dd {
	position:absolute;
	display:none;
	background:#ede0d0;
	padding-left:0px; 
	margin-top:43px;
	overflow:hidden;
	opacity:0;
}
#dropdown ul {
	 width:131px;
	 border:0px;
	 list-style:none; 
	 margin:0px;
 	 color:#ede0d0;
	 padding:0px;
	 float:left;
	 background-image:url(images/ul_bg.jpg);
	 background-repeat:no-repeat;
	 height:auto;
}
#dropdown li {
	width:100px;
	color:#988d20;
	font-size:11px;
	padding-left:20px;
	margin:0px;
	font-weight:bold;
	padding-top:5px;
}
#dropdown li a {
	color:#988d20;
	text-decoration:none;
}
#dropdown li a:hover {
	color:#5b492e;
	text-decoration:underline;
}
.productsubmenu{
	width:131px;
	margin-left:234px;
	*margin-left:-296px; 
	_margin-left:-296px;
	position:absolute;
}
