.NavigatorStaticMenu
{
	background-color: #0064AD;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	cursor: default;
	color: White;
	width: 100%;
	height: 20px;
}
.NavigatorStaticItem 
{
	margin: 1px;
	border: solid 1px #B5CCFA;
}

.NavigatorStaticItemSelected 
{
	margin: 1px;
	border: solid 1px #B5CCFA;
}
.NavigatorStaticItemHover 
{
	margin: 1px;
	background-color: #08024A;
	border: solid 1px Black;
}

.NavigatorDynamicMenu
{
	color: Black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 28px;
		
	 background-color: #FFFFFF;
	 border: solid 1px #0064ad;
	 padding: 0px;
	 cursor: default;			
}

.NavigatorDynamicItem
{
	background-image:url('navmenu.gif');
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	height: 20px;
	padding-right: 8px;
}

.NavigatorDynamicItemHover
{
	background-image: none;
	background-color: #cccccc;
	padding-right: 8px;
	height: 20px;
}
