a:hover	{text-decoration:none}
a{text-decoration:none}

div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #747474;
	text-decoration: none;
	position:absolute;
}

.topMenuOFF { top: 25px; height: 40px }


.topMenuON      { color: #000000; text-decoration: none; background-color: #ffffff; top: 25px; height: 40px; border: solid 0 }


.subMenuOFF{
	color: #747474;
	text-decoration: none;
	position:relative;
}

.subMenuON{
	color: #000000;
	text-decoration: none;
	position:relative;
}



.subMenu  { background-color: #ffffff; visibility: hidden; position: absolute; top: 63px; border: solid 1px #000000 }
