.NavigatorStaticMenu
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
}

.NavigatorStaticMenu td 
{
	vertical-align:bottom;
}

.NavigatorStaticItem, .NavigatorStaticItemHover
{
	margin: 0px 4px 0px 4px;
	padding: 0px 15px 0px 10px;
	background: url(navspacer.gif) no-repeat center right;
}

.NavigatorStaticItemActive
{
	margin: 0px 4px 0px 4px;
	padding: 0px 15px 0px 10px;
	text-decoration: underline;
	background: url(navspacer.gif) no-repeat center right;
}

.NavigatorDynamicMenu
{
	color: #FFFFFF;
	background-color: #3d7ca8;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-indent: 10px;
	cursor: pointer;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.NavigatorDynamicItem, .NavigatorDynamicItemHover
{
	padding-right: 8px;
	height: 20px;
}