.menuItemGeneric{
	float:center;
	margin-left:30px;
	color:#999999;
	text-decoration:none;
}
.menuItemGeneric:hover{
	color:#333333;
}

/* selected menu items are bold */
.menuItemSelectedParent, .menuItemSelectedOrphan{
	font-weight: bold;
}


#sub_menu{
	margin-left:162px;
	margin-right:1px;
}
.subMenuContainer{
	margin-top:1px;
	padding-left:10px;
	padding-right:1px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
.subMenuItemGeneric{
	display:block;
	line-height:17px;
	text-decoration:none;
}
.subMenuItemGeneric:hover{
	text-decoration:underline;
}

/* selected items are bold */
.subMenuItemSelectedParent, .subMenuItemSelectedOrphan,.subMenuItemSelectedChild, .subMenuItemSelectedChildParent{
	font-weight: bold;
}

/* child items are indented */
.subMenuItemChild, .subMenuItemSelectedChild, .subMenuItemChildParent, .subMenuItemSelectedChildParent{
	margin-left:10px;
}