﻿
.vertical .ekflexmenu 
{
    color: rgb(255, 255, 255);
    width: 165px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 11px;
    font-family: Sans-Serif;
    padding: 0 0 0 10px;
	margin: 0 0 14px 0;
	line-height: 22px;
}

.vertical .ekflexmenu_submenu,
.vertical .ekflexmenu_submenu_hover,
.vertical .ekflexmenu_submenu_parent,
.vertical .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.vertical UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.vertical LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display: inline;
	margin: 0px;
	padding: 0px;
}

.vertical .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    vertical-align: top;
}

.vertical .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;
}

/* Nested menu items */
.vertical .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.vertical .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.vertical .ekflexmenu_submenu_items_hidden .ekflexmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	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 */
	height: auto;
}

/* Button menu items, controls visibility of associated sub-menus */
.vertical .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;
    padding-left: 14px;
    color: #ec9e00;
    background: #ffdea4 url(../images/sidemenu_bg.gif) 0 0 no-repeat;
    text-indent: 10px;
    width: 165px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    height: auto;
    border-top: dashed 1px #e4cc9a;
}

.vertical .ekflexmenu_button:focus,
.vertical .ekflexmenu_button:hover,
.vertical .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
    color: #ffffff !important;
    background: #ffa000 url(../images/sidemenu_over.gif) 0 0 no-repeat !important;
    text-indent: 10px;
    width: 165px; /* capture on-click for entire row that the button occupies */
    height: auto;
    padding-left: 14px;    
    text-decoration: none;
    border-top: dashed 1px #e4cc9a;
}
.vertical .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    padding-left: 14px;
    color: #ffffff;
    background: #ffa000 url(../images/sidemenu_over.gif) 0 0 no-repeat;
    text-indent: 10px;
    width: 165px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    height: auto;
}
.vertical .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding-left: 14px;
    color: rgb(255, 255, 255) !important;
    background: #ffa000 url(../images/sidemenu_over.gif) 0 0 no-repeat !important;
    text-indent: 10px;
    width: 165px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    height: auto;
}

/* images */
.vertical .ekflexmenu_submenu_items a img, 
.vertical .ekflexmenu_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. */
	border-width: 0px;
	height: auto;
}

/* Link menu items */
.vertical a.ekflexmenu_link, 
.vertical a.ekflexmenu_link:link {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 2px 0;
    text-indent: 10px;
    color: #ec9e00;
    background: #ffdea4 url(../images/sidemenu_bg.gif) 0 0 no-repeat;
    height: auto;
    text-decoration: none;
    display: block; /* force one link per row */
    width: 165px; /* fill entire row with link */
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    border-top: dashed 1px #e4cc9a;
    padding-left: 14px;
}

.vertical a.ekflexmenu_link:hover, 
.vertical a.ekflexmenu_link:active, 
.vertical a.ekflexmenu_link:focus,
.vertical a.ekflexmenu_link_selected,
.vertical a.ekflexmenu_link_selected:hover
{
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 2px 0;
    text-indent: 10px;
    color: rgb(255, 255, 255) !important;
    background: #ffa000 url(../images/sidemenu_over.gif) 0 0 no-repeat !important;
    height: auto;
    text-decoration: none;
	display: block; 
	width: 165px;
	padding-left: 14px;
}}