﻿/*                                                                          */
/* 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.     */
/*                                                                          */

.newsmenutop .ekflexmenu
{
	font-family: Arial;
	background-color: #F1F1F1;
	width:218px;
}
.newsmenutop ._submenu_Title
{	padding-left:15px;
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.newsmenutop ._submenu_Desc
{	 padding-left:15px;
	padding-top:10px;
	padding-bottom:3px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.newsmenutop .ekflexmenu_submenu,
.newsmenutop .ekflexmenu_submenu_hover,
.newsmenutop .ekflexmenu_submenu_parent,
.newsmenutop .ekflexmenu_submenu_parent_hover
{
	/* holds submenu items, such as a submenu title and links. */

}

.newsmenutop UL 
{
	/* a container for menu list items (useful for non-graphical browsers). */
	
}

.newsmenutop LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	
}
.newsmenutop .ItemImage
{
	padding-right: 10px;
}
.newsmenutop .flexmenuBlackBoldHeader
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
	padding-left:13px;
	padding-bottom:2px;
	padding-top:9px;
}
.newsmenutop .ekflexmenu_bold
{
	font-weight: bold;
	font-size: 13px;
}
.newsmenutop .ekflexmenu_submenu_items
{
	/* DIV; container for menu lists. */
	overflow: hidden;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.newsmenutop .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 */
.newsmenutop .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.newsmenutop .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.newsmenutop .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-bottom-width: 0px;  prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.newsmenutop .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;
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 39px;
	overflow: hidden;cursor:default;
}

.newsmenutop .ekflexmenu_button:focus, .newsmenutop .ekflexmenu_button:hover, .newsmenutop .ekflexmenu_button_hover, .newsmenutop .ekflexmenu_btn_image
{
 display: block;

	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 39px;
	overflow: hidden;
	cursor:default;
	/* A; hovered version of .ekflexmenu_button, see above... */

 
}
.newsmenutop .ekflexmenu_button_selected, .newsmenutop .ekflexmenu_btn_image_selected
{
	 display: block;
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 39px;
	overflow: hidden;
	/* A; selected version of .ekflexmenu_button, see above... */

}
.newsmenutop .ekflexmenu_button_selected_hover
{
	 display: block;
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 39px;
	overflow: hidden;
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
  
}

/* images */
.newsmenutop .ekflexmenu_submenu_items a img, 
.newsmenutop .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 */
.newsmenutop .ekflexmenu_link_DIV
{
	padding-left: 15PX;
	padding-bottom: 6px;
	padding-top: 7px;
	border-color: #CCCCCC #CCCCCC #CCCCCC #FFFFFF;
	border-style: none none solid solid;
	border-width: 1px;
	background-color: #F1F1F1;
}
.newsmenutop .ekflexmenu_link_DIV_selected
{
	padding-left: 15PX;
	padding-bottom: 6px;
	padding-top: 7px;
	border-color: #CCCCCC #CCCCCC #CCCCCC #FFFFFF;
	border-style: none none solid solid;
	border-width: 1px;
}

.newsmenutop a.ekflexmenu_link, .newsmenutop a.ekflexmenu_link:link, .newsmenutop a.ekflexmenu_link:visited
{
	text-decoration: none;
	color: #336699;
	line-height: 18px;
	font-size: 9pt;

}
/*.ekflexmenu_submenu_items a:hover */
.newsmenutop a.ekflexmenu_link:hover, 
.newsmenutop a.ekflexmenu_link:active, 
.newsmenutop a.ekflexmenu_link:focus  
{
	text-decoration: underline;
	/* A; hovered version of ekflexmenu_link, see above...*/

}

.newsmenutop a.ekflexmenu_link_selected
{
	text-decoration: none;
	color: #336699;
	line-height: 18px;
	font-size: 9pt;
	/* A; selected version of ekflexmenu_link, see above...

	
	line-height: 16px;
	font-size: 9pt;
 */
	 /* A; hovered version of ekflexmenu_link, see above...*/
}
.newsmenutop a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above...
	line-height: 16px;
	font-size: 9pt; 
 */
	text-decoration: underline;

	color: #336699;
	line-height: 18px;
	font-size: 9pt;
	/* A; hovered version of ekflexmenu_link, see above...*/
}
.newsmenutop a.no_link:hover
{
	text-decoration: none;
}