.expand1 {
	background: #fefcfd url(../images/lmbg.jpg) repeat-x left bottom;
}
.expand1 .ekflexmenu {
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color:#0082dd;
	width: 218px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
	font-size: 14px;
	background: #fefcfd 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: 10px 0px;
	font-weight: normal;
	color:#8C8B8B;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* 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: 10px 0px;
	font-weight: normal;
	color:#8C8B8B;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
}
.expand1 .ekflexmenu_button_selected {
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
	padding: 10px 0px;
	font-weight: bold;
	background-color:#919090;
	color:#FFFFFF;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
}
.expand1 .ekflexmenu_button_selected_hover {
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
	padding: 10px 0px;
	font-weight: bold;
	background-color:#919090;
	color:#FFFFFF;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
}
.expand1 /*li.ekflexmenu_menu_level_3 */.ekflexmenu_button_selected {
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
	padding: 10px 0px;
	font-weight: normal;
	background:  #F7F7F7 url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#e25f08;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 188px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
	border-right:1px solid #D6D6D6;
}
.expand1 /*li.ekflexmenu_menu_level_3*/ .ekflexmenu_button_selected_hover {
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
	padding: 10px 0px;
	font-weight: normal;
	background: #F7F7F7 url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#e25f08;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 188px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
		border-right:1px solid #D6D6D6;
}
/*.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: 10px 0px;
	font-weight: bold;
	background-color:#919090;
	color:#FFFFFF;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
}
/* 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: 10px 0px;
	font-weight: normal;
	color:#8C8B8B;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	background:none;
	font-size:14px;
}
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link_selected {
	display: block;
	padding: 10px 0px;
	font-weight: normal;
	background:  #F7F7F7 url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#e25f08;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
	font-size:14px;
}
.expand1 li.ekflexmenu_menu_level_1 ul li a.ekflexmenu_link_selected:hover {
	display: block;
	padding: 10px 0px;
	font-weight: normal;
	background: #F7F7F7 url(../images/lmtop-active-arrow.jpg) no-repeat left center;
	color:#e25f08;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
	font-size:14px;
}
.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: 5px 0px 5px 0px;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	color: #8C8B8B;
	background: #fff;
	text-decoration: none;
	display: block; /* force one link per row */
	width: 189px; /* fill entire row with link */
	font-size:12px;
	background:#FFFFFF url(../images/lminactivesubbg.gif) no-repeat scroll left center;
}
/*.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: 5px 0px 5px 0px;
	/*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	color:#8C8B8B;
	text-decoration: none;
	display: block;
	width: 189px;
	font-size:12px;
	background:#FFFFFF 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: 5px 0px 5px 0px;
	/*text-indent: 32px;*/
	padding-left:32px;
	padding-right:10px;
	color: #8C8B8B;
	background:#F7F7F7 url(../images/lmsub-active-arrow.gif) no-repeat scroll left center;
	display: block;
	width: 176px;
	font-size:12px;
}
.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: 5px 0px 5px 0px;
	/*text-indent: 32px;*/
	padding-left:32px;
	padding-right:10px;
	color: #8C8B8B;
	background:#F7F7F7 url(../images/lmsub-active-arrow.gif) no-repeat scroll left center;
	display: block;
	width: 176px;
	font-size:12px;
}
/* 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: 10px 0px;
	font-weight: normal;
	color:#8C8B8B;
	/*    background: #fff; */
    /*text-indent: 19px;*/
	padding-left:19px;
	padding-right:10px;
	width: 189px; /* capture on-click for entire row that the button occupies */
	text-decoration: none;
	background:none;
	font-size:14px;
}