@media screen
{
    .ParentMenu
    {
        padding-left: 1px;
        padding-right: 1px;
    }
    .ParentItemContainer
    {
	    background-image: url(menu.gif);
	    background-repeat: repeat-x;
    }
    .ParentItem
    {
	height: 23px;
    }
    .ParentItemOver
    {
    }
    
    .ParentItemContentCell, .ParentItemContentCellOver
    {
        color: #2E2E2E;
        font-size: 12px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        width: 100%;
    }
    .ParentItemContentCell a, .ParentItemContentCellOver a
    {
        color: #2E2E2E;
        font-size: 12px;
        font-family: arial;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        width: 100%;
        text-decoration: none;
    }
    .ParentItemSubmenuCell, .ParentItemSubmenuCellOver
    {
	display: none;
	background-color: #0F6;
    }
    .ParentSeparator, .ParentSeparatorOver
    {
        width: 2px;
        background-image: url(sep.gif);
        background-repeat: no-repeat;
    }
    .ParentSeparatorContentCell, .ParentSeparatorContentCellOver
    {
        display: none;
    }

    .easyMenu
    {
	border: 1px solid #818282;
	background-image: url(menu.gif);
    }

    .easyMenuChild
    {
        background-color: #DFDFDF;
    }
    
    .easyMenuItemContainer
    {
    }

    .easyMenuItem
    {
        height: 23px;
        cursor: auto;
        color: #000000;
        padding: 0px;
        font-weight: bold;
    }

    .easyMenuItem a
    {
        height: 23px;
        cursor: auto;
        cursor: pointer;
        color: #000000;
        font-weight: bold;
    }

    .easyMenuItemIconCell
    {
    }

    .easyMenuItemIconCell a
    {
    }

    .easyMenuItemContentCell
    {
        font-family: arial;
        font-size: 12px;
        color: #4E4E4E;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;        
              
    }

    .easyMenuItemContentCell a
    {
        font-family: arial;
        font-size: 12px;
        color: #4E4E4E;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
        text-decoration: none;
        cursor: pointer;
    }

    .easyMenuItemOver
    {
	    height: 23px;
	    cursor: pointer;
	    color: #FFFFFF;
	    padding: 0px;
	    font-weight: bolder;
	    background-color: #0C2355;
	    font-family: Arial;
	    font-size: 12px;
    }

    .easyMenuItemOver a
    {
	    height: 23px;
	    cursor: pointer;
	    color: #FFFFFF;
	    font-weight: bold;
	    background-color: #0C2355;
    }

    .easyMenuItemIconCellOver
    {
    }

    .easyMenuItemIconCellOver a
    {
    }

    .easyMenuItemContentCellOver
    {
        color: #FFFFFF;
        font-family: arial;
        font-size: 12px;
        text-decoration: none;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
    }

    .easyMenuItemContentCellOver a
    {
        color: #FFFFFF;
        font-family: arial;
        font-size: 12px;
        text-decoration: none;
        text-indent: 10px;
        white-space: nowrap;
        width: 100%;
        cursor: pointer;
    }

    .easyMenuSeparator
    {
    }

    .easyMenuSeparatorIconCell
    {
    }

    .easyMenuSeparatorContentCell
    {
    }

    .easyMenuSeparatorOver
    {
    }

    .easyMenuSeparatorIconCellOver
    {
    }

    .easyMenuSeparatorContentCellOver
    {
    }

    .easyMenuItemSubMenuCell
    {
        width: 15px;        
        background-image: url(submenu.gif);
        background-repeat: no-repeat;
        background-position: 0px 50%;
        height: 23px;
    }

    .easyMenuItemSubMenuCellOver
    {
        
        width: 15px;
        background-image: url(submenu_white.gif);
        background-repeat: no-repeat;
        background-position: 0px 50%;
        height: 23px;
    }

    /* 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%;
    }
    /* do not change these classes */
}

@media print
{
    .menuContainerIframeUnderlay
    {
        display: none;
    }
}
