/* CSS for navigation */

/* Complete stylesheet for vertical menu */
.FxPMenu
{
	width: 150px;
	border:0px solid #000;
	margin-left:0px;
	padding-left:0px;
}

.FxPMenu A{font-size:9pt;}
.FxPMenuCurrentAText{font-weight:bold;}
.FxPMenuRootLevel{}
.FxPMenuRootLevelTdIcon{width:10px;}
.FxPMenuRootLevelCurrentTdIcon{width:10px;}
.FxPMenuSubTdIcon,.FxPMenuCurrentSubTdIcon,.FxPMenuCurrentTdIcon,.FxPMenuBranchStartTdIcon{width:10px;}
.FxPMenuLevel{margin-left:5px;}


