﻿.expand_inside .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    width: 180px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    position:relative;
    /*  left: -20px;   */
    display: block; 
}
 
.expand_inside .ekflexmenu_menu_level_0,
.expand_inside .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	list-style-type: none; 	
	display: block;	
}
 
 
.expand_inside .ekflexmenu_menu_level_0 .ekflexmenu_link
{
	display: block;
 
}
 
.expand_inside .ekflexmenu_menu_level_1
{
	list-style-type: none; 
	display: block;
}
 
.expand_inside .ekflexmenu_menu_level_1 .ekflexmenu_link
{
	margin-left: 0px;
	display: block;
}
 
.expand_inside .ekflexmenu_menu_level_0 .ekflexmenu_button
{
	font-weight: normal;
}
 
.expand_inside .ekflexmenu_menu_level_0 .first
{
	    text-transform:uppercase;
}
 
.expand_inside .ekflexmenu_menu_level_1 .first
{
	    text-transform:none;
}
 
.expand_inside LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	margin:0.3em 0; 
	line-height:1.2em;
	
}
 
.expand_inside .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    list-style-type: disc;
    display: block;
     padding-left:2em; 
     }
 
 
/* Button menu items, controls visibility of associated sub-menus */
.expand_inside .ekflexmenu_button
{
	/* 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;
    width: 180px;
    text-decoration: none; 
}
 
.expand_inside .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    text-decoration: none;
    font-weight: bold;  
       
}
.expand_inside a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	display: block; 
	text-decoration: none;
    font-weight: bold;         
}
