/* navbar */

body {
	background-color: #757575;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	left: -22px;
}

a {
	color:#FFFFFF;
	text-decoration: none;
	left: 0px;
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	color:#CCCCCC
}

#Mlink {position:relative;top:60px;}
#Mlink a{color:#b9b9b9; font-size:10px;}
#Mlink a:hover{color:#fff;}
