/*                                                                          */
/* 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;
    color: rgb(255, 255, 255);
    /*width: 551px;*/
    width: auto;
    font-size: 10px;
    font-family: Sans-Serif;
    white-space: nowrap;
	left: -5px;
	/*overflow: hidden;*/
}

.footer A
{
	text-decoration: none;
}

.footer .ekflexmenu_submenu,
.footer .ekflexmenu_submenu_hover,
.footer .ekflexmenu_submenu_parent,
.footer .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
	display: inline;
	float: left;
}

.footer UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.footer LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #666;
}


