.MainMenu
{
	margin-left: 50px;
	margin-top: 0px;
	font-weight :bold;
	width: auto;
	font-family: Tahoma;
	font-size: 1em;
	padding-top:12px;
	
}


.MainMenu span
{
	margin-left:65px;	
}

.MainMenu a,
.MainMenu a:visited

{
	color: white;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
	padding-left:20px;
    background-image: url(./Img/Design/Wsq.jpg);
    background-repeat: no-repeat;
    background-position:2% 60%;
}

.MainMenu a:hover

{
	color: black;
	background-image: url(./Img/Design/Bsq.jpg);
    background-repeat: no-repeat;
    background-position:2% 60%;

	
}