@media screen
{
	.ParentMenu
	{
	    border: 0px solid #cccccc;
		height: 30px;
		padding-left: 1px;
		padding-right: 1px;		
		z-index: 1000;
        text-transform: uppercase;
    }
	
	.ParentItemContainer
	{
	    
	}
	
	.ParentItem
	{
		cursor: pointer; 
		cursor: auto;		
		padding: 0px;
        padding-left:14px;
        padding-right:14px;
        letter-spacing: 1px;
        height: 30px;
	}
	
	.ParentItemContentCell
	{
	    border: 0px solid #000000;
        font-family: 'Open Sans', Tahoma;
        font-weight: 700;
        font-size: 14px;
        color: #818181;
		text-align: center;
		white-space: nowrap;
	}
	
	.ParentItemContentCell a
	{
		border: 0px solid #ffffff;
        font-family: 'Open Sans', Tahoma;
        font-weight: 700;
        font-size: 14px;
        color: #818181;
		text-align: center;
		white-space: nowrap;
		text-decoration:none;
	}

	.ParentItemOver
	{
		cursor: pointer; 
		/*cursor: auto;*/
		height: 30px;
		/*padding: 0px;*/
        padding-left:14px;
        padding-right:14px;
        letter-spacing: 1px;

	}

	.ParentItemContentCellOver
	{
	    vertical-align: middle;
        font-family: 'Open Sans', Tahoma;
        font-weight: 700;
        font-size: 14px;
        color: #d92629;
		text-align: center;
		white-space: nowrap;
	}
	
	.ParentItemContentCellOver a
	{	    
        font-family: 'Open Sans', Tahoma;
        font-weight: 700;
        font-size: 14px;
		color: #d92629;
		text-align: center;
		white-space: nowrap;
		text-decoration:none;
	}

    .ParentItemSubMenuCell
	{
	    border: 1px solid #cccccc;
		width: 11px;
        font-family: 'Open Sans', Tahoma;
        font-size: 1px;
		height:30px;
		visibility: hidden;		
		display: none;
	}
	
	.ParentItemSubMenuCellOver
	{
	    border: 0px solid #ffffff;
		width: 11px;
        font-family: 'Open Sans', Tahoma;
		font-size: 1px;
		height:30px;
		visibility: hidden;
		display: none;
	}
	

	.ParentSeparator, .ParentSeparatorOver
	{
	    height: 20px;
		width:10px;
		border: 0px solid #ffffff;
	}
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
        background-image: url(sep.png); 
		background-repeat: no-repeat;
		background-position: center;
        height: 30px;
		color: #ffffff;
		border: 0px solid #ffffff;
	}
	
	.easyMenu
	{
		border-left: 0px solid #808080;
		border-right: 0px solid #808080;		
		border-top: 18px solid transparent;
		margin-top: 18px;
        min-width: 300px;
        position: absolute;
	}
	
	.easyMenuItemContainer
	{
	    padding-left:0px;
	    padding-right:0px;
	    padding-bottom: 0px;
	    padding-top: 0px;	    	    
        margin-left:0px;
	    margin-right:0px;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    background-color: #FFFFFF;
	}

	.easyMenuItem
	{
        height: 20px;
	    font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		height: 20px;
		/*cursor: auto;*/ 
        cursor: pointer;
        border-right: 1px inset #cccccc;
		border-bottom: 1px inset #cccccc;
	}
	
	.easyMenuItem a
	{
	  font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		height: 20px;
		cursor: pointer;
		border-bottom: 0px solid #4da9c3;	
	}

	.easyMenuItemIconCell, .easyMenuItemIconCell a
	{
	    visibility: hidden;
	}

	.easyMenuItemContentCell
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
        font-weight: 700;
		color: #ffffff;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		height: 20px;
		text-decoration:none;
	}

	.easyMenuItemContentCell a
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
        font-weight: 700;
		color: #818181;
		text-indent: 10px;	
		white-space: nowrap;
		width:100%;
		text-decoration:none;
        text-transform: uppercase;
        line-height: 28px;
        padding-left: 16px;
	}

	.easyMenuItemOver
	{
        font-family: 'Open Sans', sans-serif;
        height: 20px;
        font-weight: 700;
        color: #A33C3C;
        /*cursor: auto;*/ 
        cursor: pointer;
        font-size: 11px;
        background-color: #ffffff;
        padding: 0px;		
	}
	
	.easyMenuItemOver a
	{
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 700;
        height: 20px;
        /*cursor: auto;*/ 
        cursor: pointer;
        background-color: #ffffff;
        color: #A33C3C;
	}

	.easyMenuItemIconCellOver, .easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #F62717;
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
        font-weight: 700;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
        border-right: 1px inset #cccccc;
        border-bottom: 1px inset #cccccc;
	}

	.easyMenuItemContentCellOver a
	{
		color: #d92629;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
        font-weight: 700;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
        text-transform: uppercase;
        line-height: 28px;
        padding-left:16px;
	}

	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
		vertical-align:middle;
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{		
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Verdana;
		font-size: 1px;
		height:18px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		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%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
		padding: 0px;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}