/*                                                                          */
/* 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.     */
/*                                                                          */

.footer .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    font-size: 9px;
    font-family: Arial, Helvetica, Verdana;
    white-space: nowrap;
}

.footer A
{
	text-decoration: none;
	color:#a9a9a9;
	font-family:Arial, Helvetica, Verdana;
	font-size:9px;
}

.footer .ekflexmenu_submenu,
.footer .ekflexmenu_submenu_hover,
.footer .ekflexmenu_submenu_parent,
.footer .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.footer UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 6px;
	background: url(../images/dot.gif) bottom right no-repeat;
}

.footer .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;   
}

.footer .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.footer .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
}

.footer .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.footer .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.footer .ekflexmenu_button
{
    padding: 7px 0px;
    font-weight: bold;
    text-align:center;
    width: 100%;
}
.footer .ekflexmenu_button_hover
{
    padding: 7px 0px;
    font-weight: bold;
    text-align:center;
    width: 100%;
    text-decoration: none;
    }
.footer .ekflexmenu_button_selected
{
    padding: 7px 0px;
    font-weight: bold;
    text-align:center;
    width: 100%;
    text-decoration: none;
}
.footer .ekflexmenu_button_selected_hover
{
    padding: 7px 0px;
    font-weight: bold;
    text-align:center;
    width: 100%;
    text-decoration: none;
}
.footer a.ekflexmenu_link, 
.footer a.ekflexmenu_link:link, 
.footer a.ekflexmenu_link:visited {
    padding: 0px 0px;
    text-indent: 10px;
    text-decoration: none;
    
    width: 100%;
    white-space: normal;
}
.footer a.ekflexmenu_link:hover, 
.footer a.ekflexmenu_link:active, 
.footer a.ekflexmenu_link:focus  {
    padding: 0px 0px;
    text-indent: 10px;
    text-decoration: none;
	 
	width: 100%;
    white-space: normal;
}

.footer a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
	 
	width: 100%;
    white-space: normal;
}
.footer a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
    text-indent: 10px;
	 
	width: 100%;
    white-space: normal;
}