.ParentItem
{
	background-color: #D31245;
	cursor: pointer;
	cursor: auto;
	height: 24px;
	text-align: left;
	
	padding: 0  28px 0 10px;
	
}
.ParentItemOver
{
	background-color: #D31245;
	
	cursor: pointer;
	cursor: auto;
	height: 24px;
	text-align: left;
	
	padding:0 28px 0 10px;
}
.ParentItemContentCell {text-align: left;}
.ParentItemContentCell A
{
	font-size:78%;
	font-weight:bold;
	
	color: white;
	text-transform: uppercase ;
	text-decoration: none;
	white-space: nowrap;
}
.ParentItemContentCell A:hover {text-decoration: none;}


.ParentItemContentCellOver {text-align: left;}
.ParentItemContentCellOver A
{
	
	font-size:78%;
	font-weight:bold;
	color: black;
	text-transform: uppercase ;
	text-decoration: none;
	white-space: nowrap;
}

.ParentItemContentCellOver A:hover {text-decoration: none;}
.ParentItemSubmenuCell, .ParentItemSubmenuCellOver
{
	display: none;
}

.easyMenu
{
	background-color: white;
	padding: 2px;
}

.easyMenuItemContainer
{
}

.easyMenuItem
{
	cursor: auto;
	cursor: pointer;
	padding: 2px;
	padding-left: 5px;
	height: 16px;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	width: 100%;
}

.easyMenuItemOver
{
	cursor: auto;
	cursor: pointer;
	padding: 2px;
	padding-left: 5px;
	height: 16px;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	width: 100%;
}

.easyMenuItem a
{
	cursor: auto;
	cursor: pointer;
	background-color: #FFF;
	color:#000;
	font-size : 78%; 
	text-decoration: none;
	white-space: nowrap;
	font-weight:bold;
}

.easyMenuItemOver a
{
	cursor: auto;
	cursor: pointer;
	background-color: #FFF;
	color:#D31245;
	font-weight:bold;
	font-size : 78%; 
	text-decoration: none;
	white-space: nowrap;
	
}

.easyMenuItemIconCell
{
	width: 20px;
}

.easyMenuItemIconCellOver
{
	width: 20px;
}

.easyMenuItemIconCell a
{
	width: 20px;
}

.easyMenuItemIconCellOver a
{
	width: 20px;
}

.easyMenuItemContentCell
{
	
	
}

.easyMenuItemContentCellOver
{
	
	
	
}

.easyMenuItemContentCell a
{
	
}

.easyMenuItemContentCellOver a
{
	

}

.easyMenuSeparator
{
	
}

.easyMenuSeparatorIconCell
{
}

.easyMenuSeparatorContentCell
{
	
}

.easyMenuSeparatorOver
{
	
}

.easyMenuSeparatorIconCellOver
{
}

.easyMenuSeparatorContentCellOver
{
	
}

.easyMenuItemSubMenuCell
{
	
}

.easyMenuItemSubMenuCellOver
{
	
}

/* do not change these classes *******************************************/
.menuContainerIframeUnderlay
{
	border: 0;
	position: absolute;
	visibility: hidden;
	top: -2000px;
	left: 0px;
	filter: "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";
	filter: "Alpha(Opacity='0')";
	opacity: 0; --moz-opacity:0;

background-color:White;
}
#ob_em_mc
{
	width: 100%;
	height: 100%;
}
/* end do not change these classes */