body {
	font: normal 11px verdana;
	color:#ffffff;
	margin:0 0 0 0px;
	padding:0px;
}


#menu_container {
  margin:0px;
  font-size:12px;
}


/********************* EMP MENU *************************/

    
    /* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu{                         /* menu list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        margin: 0px;                /* space around the list container */
        padding: 0px 0 0 0;               /* space within the list container */
        position: static;           /* need this so that the z-index stuff works correctly */
        background-color: #fff;     /* the default background color within the main menu container */
        color: #000;                /* the default font color (not links) within the main menu container */
        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
            border: black solid 0px;
            font-weight:bolder;
			font-size:9pt;
    }
    #dmenu li{                      /* top-level menu element */
        list-style-type: none;      /* disable the display of the list item bullets */
        color: #000;                /* main menu item font color (not links) */
        margin: 0px;                /* spacing between main menu items */
        padding: 0px;               /* padding within main menu items */
        width: 183px;               /* the width of each main menu item */
        display: block;
		background: transparent url(../../images/dj/menu/hover_bkg_emp.gif) repeat-y;
	    border: black solid 0px;

    }
    #dmenu-js li{                      /* top-level menu element */
        list-style-type: none;      /* disable the display of the list item bullets */
        color: #000;                /* main menu item font color (not links) */
        margin: 0px;                /* spacing between main menu items */
        padding: 0px;               /* padding within main menu items */
        width: 183px;               /* the width of each main menu item */
        display: block;
		background: transparent url(../../images/dj/menu/hover_bkg_emp.gif) repeat-y;
	    border: black solid 0px;

    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 183px;               /* should be the same as #dmenu li width */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99; 
        /* want to be sure this is above the rest of the menu */
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        color: #000;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 1px;               /* This is for padding between menu items in the drop-downs */
        width: 183px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */

    }

    #dmenu li a{                    /* top-level menu element links */
        text-align: center;         /* text alignment in main menu item links */
        width: 120px;               /* set this to #dmenu ul width */
        display: block;
        text-decoration:none;
        color:#fff;
        padding-left:30px;         /* this should center text in red box if text-align doesn't work */
        border: black solid 0px;
        line-height:20px;
        
    }
    
    #dmenu ul a {                   /* all the other level menu link elements */
        padding: 0 0 0 30px;
        margin: 0px;
        display: block;
        /*border: black solid 1px;     border for each of the main menu items */
        text-align:left;
        
        
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{				/* this addresses the Employer Access view */
        display: block;
        text-decoration:none;

    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
        display: block;
        color: #ccc;
        text-decoration:none;
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 114px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
    

/********************* EOF EMP MENU *************************/






/********************* JS MENU *************************/

    /* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu-js{                         /* menu list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        margin: 0px;                /* space around the list container */
        padding: 0px 0 0 0;               /* space within the list container */
        position: static;           /* need this so that the z-index stuff works correctly */
        background-color: #fff;     /* the default background color within the main menu container */
        color: #000;                /* the default font color (not links) within the main menu container */
        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
            border: black solid 0px;
            font-weight:bolder;
			font-size:9pt;
    }
    #dmenu-js li{                      /* top-level menu element */
        list-style-type: none;      /* disable the display of the list item bullets */
        color: #000;                /* main menu item font color (not links) */
        margin: 0px;                /* spacing between main menu items */
        padding: 0px;               /* padding within main menu items */
        width: 183px;               /* the width of each main menu item */
        display: block;
		background: transparent url(../../images/dj/menu/hover_bkg_js.gif) repeat-y;
	    border: black solid 0px;

    }
    #dmenu-js ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 183px;               /* should be the same as #dmenu li width */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99; 
        /* want to be sure this is above the rest of the menu */
    }

    #dmenu-js ul li{                   /* second-level or greater menu element links */
        color: #000;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 1px;               /* This is for padding between menu items in the drop-downs */
        width: 181px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */

    }

    #dmenu-js li a{                    /* top-level menu element links */
        text-align: center;         /* text alignment in main menu item links */
        width: 180px;               /* set this to #dmenu ul width */
        display: block;
        text-decoration:none;
        color:#fff;
        padding-left:0px;         /* this should center text in red box if text-align doesn't work */
        border: black solid 0px;
        line-height:20px;
        
    }
    
    #dmenu-js ul a {                   /* all the other level menu link elements */
        padding: 0 0 0 15px;
        margin: 0px;
        display: block;
        /*border: black solid 1px;     border for each of the main menu items */
        text-align:left;
        
        
    }

    #dmenu-js a:hover,                 /* top-level hovering properties */
    #dmenu-js li:hover{				/* this addresses the Employer Access view */
        display: block;
        text-decoration:none;

    }
    
    #dmenu-js ul li:hover,             /* higher level hovering properties */
    #dmenu-js ul li a:hover{
        display: block;
        color: #ccc;
        text-decoration:none;
    }

    #dmenu-js ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 114px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu-js ul li>ul,
    #dmenu-js ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu-js li:hover ul ul,              
    #dmenu-js li:hover ul ul ul,
    #dmenu-js li:hover ul ul ul ul,
    #dmenu-js li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu-js li:hover ul,
    #dmenu-js ul li:hover ul,
    #dmenu-js ul ul li:hover ul,
    #dmenu-js ul ul ul li:hover ul,
    #dmenu-js ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
    
/********************* EOF JS MENU *************************/


