.Menu{

}
.MenuItem{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MenuItem:Link{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MenuItem:Active{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MenuItem:Visited{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.MenuItem:Hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.BorderColor{
	background-color: #006400;
}
.menuBar{
	cursor: hand;
}
.MenuBarItem{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.CartName{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.CartPrice{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.CartQuantity{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.NormalTextLink{
	text-decoration: none;
	color: #000000;
}