@charset "utf-8";
/* CSS Document */

.Menucss {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: auto;
	width: 150px;
	cursor: pointer;
}
.Menucsspanel {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	height: auto;
	width: 150px;
	cursor: pointer;
	background-image: url(../Images/Button.jpg);
}
.MenucssContent {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	height: auto;
	color: #FFFFFF;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: block;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.MenucssContent:hover {
	color: #FF0000;
	}
