﻿body {
}

.MenuLink, .MenuLinkSelected
{
	font-family:Tahoma;
	font-size:11px;
	color: Black;
	border:1px solid transparent;
	text-decoration:none;
	padding:7px 10px;
	margin:0px 2px;
	width:100px;
	font-weight:bold;
}

.MenuLink:Hover, .MenuLink:Focus, .MenuLinkSelected
{
	background-color: #4e4f7f;
	color:White;
}
