/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single FlexMenu server control per page     */
/*    the CSS files' name is used as a class and is prefixed to all of      */
/*    the selectors (without the path or extension).                        */
/*                                                                          */
/*    The server control will automatically wrap the entire FlexMenu        */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */
/*    The server control will cast these filenames to lower before use!     */
/*                                                                          */
/*    Only the base ASCII character set is supported.                       */
/*                                                                          */
/*    Also, spaces and periods before the extension will be converted       */
/*    into underscores, as these are not permitted within the selector.     */
/*                                                                          */
/* #0038A8 - this is swic blue */

/*  Career Center Pyramid styles - these styles are only for the menu with the career pyramid links   */
div.division div.ekflexmenu ul.ekflexmenu_submenu_items li a[href='/sw-content.aspx?id=1468']  {width:100%;background-color:#ffe88e;}
div.division div.ekflexmenu ul.ekflexmenu_submenu_items li a[href='/sw-content.aspx?id=1467']  {width:100%;background-color:#36b6fd;}
div.division div.ekflexmenu ul.ekflexmenu_submenu_items li a[href='/sw-content.aspx?id=1466']  {width:100%;background-color:#fc99c5;}
div.division div.ekflexmenu ul.ekflexmenu_submenu_items li a[href='/sw-content.aspx?id=1465']  {width:100%;background-color:#91e5c4;}
div.division div.ekflexmenu ul.ekflexmenu_submenu_items li a[href='/sw-content.aspx?id=1464']  {width:100%;background-color:#ffd70a;}




.division .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: #0038A8 /*rgb(255, 255, 255)*/ ;
    width: 206px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 12px;
    font-family: Sans-Serif;
    /*background: red;  */
    /* background: rgb(100,100,150); */ /* shows up on left side, widens with nesting level */
    /* border-right: solid 1px rgb(71, 71, 71);  */
    /* border-bottom: solid 1px rgb(71, 71, 71); */
}

.division .ekflexmenu_accessible_menu_start,
.division .ekflexmenu_accessible_menu_startheading,
.division .ekflexmenu_accessible_menu_startlink,
.division .ekflexmenu_accessible_submenu_selected_message,
.division .ekflexmenu_accessible_menuitem_selected_message,
.division .ekflexmenu_accessible_menu_end,
.division .ekflexmenu_accessible_menu_endlink
{
	/* These items support 508-Compliance, and are normally hidden, but */
	/* are visible to page readers and text-browsers for accessibility). */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.division .ekflexmenu_submenu,
.division .ekflexmenu_submenu_hover,
.division .ekflexmenu_submenu_parent,
.division .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
    display: block;/**/
	top: 0px;
	left: 0px;
	position: relative;/**/
	z-index: 1;
}

.division UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
    display: block;/**/
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.division LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;/**/
	margin: 0px;
	padding: 0px;
}

.division .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
	/*overflow: hidden;
    border-bottom: solid 2px rgb(71, 71, 71);*/
    display: block;
	position: relative;
	top: 0px;
	left: 0px;/**/
}

.division .ekflexmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	display: none;
	
}

.division .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
    display: block;
    padding: 0px 3px;
}

.division .ekflexmenu LI
/* effects all LIs*/
{
    display: block;
    /*background-color: Teal;*/
    
}
/*attempt at getting at just the level 1 elements*/
.division .ekflexmenu_menu_level_2 
{
  	padding: 0px 0px;
    background-color: yellow;
    
}

.division .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    /*doesn't seem to do sh*t.*/
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	/*height: 100%;*/
	background: white;
}


/* Button menu items, controls visibility of associated sub-menus */
.division .ekflexmenu_button,
.division .ekflexmenu_button_hover,
.division .ekflexmenu_button_selected,
.division .ekflexmenu_button_selected_hover
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 0px 0px;
    font-weight: normal;
    color:  #0038A8 /*rgb(255, 255, 255)*/;
    text-indent: 10px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}

.division .ekflexmenu_button
{

}

/*.division .ekflexmenu_button:focus,*/
.division .ekflexmenu_button:hover,
.division .ekflexmenu_button_hover
{

    color: white;
    text-decoration: underline;
}
.division .ekflexmenu_button_selected /*menuitem selected*/
{

    color: White;
    text-decoration: none;
}
.division .ekflexmenu_button_selected_hover /* menuitemselected hover properties*/
{

    text-decoration: underline !important;
}

.division img 
{
	border-width: 0px; /* make all images borderless */
}

/* Link menu items */
.division a.ekflexmenu_link,
.division a.ekflexmenu_link_selected 
{
    padding: 0px 0px 0px 0px;
    text-indent: 0px;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    padding: 2px 0px; /*NJA 10-14-09 Used to reduce space between items */
}
.division a.ekflexmenu_link, 
.division a.ekflexmenu_link:link, 
.division a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* sjr -- this is the color of the ektron edit items at the bottom of the menu, not part of the actual menu*/
    color: #0038A8;  /* rgb(0, 0, 160); commented 2/18 bb*/
    /* background: rgb(238, 238, 238);*/ 
    font-weight: normal;
    text-decoration: none;
}
/*.ekflexmenu_submenu_items a:hover */
.division a.ekflexmenu_link:hover, 
/*.division a.ekflexmenu_link:active, */ 
.division a.ekflexmenu_link:focus {
	/* A; hovered version of ekflexmenu_link, see above... */
    /*color: rgb(255, 255, 255);*/
    /*background : rgb(181, 166, 132);*/
    text-decoration: underline; /*2/18 bb*/
    /*border-color: rgb(181, 166, 132);*/
}

.division a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	/*  color: rgb(0, 89, 231);*/
    /*background: rgb(206, 190, 140);*/
    /*border-color : rgb(206, 190, 140);*/
}
.division a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	/*color: rgb(198, 211, 255);*/
    /*background: rgb(161, 141, 81);*/
    /*border-color : rgb(161, 141, 112);*/
}
