﻿.MenuBar {
	background-image: url(../images/menu_gradient.png);
	border-bottom: #4488BB 1px solid;
}

.MenuItemText {
	color: white;
	font-weight:normal;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
}

.MenuSpace {
	background-position: left 50%;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
}

.MenuItem {
	cursor:pointer;
	color: white;
	font-weight:normal;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}


.MenuItemHover {
	cursor:pointer;
	background-image: url(../images/menu_button_selected.png);
	color: white;
	font-weight:normal;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}

.MenuItemSelected {
	cursor:pointer;
	background-image: url(../images/menu_button_selected.png);
	color: white;
	font-weight:normal;
	font-family: Verdana, Arial, Helv, Sans-serif;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}