﻿.MenuItemHorizontal {
	background-image: url(images/normal.jpg);
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	width: 68px;
	background-color:Transparent;
}

.MenuItemHorizontalOver {
	background-image: url(images/over.jpg);
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	width: 68px;
}

