.MenuItem, .MenuAlternatingItem
{
	float: left;
	height: 22px;
	width: 165px;
}

.MenuAlternatingItem
{
	clear: right;	
}

.MenuItem a, .MenuAlternatingItem a
{
	font-family:  Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #393939;
}

.MenuItem a:hover, .MenuAlternatingItem a:hover
{
	color: #808080;
}

.MenuItem a.Selected, .MenuAlternatingItem a.Selected
{
	
}
