.Menu
{
	border-top:solid 4px #a1d3d9;
	border-bottom:solid 4px #4e4e4e;
}

.Menu a
{
  display: block;
  padding: 7px 8px 7px 45px;
  background:url(../images/DropMenu_Bg.gif) no-repeat left #42abef;
  color:#000;
  text-align:left;
  text-decoration:none;
  font-weight:bold;
  font-size:13px;
}
.Menu a:hover
{
	color:#00616d;
	background:url(../images/DropMenu_BgH.gif) no-repeat left #42abef;
}


