.mainmenu .ekflexmenu
{
	font-size:.9em;
}

.mainmenu .ekflexmenu_submenu, .mainmenu .ekflexmenu_submenu_hover, .mainmenu .ekflexmenu_submenu_parent, .mainmenu .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.mainmenu UL
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mainmenu LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	margin: 0px;
	padding: 0px;
	border-bottom:1px dotted #CCCCCC;
}

.mainmenu a,
.mainmenu a:link,
.mainmenu a:focus
{
	color:#4A4D50;
	padding:10px 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:.9em;
}

.mainmenu a:active
{
	border:none;
}

.mainmenu a:hover
{
	color:#0D3269;
}

.mainmenu .ekflexmenu_submenu_items
{
	overflow: hidden; /* truncate what cannot fit */
}

ul#ea681a8bf_6_7_submenu_items
{
	margin-bottom: 10px;
}

#ea681a8bf_6_7_submenu_items li
{
	border: none;
}

.mainmenu .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 */
.mainmenu .ekflexmenu_submenu_items .ekflexmenu_submenu_items, .mainmenu .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, .mainmenu .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: 5px; /* indents menu items, accumulating with each nesting level */
	border: none; /* prevents bottom border from accumulating, with each level of nesting */
	font-size:.9em;
}

/* Button menu items, controls visibility of associated sub-menus */
.mainmenu .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;
	text-decoration: none;
	width: 100%; /* capture on-click for entire row that the button occupies */
	font-weight:bold;
}

.mainmenu .ekflexmenu_button:focus, .mainmenu .ekflexmenu_button:hover, .mainmenu .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	display: block;
	width: 100%; /* capture on-click for entire row that the button occupies */
	font-weight:bold;
	color:#0D3269;
}
.mainmenu .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
	display: block;
	padding: 10px 0px;
	width: 100%; /* capture on-click for entire row that the button occupies */
	color:#0d3269;
	font-weight:bold;
}
.mainmenu .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
	display: block;
	width: 100%; /* capture on-click for entire row that the button occupies */
	font-weight:bold;
}

/* images */
.mainmenu .ekflexmenu_submenu_items a img, .mainmenu .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: none;
}

/* Link menu items */
.mainmenu a.ekflexmenu_link, .mainmenu a.ekflexmenu_link:link, .mainmenu a.ekflexmenu_link:visited
{
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */	
	border:medium none;
	display:block; /* force one link per row */
	line-height:12px;
	padding:2px 0;
	text-decoration:none;
	width:100%; /* fill entire row with link */
}
/*.ekflexmenu_submenu_items a:hover */
.mainmenu a.ekflexmenu_link:hover, .mainmenu a.ekflexmenu_link:active, .mainmenu a.ekflexmenu_link:focus
{
	/* A; hovered version of ekflexmenu_link, see above... */
	padding: 2px 0px;
	text-decoration: none;
	display: block;
	width: 100%;
	color:#0d3269;
}

.mainmenu a.ekflexmenu_link_selected
{
	/* A; selected version of ekflexmenu_link, see above... */
	padding: 0px;
	display: block;
	width: 100%;
}
.mainmenu a.ekflexmenu_link_selected:hover
{
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	padding: 0px;
	display: block;
	width: 100%;
}

