/*                                                                          */
/* 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.     */
/*                                                                          */

.right_nav .language li a.ekflexmenu_button, 
.right_nav .language li a.ekflexmenu_button_selected
{
	text-transform:none;
	background:transparent;
}

.menu_newmoney_rightnav_popular .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /* font-size: 1.61em; */
    /* font-family: Sans-Serif; */
    /* width: 191px; */
}

.menu_newmoney_rightnav_popular .ekflexmenu_submenu,
.menu_newmoney_rightnav_popular .ekflexmenu_submenu_hover,
.menu_newmoney_rightnav_popular .ekflexmenu_submenu_parent,
.menu_newmoney_rightnav_popular .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/*position: relative;
	top: 0px;
	left: 0px;*/
	
	float: left;
}


/* Nested menu items */
.menu_newmoney_rightnav_popular .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.menu_newmoney_rightnav_popular .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.menu_newmoney_rightnav_popular .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;
    width: 142px;
    padding: 10px 20px;
    color: black;
    font-size: 1.1em;
    line-height: 1.2em;   
    text-decoration: none;
}

/* Button menu items, controls visibility of associated sub-menus */
.menu_newmoney_rightnav_popular .ekflexmenu_button, 
.menu_newmoney_rightnav_popular .ekflexmenu_button:link,
.menu_newmoney_rightnav_popular .ekflexmenu_button:visited,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected:link,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected:visited,
.menu_newmoney_rightnav_popular .ekflexmenu_button_hover:link,
.menu_newmoney_rightnav_popular .ekflexmenu_button_hover:visited,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected_hover:link,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected_hover:visited,
.menu_newmoney_rightnav_popular .ekflexmenu_button 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: 10px 20px;
    color: black;
    /*font-size: 1.1em; */
    line-height: 1.2em;   
    text-decoration: none;
}

.menu_newmoney_rightnav_popular .ekflexmenu_button:focus,
.menu_newmoney_rightnav_popular .ekflexmenu_button:hover,
.menu_newmoney_rightnav_popular .ekflexmenu_button:active,
.menu_newmoney_rightnav_popular .ekflexmenu_button_hover,
.menu_newmoney_rightnav_popular .ekflexmenu_button_hover:hover,
.menu_newmoney_rightnav_popular .ekflexmenu_button_hover:active,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected:hover,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected:active
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected_hover,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected_hover:hover,
.menu_newmoney_rightnav_popular .ekflexmenu_button_selected_hover:active
{
	/* 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: 10px 20px;
    color: #333333;
    line-height: 1.2em;   
    text-decoration: none;
    text-transform:none;
    background:transparent;
}

/*
.menu_newmoney_rightnav_popular .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: 142px;
    padding: 10px 20px;
    color: black;
    font-size: 1.1em;
    line-height: 1.2em;   
    text-decoration: none;
} */


/* Link menu items */
.menu_newmoney_rightnav_popular a.ekflexmenu_link, 
.menu_newmoney_rightnav_popular a.ekflexmenu_link:link, 
.menu_newmoney_rightnav_popular a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* background-color: #ECECEC;
	border-bottom: 1px dotted #91B0A3;
	color: #000000;
	display: block;
	padding: 0px 0px 1px 24px;
    width: 167px; */
    
    float: left;
    width: 142px;
    padding: 10px 20px;
    color: black;
    font-size: 1.1em;
    line-height: 1.2em;   
    text-decoration: none;
    text-transform:none;
    
    
}

/* 
#e009baaa8_176_0_submenu_items 
{
	color:#333333;
   float:left;
   line-height:1.2em;
   padding:10px 20px;
   width: 130px;
}
*/

/* .ekflexmenu_submenu_items, ekflexmenu_link:hover
{
	background:#FFFFFF url(/newmoney/images/right_nav_item_bkg.gif) no-repeat scroll center bottom;
	float:left;
} */