/*                                                                          */
/* 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.     */
/*																			*/

.boxA .ekflexmenu_startlevel 
{
	margin: 1em 0 0 0;
	background: url(/images/homepage06.jpg) no-repeat left top;
	padding: 1.5em 0 0 0;
}

.boxA .ekflexmenu_startlevel a
{
	color: #FFFFFF;
	text-decoration: none;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    font-size:17px;    
	padding: 16px 0px 0px 20px;
}

.boxA .ekflexmenu_accessible_menu_start,
.boxA .ekflexmenu_accessible_menu_startheading,
.boxA .ekflexmenu_accessible_menu_startlink,
.boxA .ekflexmenu_accessible_submenu_selected_message,
.boxA .ekflexmenu_accessible_menuitem_selected_message,
.boxA .ekflexmenu_accessible_menu_end,
.boxA .ekflexmenu_accessible_menu_endlink
{
	/* These items support 508-Compliance, and are normally hidden, but */
	/* are visible to page readers and text-browsers for accessibility). */
	position: absolute;
	overflow: hidden;
	top: -999px;
	left: -999px;
	height: 1px;
	width: 1px;
}

.boxA .ekflexmenu_submenu,
.boxA .ekflexmenu_submenu_hover,
.boxA .ekflexmenu_submenu_parent,
.boxA .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	top: 0px;
	left: 0px;
}

.boxA .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a3a71;
	margin: 0;
}

.boxA .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a3a71;
	margin: 0;
	padding-left: 1em;
}

.boxA ul .subnav a,
.boxA .ekflexmenu_submenu a,
.boxA .ekflexmenu_submenu_hover a
{
	display: block;
	padding-top: 0;
}

.boxA ul .subnav a:hover,
.boxA .ekflexmenu_submenu a:hover
{
	color:#fff; 
	background-color: #1a3a70;
}

.boxA show {
    display: list-item;
}

.boxA .ekflexmenu_menu_level_1 .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;	
}

.boxA .ekflexmenu_menu_level_1 a
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a3a71;
}

/* images */
.boxA .ekflexmenu_submenu_items a img, 
.boxA .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 */
.boxA a.ekflexmenu_link, 
.boxA a.ekflexmenu_link:link, 
.boxA a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a3a71;
}
.boxA a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	overflow: hidden; /* truncate what cannot fit */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff; 
	background-color: #1a3a70;
	margin: 0;
}