@charset "utf-8";

.dropmenudiv {
  position:absolute;
  margin-top: -4px;
  line-height:18px;
  z-index:100;
  width: 106px;
  visibility: hidden;
}
.dropmenudiv   li  {
	line-height: 25px;
	background-image: url(../images/submenuBG.gif);
	text-align: center;
}
.dropmenudiv li a:hover {
	font-weight: bold;
	color: #217AC5;
}

* html .dropmenudiv a{
  width: 100%;  
}

.dropmenudiv a:hover{
  background-color: #edf3f3;
}
