.fontStyle{
	color: white;
	font-weight: normal;
	font-size: 11px; 
	text-decoration: none;
	width:100%;
}
.fontStyleOnOver{
	color: #BC8B92;
	font-weight: normal;
	font-size: 11px; 
	text-decoration: none;
	width:100%;
}
.divMenuItem {
	cursor: pointer;
	padding-left: 5px;	
	height: 100%;
	width: 100%;
	text-align:left;
	font-weight:normal;
	vertical-align: text-bottom;
	margin-left:20px;
}
.divMenuItemActive {
	background-color:white;	
	color:white;
	cursor: pointer;
	padding-left: 5px;	
	height: 100%;
	width: 100%;
	text-align:center;
	font-weight:bolder;
	vertical-align: text-bottom;
}
.divMenuItemOnOver {
	position:absolute;
	text-indent:5px;
	cursor:pointer;
	color:#BC8B92;
	text-align: left;
	overflow:hidden;
}
.divSubMenu {
	position:absolute;
	font-size: 11px;
	border: 1px solid black; 	
	background-color: white;
	background-color: #F8B352;
}
.divSubMenuContent{
	font-size: 11px;
	font-weight: bolder;	
	cursor: pointer;
}

.menuItemsCell      {
	border: 4pt;
	width: 170px;
	border-bottom: thin solid White;
}
.menuItemsSecondaryCell   {
	background-color: white;
	text-indent: 20pt;
	width: 170px;
	border-bottom: thin solid White;
}
.menuItemsSecondaryCellActive    {
	background-color: white;
	text-indent: 20pt;
	width: 170px;
	border-bottom: thin solid White;
	cursor: default;
}
.menuItemsSecondaryCellOnOver   {
	background-color: white;
	text-indent: 20pt;
	width: 170px;
	border-bottom: thin solid White;
	cursor: pointer;
}
.menuItemsCellonOver     {
	background-color: white;
	width: 170px;
	border-bottom: thin solid White;
	cursor: pointer;
}
.menuItemsCellActive     {
	background-color: white;
	width: 170px;
	border-bottom: thin solid White;
	cursor: default;
}

.menuItemsTable   {
	color: Black;
	font-weight: bolder;
	font-size: 11px;
	border: white;
	width: 100%;
	background: white;
	border:0;
}

