A.topLevelMenuItem { color: #111; font-size: 13px; font-style: normal; font-family: "helvetica neue", Arial; text-decoration: none; margin-right: 5px; height: 25px; padding: 2px 0px 6px 0px; background-color: Transparent; }
A:hover.topLevelMenuItem { color: #111; text-decoration: none; }
A:focus.topLevelMenuItem { color: #111; text-decoration: none; }

A.topLevelMenuItemOver { color: #fff; font-size: 13px; font-style: normal; font-family: "helvetica neue", Arial; text-decoration: none; margin-right: 5px; height: 25px; padding: 2px 0px 6px 0px; }
A:hover.topLevelMenuItemOver { color: #fff; text-decoration: none; }
A:focus.topLevelMenuItemOver { color: #fff; text-decoration: none; }

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #ccc;
line-height: 18px;
z-index: 100;
width: 150px;
margin-top: 0px;
background-color: #fff;
background-image: url(trans-menu-bg.png);
background-repeat: repeat;
background-position: left top;
padding: 5px 0px 5px 0px;

}

.anylinkcss SPAN.headline
{
	font-weight: bold;
	font-size: 85%;
	color: #111;
	display: block;
	text-indent: 5px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 0px;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
font-size: 90%;
text-indent: 10px;
color: #111;
}

.anylinkcss a:hover{
background-repeat: repeat-x;                     
background-image: url(hover-bg.png);
}

.MenuBreak
{
  background-image:url(break.gif);
  width:100%;
  height:2px;
  margin: 2px 0px;
}
