
ul > li {
	position: relative;
	float: left;
	list-style: none;
	margin-top:3px;
	margin-left:30px;
	margin-right:40;
	font-size: 16px;
	width:140px;
	z-index: 1;
}
li  a {
	width:400px;
	color: blue;
	text-decoration: none;
	
	

}

li a:active {
	color: yellow;
	text-decoration: none;
}


li a:visited {
	color: purple;
	text-decoration: none;
}

li a:focus {
	color: white;
	text-decoration: none;
	background: url("../../img/menu_bawah/homee2.png") 0 0 no-repeat;
}








 .menubtnhome a {

 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: 12px;
 display:block;
 text-shadow:#99FF00;
  width:170px;
 height:57px;
 background: url("../../img/menu_bawah/homee1.png") 0 0 no-repeat;
 }



 .menubtnhome a:hover {

 background: url("../../img/menu_bawah/homee2.png") 0 0 no-repeat;
 }


 .menubtnabout a {

 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: 12px;
 display:block;
 text-shadow:#99FF00;
  width:170px;
 height:57px;
 background: url("../../img/menu_bawah/about1.png") 0 0 no-repeat;
 }



 .menubtnabout a:hover {

 background: url("../../img/menu_bawah/about2.png") 0 0 no-repeat;
 }
 
 .menubtncontact a {

 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: 12px;
 display:block;
 text-shadow:#99FF00;
  width:170px;
 height:57px;
 background: url("../../img/menu_bawah/contact1.png") 0 0 no-repeat;
 }



 .menubtncontact a:hover {

 background: url("../../img/menu_bawah/contact2.png") 0 0 no-repeat;
 }
 
 .menubtnproduct a {

 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: 12px;
 display:block;
 text-shadow:#99FF00;
  width:170px;
 height:57px;
 background: url("../../img/menu_bawah/produk1.png") 0 0 no-repeat;
 }



 .menubtnproduct a:hover {

 background: url("../../img/menu_bawah/produk2.png") 0 0 no-repeat;
 }
 
 .menubtnnews a {

 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: 12px;
 display:block;
 text-shadow:#99FF00;
  width:170px;
 height:57px;
 background: url("../../img/menu_bawah/know1.png") 0 0 no-repeat;
 }



 .menubtnnews a:hover {
 background: url("../../img/menu_bawah/know2.png") 0 0 no-repeat;
 }
 
 
 
  

 .menubtn a:active {

 background-position: -228px 0;

 }