﻿.StaticMenu
{
	float:right;
	margin-top: 2px;
	margin-right: 40px;
}

.StaticMenuItem
{
	color: #555555;
	font-size: .9em;
	font-weight: bold;
}

.StaticMenuItem a:hover
{
	color: #FF9900;
}

.StaticMenuItem td
{
	padding: 0px 8px 0px 8px;
}


.DynamicMenu
{
	margin: 2px 0px 0px 0px;
	border: solid 1px #555555;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #555555;
	background-color: white;
}

.DynamicMenuItem
{
	color: #555555;
	padding: 4px 4px 4px 4px;
}

.DynamicHover a
{
	text-decoration: underline;
}