.NavigatorStaticMenu
{
	background-color: #003e7e;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	cursor: pointer;
	color: white;
	width: 100%;
	height: 20px;
	padding: 1px 1px 1px 1px;
}
.NavigatorStaticItem 
{
	margin: 1px;
	border: solid 1px white;
	background-image: url(menu.png);
}

.NavigatorStaticItemHover 
{
	margin: 1px;
	background-color: #e2e7f6;
	color: #003e7e;
	border: solid 1px white;
	background-image: url(menu_h.png);
}

.NavigatorDynamicMenu
{
	color: #003e7e;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 30px;
	cursor: pointer;
	background-color: white;
	border: solid 1px #003e7e;
}

.NavigatorDynamicItem
{
	background-image: url(navmenu.gif);
	background-repeat: repeat-y;
	background-color: white;
	padding-right: 8px;
	height: 20px;
}

.NavigatorDynamicItemHover
{
	background-image: url(navmenu_h.gif);
	background-repeat: repeat-y;
	background-color: #e2e7f6;
	padding-right: 8px;
	height: 20px;
}
