.fontStyle{
	color: #ffffff;
	font-weight: bolder;
	font-size: 13px; 
	text-decoration: none;
	width:100%;
}
.fontStyleOnOver{
	color: #d5e9fe;
	font-weight: bolder;
	font-size: 13px; 
	text-decoration: underline;
	width:100%;
}
.fontStyleActive{
		color: #d5e9fe;
	font-weight: bolder;
	font-size: 13px; 
	text-decoration: underline;
	width:100%;
}
.divMenuItem {
	cursor: pointer;
	padding-left: 5px;
	height: 100%;
	width: 100%;
	text-align: right;
	font-weight: normal;
	margin-left: 20px;
		vertical-align: text-bottom;
}
.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 {
	cursor:pointer;
	padding-left:5px;
	color:black;
	height:100%;
	width:100%;
	margin-left:20px;
	vertical-align: text-bottom;	
}
.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;
}

.mm_menuItem{
	position: absolute;
	text-align: right;
	cursor: pointer;
	overflow: hidden;
	vertical-align: bottom;
	padding-top:5px;
}
.mm_menuItem_onOver{
	position: absolute;
	text-align: right;
	cursor: pointer;
	overflow: hidden;
	padding-top: 5px;
}
.mm_menuItem_active{
	position:absolute;
	cursor:pointer;
	overflow:hidden;
	font-size: 12px;
	background-image: url(../images/layout/menuItem_active.gif);
	background-repeat: no-repeat;
	text-align:right;	
		padding-top:5px;
		color:#bdd4ec;
}
.mm_subMenu{
	position:absolute;
	text-indent:5px;
	cursor:pointer;
	text-align: left;
	overflow:visible;
}
