/* Menu Link */
A.MenuLink{
	color:white;
	font-weight: bold;
	width:100%;
	text-decoration: none;
	display: inline-block;
}
/* Menu Link when the mouse is over */
A.MenuLink:hover{
	color:white;
	font-weight: bold;
	display: inline-block;
}
/* First menu link element */
DIV.FirstMenuElement{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px 8px;
	text-align: center;
	color:white;
	float: left;
	background-color: #0054A5;
	font-weight: bold;	
	border: #0054A5 solid 1px;
	display:none;
}
/* First menu link element when the mouse is over */
DIV.FirstMenuElementOver{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px 8px;
	text-align: center;
	color:white;
	float: left;	
	background: white url(../images/button.png) ;
	border: #475156 solid 1px;
	font-weight: bold;
}
/* Menu link element */
DIV.MenuElement { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:150px;	
	background-color: #0054A5;
	background-size: 156px 23px;
	border: #0054A5 solid 1px;
	display:none;
    text-align:left;
}
/* Menu link element when the mouse is over */
DIV.MenuElementOver { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	padding:3px;
	width:150px;	
	background: white url(../images/button.png) no-repeat;
	background-size: 156px 23px;
	border: #475156 solid 1px;
    text-align:left;
}

#menuLine, #MenuLine {
	background-color: #0054A5;
}