/* CSS Document */

#home a, #home a:visited {
	width: 79px;
	height:42px;
	text-decoration:none;
	color: #fff;
}

#home a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#home_active a {
	width: 79px;
	background: url('../img/home.png') no-repeat center !important;
	background: url('../img/home.gif') no-repeat top left;	
	color:#567C35;
	text-decoration:none;
	margin:0;
}

#home_active a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#about a, #about a:visited {
	width: 72px;
	height:42px;
	text-decoration:none;
	color: #fff;
}

#about a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#about_active a {
	width: 72px;
	background: url('../img/about.png') no-repeat center !important;
	background: url('../img/about.gif') no-repeat top left;	
	color:#567C35;
	text-decoration:none;
}

#about_active a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#products a, #products a:visited {
	width: 94px;
	height:42px;
	text-decoration:none;
	color: #fff;
}

#products a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#products_active a {
	width: 94px;
	background: url('../img/products.png') no-repeat center !important;
	background: url('../img/products.gif') no-repeat top left;	
	color:#567C35;
	text-decoration:none;
}

#products_active a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#inquiry a, #inquiry a:visited {
	width: 100px;
	height:42px;
	text-decoration:none;
	color: #fff;
}

#inquiry a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#inquiry_active a {
	width: 100px;
	background: url('../img/inquiry.png') no-repeat center !important;
	background: url('../img/inquiry.gif') no-repeat top left;	
	color:#567C35;
	text-decoration:none;
}

#inquiry_active a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#equipment a, #equipment a:visited {
	width: 112px;
	height:42px;
	text-decoration:none;
	color: #fff;
}

#equipment a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#equipment_active a {
	width: 112px;
	background: url('../img/equipment.png') no-repeat center !important;
	background: url('../img/equipment.gif') no-repeat top left;	
	color:#567C35;
	text-decoration:none;
}

#equipment_active a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#contact a, #contact a:visited {
	width: 92px;
	height:42px;
	text-decoration:none;
	color: #fff;
}

#contact a:hover {
	color: #75AD4D;
	text-decoration:none;
}

#contact_active a {
	width: 92px;
	background: url('../img/contact.png') no-repeat center !important;
	background: url('../img/contact.gif') no-repeat top left;	
	color:#567C35;
	text-decoration:none;
}

#contact_active a:hover {
	color: #75AD4D;
	text-decoration:none;
}

a#prod1  { 
	display:block;
	width:213px;
	height:31px;
	text-indent: -500em;
	margin-left:20px;
	margin-top:15px;
	background: url('../img/pane_1_item.gif') no-repeat;
}

a#prod1:hover { 
	background: url('../img/pane_1_item_ov.gif') no-repeat;
}

a#prod1_active  { 
	display:block;
	width:213px;
	height:31px;
	text-indent: -500em;
	margin-left:20px;
	margin-top:15px;
	background: url('../img/pane_1_item_ov.gif') no-repeat;
}

a#prod1_active:hover { 
	background: url('../img/pane_1_item.gif') no-repeat;
}

a#prod2  { 
	display:block;
	width:213px;
	height:31px;
	text-indent: -500em;
	margin-left:20px;
	margin-top:10px;
	background: url('../img/pane_2_item.gif') no-repeat;
}

a#prod2:hover { 
		background: url('../img/pane_2_item_ov.gif') no-repeat;
}

a#prod2_active  { 
	display:block;
	width:213px;
	height:31px;
	text-indent: -500em;
	margin-left:20px;
	margin-top:10px;
	background: url('../img/pane_2_item_ov.gif') no-repeat;
}

a#prod2_active:hover { 
		background: url('../img/pane_2_item.gif') no-repeat;
}

a#prod3  { 
	display:block;
	width:213px;
	height:31px;
	text-indent: -500em;
	margin-left:20px;
	margin-top:10px;
	background: url('../img/pane_3_item.gif') no-repeat;
}

a#prod3:hover { 
	background: url('../img/pane_3_item_ov.gif') no-repeat;
}

a#prod3_active  { 
	display:block;
	width:213px;
	height:31px;
	text-indent: -500em;
	margin-left:20px;
	margin-top:10px;
	background: url('../img/pane_3_item_ov.gif') no-repeat;
}

a#prod3_active:hover { 
	background: url('../img/pane_3_item.gif') no-repeat;
}