﻿/*                                                                          */
/* 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.     */
/*                                                                          */
.templateleftmenu ul li{
	font-family: 'Muli', sans-serif;
	font-size:1.2em;
	color:#000000;	
	/*list-style-image:url('cms400min/images/arrowdown.png');*/
}

.templateleftmenu a
{
    text-decoration:none;
    -o-transition:none;
    -ms-transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    transition:none;
}

.templateleftmenu ul ul{
    margin:20px 0px;
}

.templateleftmenu ul ul ul{
    margin:0px 0px 10px 0px;
}

.templateleftmenu ul ul ul a{
   padding:3px 0px;
}

.templateleftmenu ul li ul li{
	text-transform:none;
	font-size:.9em;
}

.templateleftmenu ul li ul li ul li a{
	margin-left:20px;
}

.arrow_sidemenu {
	float:right;
}

.templateleftmenu .ekflexmenu 
{
    color: #000000;
    font-size: 1em;
    background: transparent; /* shows up on left side, widens with nesting level */
    border:none;
}

.templateleftmenu .ekflexmenu_submenu,
.templateleftmenu .ekflexmenu_submenu_hover,
.templateleftmenu .ekflexmenu_submenu_parent,
.templateleftmenu .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;	
}

.templateleftmenu UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.templateleftmenu LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;	
}

.templateleftmenu .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.templateleftmenu .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 */
.templateleftmenu .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.templateleftmenu .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.templateleftmenu .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: 0px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Link menu items */
.templateleftmenu ul ul li a.ekflexmenu_link, 
.templateleftmenu ul ul li a.ekflexmenu_link:link, 
.templateleftmenu ul ul li a.ekflexmenu_link:visited,
.templateleftmenu ul ul li a.ekflexmenu_button
{
    padding: 5px 30px;
    color: #000000;
    background: transparent;
    text-decoration: none;
    display: block;
    font-weight: normal;
    background-image: url(images/arrow_sprite.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-position: 20px -14px;
    text-transform:none;
    font-size:1em;
}

/*.ekflexmenu_submenu_items a:hover */
.templateleftmenu ul ul li a.ekflexmenu_link:hover, 
.templateleftmenu ul ul li a.ekflexmenu_link:active, 
.templateleftmenu ul ul li a.ekflexmenu_link:focus,
.templateleftmenu ul ul li a.ekflexmenu_link_selected,
.templateleftmenu ul ul li a.ekflexmenu_link_selected:hover,
.templateleftmenu ul ul li a.ekflexmenu_button_hover,
.templateleftmenu ul ul li a.ekflexmenu_button:active,
.templateleftmenu ul ul li a.ekflexmenu_button:focus,
.templateleftmenu ul ul li a.ekflexmenu_button_selected,
.templateleftmenu ul ul li a.ekflexmenu_button_selected_hover
{
    padding: 5px 30px;   
    color: #000000;
    background : transparent;
    text-decoration: none;    
	display: block; 
	font-style:italic;
    background-image: url(images/arrow_hover.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-position: 20px 12px;
    text-transform:none;
    font-size:1em;
}

.templateleftmenu ul li a.ekflexmenu_button_selected,
.templateleftmenu ul li a.ekflexmenu_button_hover,
.templateleftmenu ul li a.ekflexmenu_button_selected_hover
{
background-image: url("images/bg_fleur.png");
    background-position: 16px 13px;
    background-repeat: no-repeat;
    color: white;
    cursor: text;
    display: block;
    font-size: 1.3em;
    font-style: normal;
    padding: 18px 0 14px 54px;
    text-transform: uppercase;
}

/*new member title*/
#eeb11f839_89_103_button
{
	width:280px;
}