.NavigatorStaticMenu
{
	background-color: #366968;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	width: 100%;
	height: 21px;
}

.NavigatorStaticItem 
{
	margin: 1px;
	border: solid 1px #FFFFFF;
}

.NavigatorStaticItemHover 
{
	margin: 1px;
	border: solid 1px #FFFFFF;
	background-color: #97C5C3;
}

.NavigatorDynamicMenu
{
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 30px;
	cursor: default;
	border: solid 1px #000000;
}

.NavigatorDynamicItem
{
	background-image: url(navmenu.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-right: 8px;
	height: 20px;
}

.NavigatorDynamicItemHover
{
	background-image: none;
	background-color: #97C5C3;
	padding-right: 8px;
	height: 20px;
}