#Menu
{
	padding-right: 0em;
	padding-left: 0em;
	font: .9em;
	left: 0.5em;
	background-image: none;
	padding-bottom: 0em;
	margin: 0em;
	width: 7.6em;
	border-top-style: none;
	padding-top: 0em;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	top: 6.3em;
	height: 31.99em;
	background-color: #ffcc33;
	border-bottom-style: none;
}
#Menu img
{
	left: 0em;
	width: 7.6em;
	position: absolute;
	top: 0em;
	font: 1.2em;
}
#Menu div
{
	position: relative;
	width: 7.6em;
	height: 1.6em;
	font-size: 1em;	
}
#Menu div A
{
	display: block;
	font-weight: bold;
	font-size: 0.7em;
	width: 10.85em;
	cursor: hand;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, SansSerif;
	height: 2.2em;
	font-variant: normal;
	text-decoration: none;
	background-color: transparent;
}
#Menu div A SPAN
{
	left: .5em;
	width: 11em;
	position: absolute;
	top: .4em;
	height: 1.6em;
}
#Menu div A:Hover
{
	visibility: visible;
}
#Menu div A.Normal:Hover SPAN
{
	color: red;
}
#Menu div A.Selected
{
	background-color: red;
}
#Menu div A.Selected:Hover SPAN
{
	color: white;
}
#Menu div A IMG
{
	visibility: hidden;
}
#Menu div A:Hover img
{
	font-size: 1em;
	z-index: 100;
	left: 10em;
	visibility: visible;
	width: .9em;
	position: absolute;
}

