/*                                                                          */
/* 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.     */
/*                                                                          */

.menu_newmoney .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /* font-size: 1.61em; */
    /* font-family: Sans-Serif; */
    /* width: 191px; */
    text-decoration: none;
}

.menu_newmoney .ekflexmenu_submenu,
.menu_newmoney .ekflexmenu_submenu_hover,
.menu_newmoney .ekflexmenu_submenu_parent,
.menu_newmoney .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/*position: relative;
	top: 0px;
	left: 0px;*/
	
	float: left;
	text-decoration: none;
	text-transform:none;
	
}

.menu_newmoney UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* border-top: 1px solid #EDEDED;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 191px; */
	
	float: left;
    clear: left;
    width: 162px;
    border: 1px solid #dddddd;
    background: url(/newmoney/images/nav_bkg.gif) no-repeat;
    text-decoration: none;
}




.menu_newmoney LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* display:inline; */
	float:left;
	width:100%;
	text-decoration: none;
}

.menu_newmoney LI UL LI
{
    clear: both;
    /* padding: 6px 0px 5px 0px; */
    padding: 0px;    
    width:132px;
    text-decoration: none;
    
    
}

.menu_newmoney .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    text-decoration: none;    
    
    
}

.menu_newmoney .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;
	text-decoration: none;
}

/* Nested menu items */
.menu_newmoney .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.menu_newmoney .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.menu_newmoney .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. */
	/* padding-left: 5px; */ /* indents menu items, accumulating with each nesting level */
    /* border-bottom-width: 0px; */ /* prevents bottom border from accumulating, with each level of nesting */
    
    float: left;
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

/* Button menu items, controls visibility of associated sub-menus */
.menu_newmoney .ekflexmenu_button, .menu_newmoney ul li a
{
	/* 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). */
	/* background: #ECECEC;
	border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */
    
    float: left;
    width: 142px;
    padding: 6px 10px 7px;
    color: #333333;
    font-size: 1.1em;
    line-height: 1.4em;
    background: url(/newmoney/images/nav_item_bkg.gif) bottom center no-repeat;
    text-decoration: none;
}



.menu_newmoney .ekflexmenu_button:focus,
.menu_newmoney .ekflexmenu_button:hover,
.menu_newmoney .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	/* background: #ECECEC;
	border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */
    
    float: left;
    width: 142px;
    padding: 6px 10px 7px;
    color: black;
    font-size: 1.1em;
    line-height: 1.4em;
    background: #fbfbfb url(/newmoney/images/nav_hover.gif) bottom left repeat-x;
    text-decoration: none;
    text-transform:none;
}
.menu_newmoney .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    /* background: #E2E2E2;
    border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-decoration: underline;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */
    
    float: left;
    width: 142px;
    padding: 6px 10px 7px;
    color: black;
    font-size: 1.1em;
    line-height: 1.4em;
    background: #fbfbfb url(/newmoney/images/nav_hover.gif) bottom left repeat-x;
    text-decoration: none;
    text-transform:none;
    
}
.menu_newmoney .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
	/* background: #E2E2E2;
	border-bottom: 1px dotted #91B0A3;
    color: #10442F;
    display: block;
    padding: 2px 0px 0px 0px;
    text-decoration: underline;
    text-indent: 12px;
    width: 100%; */ /* capture on-click for entire row that the button occupies */

    float: left;
    /* width: 167px; */
    width:142px;
    padding: 6px 10px 7px;
    color: black;
    font-size: 1.1em;
    line-height: 1.4em;
    background: #fbfbfb url(/newmoney/images/nav_hover.gif) bottom left repeat-x;
    text-decoration: none;
    text-transform:none;
}

/* images */
.menu_newmoney .ekflexmenu_submenu_items a img, 
.menu_newmoney .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;
	
}

/* Link menu items */
.menu_newmoney a.ekflexmenu_link, 
.menu_newmoney a.ekflexmenu_link:link, 
.menu_newmoney a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	background: #f7f7f7 url(/newmoney/images/subnav_nohover.gif) no-repeat scroll 14px 10px;
    /* font-size:0.9em;
    line-height:0.8em;
    padding: 6px 10px 5px 20px;
    color:Black;
    border-top:0 none;
    margin-top:0; */
    float: left;
    font-size:1em;
    line-height:1.1em;
    padding: 6px 10px 5px 20px;
    color:Black;
    border-top:0 none;
    margin-top:0;
    text-decoration: none;
    width: 100%;
}

.menu_newmoney a.ekflexmenu_link_selected {
	background: #DDDDDD url(/newmoney/images/subnav_hover.gif) no-repeat scroll 14px 10px;
	float: left;
    font-size:1em;
    line-height:1.1em;
    padding: 6px 10px 5px 20px;
    color:Black;
    border-top:0 none;
    margin-top:0;
    text-decoration: none;
    width: 132px;
	
}
.menu_newmoney a.ekflexmenu_link_selected:hover, 
.menu_newmoney a.ekflexmenu_link:hover,
.menu_newmoney a.ekflexmenu_link:active, 
.menu_newmoney a.ekflexmenu_link:focus {
    background: #DDDDDD url(/newmoney/images/subnav_hover.gif) no-repeat scroll 14px 10px;
	float: left;
    font-size:1em;
    line-height:1.1em;
    padding: 6px 10px 5px 20px;
    color:Black;
    border-top:0 none;
    margin-top:0;
    text-decoration: none;
    width: 132px;
    text-transform:none;
}



#e2b124921_149_214_button, 
#e2b124921_149_214, 
.inner #e0fa05764_149_214_button, 
.inner #e2b124921_149_214
{
	display:none;
	text-decoration: none;
}



#e2b124921_149_157_button,
#e0fa05764_149_157_button
{
	background-image: none;
	padding-bottom:6px;
	text-decoration: none;
}

#e2b124921_149_157_button:hover,
#e0fa05764_149_157_button:hover
{
	float: left;
    width: 100%;
    padding-bottom:6px;
    color: black;
    font-size: 1.1em;
    line-height: 1.4em;
    background: #fbfbfb url(/newmoney/images/nav_hover.gif) bottom left repeat-x;
    text-decoration: none;
}



#e2b124921_149_215_button, #e2b124921_149_215,
#e0fa05764_149_215_button, #e0fa05764_149_215

{
display:none;
text-decoration: none;

}


#e0fa05764_149_150_button, #e0fa05764_149_152_button, #e0fa05764_149_153_button,
#e0fa05764_149_154_button, #e0fa05764_149_155_button, #e0fa05764_149_156_button,
#e0fa05764_149_218_button
{
	text-decoration:none;
}