.m1 {
	background-color: #black;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	height: 20px;
	width: 100px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	background-image: url(m1.gif);
	
}
.m2 {
	background-color: #305081;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	height: 20px;
	width: 100px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	background-image: url(m2.gif);
}
.menu {
	background-color: #ffffff;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	height: 20px;
	width: 100%;
	vertical-align: absmiddle;
	text-align: center;
	background-image: url(m1.gif);
	margin-bottom: 5px;
}
a:link {
    color:#305081;
    text-decoration: underline;
}
a:visited {
    color:#305081;
    text-decoration: none;

}
a:hover {
    color:white;
    text-decoration: none;
}
