.expand1 {
	background:url(../images/lmbg.jpg) repeat-x left bottom;
	font-size:8pt !important;
}
.expand1 .ekflexmenu {
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color:#002E51;
	width:160px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
	font-size:8pt;
	background:url(../images/lmbg.jpg) repeat-x left bottom;  /*shows up on left side, widens with nesting level */
	/*border-right: 1px solid #D6D6D6;*/
	/*_border-right: 0px solid #D6D6D6;*/
}
/*.expand1 a {
	_border-right: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}*/
/*.expand1 .ekflexmenu_submenu, .expand1 .ekflexmenu_submenu_hover, .expand1 .ekflexmenu_submenu_parent, .expand1 .ekflexmenu_submenu_parent_hover {
	/* DIV; holds submenu items, such as a submenu title and links. */
	/*position: relative;
	top: 0px;
	left: 0px;
*/
.expand1 UL {
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style:none;
	margin:0px;
	padding:0px;
}
.expand1 LI {
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;

	margin:0px;
	padding:0px;
}
.expand1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow:hidden; /* truncate what cannot fit *//*border-bottom: solid 2px rgb(71, 71, 71);*/
}
.expand1 .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 */
.expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items, .expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, .expand1 .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 */

}
/* Button menu items, controls visibility of associated sub-menus */
.expand1 .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:0 10px 8px 10px;
	font-weight:normal;
	color:#002E51;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:none;
}
.expand1 .ekflexmenu_button:focus, .expand1 .ekflexmenu_button:hover, .expand1 .ekflexmenu_button_hover {
	/* A; hovered version of .ekflexmenu_button, see above... */
    display:block;
	padding:0 10px 8px 10px;
	font-weight:normal;
	color:#002E51;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline;
}
.expand1 .ekflexmenu_button_selected {
	/* A; selected version of .ekflexmenu_button, see above... */
    display:block;
	padding:10px 0px;
	font-weight:bold;
	color:#002E51;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width:189px; /* capture on-click for entire row that the button occupies */
	text-decoration: underline;
}
.expand1 .ekflexmenu_button_selected_hover {
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display:block;
	padding:0 10px;
	font-weight:bold;
	color:#002E51;
	/*text-indent: 19px;*/
	padding-left:19px;
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline;
}
.expand1 /*li.ekflexmenu_menu_level_3 */.ekflexmenu_button_selected {
	/* A; selected version of .ekflexmenu_button, see above... */
    display:block;
	padding:0 10px 8px 10px;
	font-weight:normal;
	background:url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#666;
	/*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline !important;
}
.expand1 /*li.ekflexmenu_menu_level_3*/ .ekflexmenu_button_selected_hover {
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display:block;
	padding:0 10px 8px 10px;
	font-weight:normal;
	background:url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	/*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline;
}
/*.expand1 li#foo .ekflexmenu_button {
    display: block;
	padding: 10px 0px;
	font-weight: bold;
	background-color:#919090;
	color:#FFFFFF;
	padding-left:19px;
	padding-right:10px;
	width: 189px;
	text-decoration: none;
}*/
.expand1 li#foo .ekflexmenu_button_hover {
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display:block;
	padding:0 10px 8px 10px;
	font-weight:bold;
	color:#002E51;
	/*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline;
}
/* images */
.expand1 .ekflexmenu_submenu_items a img, .expand1 .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 */
/*.ekflexmenu_submenu_items a:hover */
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:hover, .expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:active, .expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:focus {
	/* A; hovered version of .ekflexmenu_button, see above... */
    display:block;
	padding:0 10px 8px 0;
	font-weight:normal;
	color:#002E51;
	/*text-indent: 19px;*/
	width: 130px; /* capture on-click for entire row that the button occupies */
	background:none;
	font-size:10pt;
}
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link_selected {
	display:block;
	padding:0 10px 8px 10px;
	font-weight:normal;
	background:url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#002E51;
	/*text-indent: 19px;*/
	width: 130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline;
	font-size:10pt;
}
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link_selected:hover {
	display:block;
	padding:0 10px 8px 10px;
	font-weight:normal;
	background:url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#002E51;
	/*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:underline;
	font-size:10pt;
}
.expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link, 
.expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link:link, 
.expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link:visited
{
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0 10px 8px 20px;
	/*text-indent: 19px;*/
	color:#002E51;
	text-decoration:none;
	display:block; /* force one link per row */
	width:130px; /* fill entire row with link */
	font-size:8pt;
	background:url(../images/lminactivesubbg.gif) no-repeat scroll left center;
}
#efcc5408a_7_23_submenu_items li a:link, 
#efcc5408a_7_23_submenu_items li.a:visited
{
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0 10px 8px 10px;
	/*text-indent: 19px;*/
	color:#002E51;
	text-decoration:none;
	display:block; /* force one link per row */
	width:130px; /* fill entire row with link */
	font-size:10pt;
	background:url(../images/lminactivesubbg.gif) no-repeat scroll left center;
}
#efcc5408a_7_23_submenu_items li a:hover
{
	text-decoration:underline;
}

#efcc5408a_7_34_submenu_items ul
{
	font-size:10pt !important;
}


/*.ekflexmenu_submenu_items a:hover */
.expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link:hover, .expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link:active, .expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link:focus {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding:0 10px 8px 20px;
	/*text-indent: 19px;*/
	color:#002E51;
	text-decoration: underline;
	display:block;
	width:130px;
	font-size:8pt;
	background:url(../images/lminactivesubbg.gif) no-repeat scroll left center;
}
.expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding:0 0 8px 20px;
	/*text-indent: 32px;*/
	color:#002E51;
	background:url(../images/lmsub-active-arrow.gif) no-repeat scroll left center;
	display: block;
	width:130px;
	font-size:8pt;
	text-decoration:underline;
}
.expand1 li.ekflexmenu_menu_level_1 li.ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding:0 0 8px 20px;
	/*text-indent: 32px;*/
	color:#002E51;
	background:url(../images/lmsub-active-arrow.gif) no-repeat scroll left center;
	display:block;
	width:130px;
	font-size:8pt;
	text-decoration:none;
}
/* Link menu items */
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link, .expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:link, .expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:visited {
	/* 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:0 10px 8px 10px;
	font-weight:normal;
	color:#002E51;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	text-decoration:none;
	background:none;
	font-size:10pt;
}
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:hover, .expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:hover, .expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link:hover {
	text-decoration:underline;
	display:block;
	padding:0 10px 8px 10px;
	font-weight:normal;
	color:#002E51;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	width:130px; /* capture on-click for entire row that the button occupies */
	background:none;
	font-size:10pt;
}
.expand1 .ekflexmenu_menu_level_4 ul
{
	display:none;
}
.ekflexmenu_menu_level_4.ekflexmenu_submenu a, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu a:hover, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu a:link, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu a:visited, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu a:active,
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:hover, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:link, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:visited, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:active
 {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0 10px 8px 20px;
    padding-left:20px;
	/*text-indent: 19px;*/
	color:#002E51;
	text-decoration:none;
	display:block; /* force one link per row */
	width:130px; /* fill entire row with link */
	font-size:8pt;
	background:url(../images/lminactivesubbg.gif) no-repeat scroll left center;
}
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:hover, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:link, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:visited, 
.ekflexmenu_menu_level_4.ekflexmenu_submenu_hover a:active
{
	text-decoration:underline;
}

