/*                                                                          */
/* 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.     */
/*                                                                          */


.terciary .ekflexmenu {}

.terciary .ekflexmenu_submenu,
.terciary .ekflexmenu_submenu_hover,
.terciary .ekflexmenu_submenu_parent,
.terciary .ekflexmenu_submenu_parent_hover {}

.terciary .ekflexmenu_submenu_items {list-style-type: none; margin: 0px; height: 35px; padding: 0px;}

.terciary .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {}
.terciary .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li {border-left: 1px solid #BFBFBF;float: left;margin: 0px 0px 0px 0px; padding: 0px 14px;}
.terciary .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li.position1 {border-left: none; padding-left: 0px;}
.terciary .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items A {color: #BFBFBF; font-size: 14px;}
.terciary .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items A:hover {}


/*====== 1st sub / dropdown ======*/
.terciary .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {}
.terciary .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items li {}
.terciary .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items li a {font-size: 14px;}
.terciary .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items li a:hover {}
.terciary .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items {}

.terciary .ekflexmenu .ekflexmenu_submenu_items_hidden {display: none;}

.terciary .ekflexmenu_button{}
.terciary .ekflexmenu_button_hover{}
.terciary .ekflexmenu_button_selected {}
.terciary .ekflexmenu_button_selected_hover{}

.terciary img {}

.terciary a.ekflexmenu_link, 
.terciary a.ekflexmenu_link:link, 
.terciary a.ekflexmenu_link:visited {}
.terciary a.ekflexmenu_link:hover, 
.terciary a.ekflexmenu_link:active, 
.terciary a.ekflexmenu_link:focus  {color: #8A8A8A !important;}

.terciary a.ekflexmenu_link_selected {color: #8A8A8A !important; text-decoration: none !important;}
.terciary a.ekflexmenu_link_selected:hover {color: #8A8A8A !important;}