/* Menu Link */
A.MenuLink{
	color:#000000;
	width:100%;
	text-decoration: none;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:#AA0000;
	background-color:#FFFF99;
	text-decoration: underline;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:130px;
	text-align: center;
	background-color:#82A6C4;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
	display:none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	width:130px;
	padding:3px;
	text-align: center;
	background-color:#FFFF99;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:150px;
	background-color:#EFEFFF;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
	display:none;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:150px;
	background-color:#FFFF99;
	border-color:#475156;
	border-style:solid;
	border-width:1px;
}

