/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single SmartMenu 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 SmartMenu       */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    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.     */
/*                                                                          */

.popoutmenuFF .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: #fff; /* default text color */
    width: 172px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 12px;
    font-family: Trebuchet MS, Sans-Serif;
	position: relative;
    outline: none;
    text-decoration: none; /* remove underlines */ 
    text-transform: uppercase;
}

.popoutmenuFF .ekmenu_start 
{
	/* DIV; wraps the menu-start link (normally hidden, but visible */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.popoutmenuFF .ekmenu_end
{
	/* DIV; wraps the menu-end page-anchor (normally hidden, but */
	/* visible to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.popoutmenuFF .ekmenu_accessible_menu_startheading
{
	/* H2; wraps the skip-menu with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_start */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.popoutmenuFF .ekmenu_accessible_menu_startlink 
{
	/* A; wraps the skip-menu text with a navigation-link (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: h2.ekmenu_accessible_menu_startheading */
}

.popoutmenuFF .ekmenu_accessible_menu_endlink
{
	/* A; acts as a destination page anchor for the skip-menu */
	/* text with a navigation-link (normally hidden, but available */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: h2.ekmenu_accessible_menu_startheading */
}

/*Expanded menu shit!!!!!!!!!!!!!!!!!!!!!!!!!*/
.popoutmenuFF .ekmenu_submenu,
.popoutmenuFF .ekmenu_submenu_hover,
.popoutmenuFF .ekmenu_submenu_parent,
.popoutmenuFF .ekmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	position: static;
	top: 0px;
	color: #fff !important; 
	text-decoration: none; /* remove underlines
	background-color: Red;
		border: solid 1px black;
	 white-space: nowrap;
	 float:left; */
	 white-space: nowrap;
}

.popoutmenuFF .ekmenu_accessible_submenu_navheading
{
	/* H3; wraps each menu button title with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_submenu */
	font-weight: normal;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}

.popoutmenuFF .ekmenu_accessible_submenu_btnlink
{
	/* A; wraps each menu button title with a navigation-anchor */
	/* (useful to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: span.ekmenu_button */
    color: rgb(255, 255, 255); /* default text color */
	font-size: 1em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.popoutmenuFF .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.popoutmenuFF .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
    text-decoration:  none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.popoutmenuFF .ekmenu_accessibility_hidden_text{
	/* SPAN; wraps text that should normally be hidden, but made */
	/* visible to page readers and text-browsers for accessibility). */
	/* Typical parent element: a.ekmenu_link_selected, and others... */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
	text-decoration: none; /* remove underlines */
}

.popoutmenuFF .ekmenu_unorderedlist 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* Typical parent element: div.ekmenu_submenu_items */
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none; /* remove underlines */
}

.popoutmenuFF .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist*/
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 7px;
	color: #fff !important; 
	text-decoration: none; /* remove underlines */    
}

.popoutmenuFF .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    /*overflow: hidden;*/ /* truncate what cannot fit */
    text-decoration: none; /* remove underlines */  
    display: block;
    padding: 0px 0px 50px 0px;
}

.popoutmenuFF .ekmenu_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). */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
	display: none;
}

/* Nested menu items */

/* Second level submenus */
.popoutmenuFF .ekmenu .ekmenu_submenu_items .ekmenu_submenu_items
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* Typical parent element: (not applicable) */
	position: absolute;
	left: 95%;
	top: 0px; /* top: 10%; */
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
    text-decoration: none; /* remove underlines */
    background: Black url(../../ODUTemplateFiles/ODUStyleImages/left-nav-bg.jpg); /*BEC - changes submenu background to Black if image unavailable */
    padding: 0px 0px 0px 7px;
    line-height: 20px;  /*BEC - added to insert seperation between menu items on sub menus*/
    /*BEC - 3/22/09 - only set left/right borders so empty submenus won't display bar
                        when hovered over.*/
    border-left: double 1px #cd9500;
    border-right: double 1px #cd9500;
    
}

/* No longer needed, but kept in comments for future use.
BEC - 3/22/09 - Style to prevent empty menu borders.  
                - Must add .ekmenu_submenu_items  class for each submenu.  
                    EX: .ekmenu_submenu_items .ekmenu_submenu_items .ekmenu_submenu_items .ekmenu_submenu_items
                            (root menu)             (1st submenu)       (2nd submenu)     (non existant submenu)
                  This style hides the border for the non-existant submenus.
.popoutmenuFF .ekmenu .ekmenu_submenu_items .ekmenu_submenu_items .ekmenu_submenu_items .ekmenu_submenu_items
{
    border: none;
}  */ 

/* Third, etc., level submenus */
.popoutmenuFF .ekmenu .ekmenu_submenu .ekmenu_submenu_items .ekmenu_submenu_items
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* Typical parent element: (not applicable) */
	position: absolute;
	left: 0%;
	top: -1px; /* top: 10%; */
	width: 100%;
	height: 100%;
	margin-left: 0px; 
	margin-top: 0px;
	height:auto;
	text-decoration: none; /* remove underlines */	  
}

/* Button menu items, controls visibility of associated sub-menus */
.popoutmenuFF .ekmenu_button
{
	/* SPAN; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    color: #fff; /* button-title text color */
    width: 172px; /* capture on-click for entire row that the button occupies */
    cursor: default; /*pointer;*/
    text-decoration: none; /* remove underlines */
}

.popoutmenuFF .ekmenu_button_hover
{
	/* SPAN; hovered version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    padding: padding: 0px 0px 0px 0px;
    font-weight: bold;
    width: 100%; /* capture on-click for entire row that the button occupies */
    cursor: default;
    color: #cd9500 !important;
    text-decoration: none; /* remove underlines */
}
.popoutmenuFF .ekmenu_button_selected
{
	/* SPAN; selected version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    color: #cd9500 !important; /* button-title text color */
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none; /* remove underlines */
    cursor: default; 
}
.popoutmenuFF .ekmenu_button_selected_hover
{
	/* SPAN; hovered version of .ekmenu_button_selected, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    color: #cd9500 !important; /* button-title text color */
      width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    cursor: default; 
}

/* images */
.popoutmenuFF .ekmenu_submenu_items a img, 
.popoutmenuFF .ekmenu_submenu_items_hidden a img {
	/* IMG; menu-item image, selected by CMS, can be used */
	/* with or in place of the textual title of the link. */
	/* Typical parent element: a.ekmenu_link */
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none; /* remove underlines */
}
.popoutmenuFF .ekmenu_linkimage, 
.popoutmenuFF .ekmenu_linkimage_selected
{
	/* SPAN; supports rollover-images, where a single image is scrolled */
	/* to show the desired effect for the given action-event. Separate the */
	/* .ekmenu_linkimage and .ekmenu_linkimage_selected classes for more images */
	/* Typical parent element: a.ekmenu_link */
    display: block;
	position: relative;
	background-repeat:no-repeat;
	overflow: hidden;
	padding: 0px 0px 0px 7px;
	text-decoration: none; /* remove underlines */
}
.popoutmenuFF .ekmenu_linkimage_hover, 
.popoutmenuFF .ekmenu_linkimage_selected_hover
{
	/* SPAN; hovered version of ekmenu_linkimage. Supports rollover-images, */
	/* where a single image is scrolled to show the desired effect for the */
	/* given action-event. Separate the .ekmenu_linkimage_hover and */
	/* .ekmenu_linkimage_selected_hover classes to control more images */
	/* Typical parent element: a.ekmenu_link */
    display: block;
	position: relative;
	background-position: 0px -30px;
	background-repeat:no-repeat;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	color: #cd9500 !important;
	text-decoration: none; /* remove underlines */
}

/* Link menu items */
.popoutmenuFF a.ekmenu_link, 
.popoutmenuFF a.ekmenu_link:link, 
.popoutmenuFF a.ekmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 0px 0px 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 0px;
    color: #fff; /* link text color */
    font-weight: bold;
    text-decoration: none; /* remove underlines */
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
}

/*
Removed - BEC:
(.popoutmenuFF a.ekmenu_link:active, ) because it is the style
that affects visited links, and don't want to change the color back to
#cd9500 when visited.  Only on hover and focus.
*/
.popoutmenuFF a.ekmenu_link:hover, 
.popoutmenuFF a.ekmenu_link:focus  {
	/* A; hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 0px 0px 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */  
    color: #cd9500 !important;  /* hovered-link text color */
    text-decoration: none; /* remove underlines */
	display: block; 
	width: 100%;
    cursor: default; 
}

.popoutmenuFF a.ekmenu_link_selected {
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 0px 0px 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    color: #cd9500 !important;
	display: block; 
	width: 100%;
	text-decoration: none;
    cursor: default; 
}

.popoutmenuFF a.ekmenu_link_selected:hover {
	/* A; selected and hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding:0px 0px 0px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    color: #cd9500 !important;
	display: block; 
	width: 100%;
	text-decoration: none;
    cursor: default; 
}
