@charset "UTF-8";


#nav li a:link, #nav li a:visited {
	border: none;
	width: auto; 
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -7000px;
	outline: none;
}
#nav li.home a:link, #nav li.home a:visited { 
	height: 70px;
	width: 100px;
	left: 0;
}
#nav li.prod a:link, #nav li.prod a:visited { 
	height: 70px;
	width: 140px;
	left: 100px  ;
}
#nav li.about a:link, #nav li.about a:visited { 
	height: 70px;
	width: 120px;
	left: 240px ;
}

#nav li.home a:hover {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#nav li.prod a:hover {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
#nav li.about a:hover {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -240px 0px;
}
#nav ul {
	list-style-type: none;
}

#contact li a:link, #contact li a:visited {
	background-image: url(../images/contact.png);
	background-repeat:no-repeat;
	background-position: 0px -50px;    
	border: none;
	width: 100px; 
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -7000px;
	outline: none;
}
#contact li.contact_button a:link, #contact li.contact_button a:visited { 
	height: 50px;
	width: 100px;
	left: 0;
}
#contact li.contact_button a:hover {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contact ul {
	list-style-type: none;
}

#prod_list_content li a {
	display: block;
	background-color: #1B1363;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;

}

#prod_list_content li a:hover{
	background-color: #C6A530;
	color: #000;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4),
				inset 0 0 45px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4),
				inset 0 0 45px rgba(0, 0, 0, 0.4);
					list-style-type:none;

}