#MenuItems
{
	padding: 1em 0.5em 2em 0.5em;
}

#MenuItems img
{
	float: left;
	margin-top: 3px;
	margin-left: -9px;
}

.menuText
{
	margin-top: -3px;
	float: left;
	padding: 0.3em 0 0.3em 0;
}

.menuLink
{
}

.topMenuItem
{
	padding: 0.2em 0em 0.2em 7px;
}

.topMenuItem a, .topMenuItem a:visited
{
	color: #9dabb6;
	font-weight: bold;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

.topMenuItem a:hover
{
	text-decoration: underline;
}

.menuItem
{
	float: left;
	padding: 0.1em 0em 0.1em 7px;
}

.menuItem a, .menuItem a:visited
{
	color: #9dabb6;
	font-weight: normal;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

.menuItem a:hover
{
	text-decoration: underline;
}

.selectedItem
{
	margin-left: 3px;
	background-color: #b6c4ce;
}

.selectedItem a, .selectedItem a:visited
{
	color: #fff;
	text-decoration: none;
}

.selectedItem a:hover
{
	text-decoration: underline;
}
