.amenu{
 text-decoration:none;
 font-weight:bold;
 color:#000000;
}
.amenu:hover {
 color:#333333;
 cursor: pointer;
}
.amenu:visited{
 text-decoration:none;
  color:#000000;
}
#amenu1{
 text-decoration:none;
 color:#333333;
}
#amenu1:hover{
  color:#000000;
}
#amenu1:visited{
  color:#000000;
}

.amenu div:hover {
	background-image:url('../img/bmenu_h.jpg');
	background-repeat:no-repeat;
background-position:center; 
height:30px;
width:143px;
padding-top: 18px;
}

.bmenu{
background-image:url('../img/bmenu.gif');
background-repeat:no-repeat;
background-position:center; 
height:30px;
width:143px;
padding-top: 18px;
}

.bmenu:hover {
	cursor: pointer;
}

* html .amenu div:hover {
	background-image:url('../img/bmenu_h.jpg');
	background-repeat:no-repeat;
background-position:center; 
height:48px;
width:143px;
padding-top: 18px;
}

* html .bmenu{
background-image:url('../img/bmenu.gif');
background-repeat:no-repeat;
background-position:center; 
height:48px;
width:143px;
padding-top: 18px;
}













