﻿/*                                                                          */
/* 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.     */
/*                                                                          */

.horizontal .ekflexmenu 
{
	
	padding: 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    font-size: 10px;
    font-family: Sans-Serif;
    font-weight: bold;
    margin: 0px;
    text-align: left;
}

.horizontal a
{
	
	text-decoration: none;
	width: 80px;
	background: none;
}

.horizontal li.ekflexmenu_submenu_hover
{
	margin: 0px;
	padding: 0px;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
.horizontal UL:hover
{
	list-style: none;
	
}



.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}


.horizontal img 
{
	border-width: 0px;
}


.horizontal ul.ekflexmenu_menu_level_1
{
	width: 535px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

.horizontal li.ekflexmenu_menu_level_1 a
{
	display: block;
	margin-left: 14px;
	margin-top: 15px;
	border: none;
	width: 88px;
}

.horizontal li.ekflexmenu_menu_level_1
{
	display: block;
	float: left;
	width: 88px;
	height:28px;
	color: rgb(165,165,165);
	background: #fff url('../images/gifs/menuSelect1.gif') no-repeat top left;
	font-family: Verdana,Ariel,Tahoma,Sans-Serif;
	border: none;
}

.horizontal li.ekflexmenu_menu_level_1 a.ekflexmenu_button
{
	background: #fff;
	width: 88px;
	height: 14px;
	color: rgb(165,165,165);
	font-family: Verdana,Ariel,Tahoma,Sans-Serif;
	border: none;
	
}

.horizontal li.ekflexmenu_menu_level_1 a.ekflexmenu_button_selected
{
	
	display: block;
	width: 88px;
	height: 14px;
	color: rgb(165,165,165);
	margin-left: 14px;
	margin-top: 15px;
	background: none;
}

.horizontal li.ekflexmenu_menu_level_1 .ekflexmenu_button_selected
{
    display: block;
	margin: 0px;
	padding: 0px;
	color: rgb(165,165,165);
	width: 88px;
	height: 28px;
	background: #fff url('../images/gifs/menuSelect1.gif') no-repeat top left;
}

.horizontal li.ekflexmenu_menu_level_1 .ekflexmenu_button_selected_hover
{

    display: block;
	color: rgb(98,161,170);
	width: 88px;
	height: 28px;
	margin-left: 14px;
	margin-top: 15px;
}

.horizontal .ekflexmenu_menu_level_1 a.ekflexmenu_button_hover
{
	display: block;
	width: 88px;
	height: 28px;
	color: rgb(98,161,170);
	margin-left: 14px;
	margin-top: 15px;
	border: none;
}

/*.horizontal li.last
{
	margin: 0px;
	width: 120px;
	height: 29px;
	color: rgb(204,204,204);
	
	background: #fff url('../images/gifs/menuSelect3.gif') no-repeat top left;
}
.horizontal .last a
{
	display: block;
	
}

.horizontal li.last a.ekflexmenu_button
{
	display: block;
	width: 105px;
	height: 29px;
	color: rgb(204,204,204);
	background: none;
}

.horizontal li.last a.ekflexmenu_button_hover
{
	width: 105px;
	height: 29px;
	
	color: rgb(98,161,170);
	background: none;
}


.horizontal li.last a.ekflexmenu_button_selected
{
	
	display: block;
    background: #fff url('../images/gifs/menuSelect3.gif') no-repeat top left;
	width: 120px;
	height: 29px;
	color: rgb(204,204,204);
	
	
}

.horizontal li.last a.ekflexmenu_button_selected_hover
{
	
	display: block;
    background: #fff url('../images/gifs/menuSelect3.gif') no-repeat top left;
	width: 91px;
	height: 29px;
	color: rgb(98,161,170);
}*/
.horizontal li.second
{
	display: block;
	line-height: 9px;
	
}

.horizontal li.second a.ekflexmenu_button
{
	display: block;
	margin-top: 8px;

}

.horizontal li.second a.ekflexmenu_button_hover
{
	display: block;
	margin-top: 8px;
}

.horizontal li.second a.ekflexmenu_button_selected
{
	display: block;
	margin-top: 8px;
}

.horizontal li.second a.ekflexmenu_button_selected_hover
{
	display: block;
	margin-top: 8px;
}
