/*                                                                          */
/* 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 sport 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.     */
/* 

/*********************************************************************/
/***** BEGIN THE OUTER WRAPPER****************************************/
/*********************************************************************/

                                                                         
.sport_footerMenu .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /*width: 185px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: x-small;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight:bolder;
    text-align:right;
}

/*********************************************************************/
/***** END THE OUTER WRAPPER******************************************/
/*********************************************************************/

/*********************************************************************/
/*****BEGIN ACCESSIBILITY STYLES**************************************/
/*********************************************************************/

.sport_footerMenu .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;
}

.sport_footerMenu .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;
}

.sport_footerMenu .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;
}

.sport_footerMenu .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 */
}

.sport_footerMenu .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 */
}

/*********************************************************************/
/*****END ACCESSIBILITY STYLES**************************************/
/*********************************************************************/

.sport_footerMenu .ekmenu_submenu,
.sport_footerMenu .ekmenu_submenu_hover,
.sport_footerMenu .ekmenu_submenu_parent,
.sport_footerMenu .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: relative;
	top: 0px;
	left: 0px;
}

.sport_footerMenu .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;
}

.sport_footerMenu .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%;
}

.sport_footerMenu .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.sport_footerMenu .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
  color: rgb(255, 255, 255); /* default text color */
	font-size: 1em;
  text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.sport_footerMenu .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;
}

.sport_footerMenu .ekmenu_unorderedlist 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* Typical parent element: div.ekmenu_submenu_items */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sport_footerMenu .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.sport_footerMenu .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.sport_footerMenu .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 */
.sport_footerMenu .ekmenu_submenu_items .ekmenu_submenu_items, 
.sport_footerMenu .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.sport_footerMenu .ekmenu_submenu_items_hidden .ekmenu_submenu_items_hidden
{
	/* 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) */
	margin-left: 5px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    background-color:#FCE6F3;
    padding-left:5px;
}

/************************************/
/*BEGIN SUB MENU HEADING LINKS*******/
/************************************/

/* Button menu items, controls visibility of associated sub-menus */
.sport_footerMenu .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;
    font-weight: bold;
    width: 180px; /* capture on-click for entire row that the button occupies */
    color:Gray;
    padding:5px 0px 5px 10px;
    background-image:url('../app_graphics/sportSingleChevron.gif');
    background-repeat:no-repeat;
    background-position:0px 8px;
    cursor:hand;    
}

.sport_footerMenu .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;
    font-weight: bold;
    width: 180px; /* capture on-click for entire row that the button occupies */
    color:Gray;
    padding:5px 0px 5px 10px;
    background-image:url('../app_graphics/redDoubleVertical.gif');
    background-repeat:no-repeat;
    background-position:0px 8px;
    cursor:hand;
}
.sport_footerMenu .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;
    font-weight: bold;
    width: 180px; /* capture on-click for entire row that the button occupies */
    color:Gray;
    padding:5px 0px 5px 10px;
    background-image:url('../app_graphics/redDoubleVertical.gif');
    background-repeat:no-repeat;
    background-position:0px 8px;
    cursor:hand;
}
.sport_footerMenu .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;
    font-weight: bold;
    width: 180px; /* capture on-click for entire row that the button occupies */
    color:Gray;
    padding:5px 0px 5px 10px;
    background-image:url('../app_graphics/redDoubleVertical.gif');
    background-repeat:no-repeat;
    background-position:0px 8px;
    cursor:hand;
 }

/************************************/
/*END SUB MENU HEADING LINKS*********/
/************************************/

/********************************************/
/*BEGIN ANY LINK ITEM STYLE******************/
/********************************************/

/* Link menu items */
.sport_footerMenu a.ekmenu_link, 
.sport_footerMenu a.ekmenu_link:link, 
.sport_footerMenu 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. */

    display: inline; /* force one link per row */
    color:White;
    cursor:hand;
    text-decoration:none;
    float:right; 
    padding:3px 10px 3px 10px; 
    border-right:solid 1px white; 
}


/*.ekmenu_submenu_items a:hover */
.sport_footerMenu a.ekmenu_link:hover, 
.sport_footerMenu a.ekmenu_link:active, 
.sport_footerMenu 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. */
    display: inline; /* force one link per row */
    color:White;
    cursor:hand;
    text-decoration:none;   
    float:right; 
    padding:3px 10px 3px 10px; 
    border-right:solid 1px white; 
}

.sport_footerMenu 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. */
    display: inline; /* force one link per row */
    color:White;
    cursor:hand;
    text-decoration:none;   
    float:right; 
    padding:3px 10px 3px 10px; 
    border-right:solid 1px white; 
 }

.sport_footerMenu 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. */
    display: inline; /* force one link per row */
    color:White;
    cursor:hand;
    text-decoration:none;   
    float:right; 
    padding:3px 10px 3px 10px; 
    border-right:solid 1px white; 
}

/********************************************/
/*END ANY LINK ITEM STYLE********************/
/********************************************/

