﻿/*                                                                          */
/* 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.     */
/*                                                                          */

.gallerymenu .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: Sans-Serif;
}

.gallerymenu A
{
	text-decoration: none;
	
}

.gallerymenu .ekflexmenu_submenu,
.gallerymenu .ekflexmenu_submenu_hover,
.gallerymenu .ekflexmenu_submenu_parent,
.gallerymenu .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
}

.gallerymenu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

.gallerymenu LI
{
	/*border-right: 1px solid black;*/
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

.gallerymenu .ekflexmenu_submenu_items 
{
	/*height:60px;
	margin-left: 0px;
    border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;*/
    /*border: solid 1px black;*/
    height: 100%;
}

.gallerymenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	/*width: 175px;*/
}
.gallerymenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: -15px;
	top: 108%;
	float: none;
	height: 5px;
	width: 100px;
}

.gallerymenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	height: 5px;
	position: absolute;
	left: -103%;
	top: 0px;
	margin-left:18px;
	padding-left:15px;
	padding-right:15px;
}

.gallerymenu .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

/*.gallerymenu .ekflexmenu_button
{
    display: block;
    padding: 26px 0px;
    font-weight: normal;
    color:rgb(255, 255, 255);
    background: rgb(69, 86, 96) repeat-x;
    text-align:center;
    vertical-align:middle;
    width: 116px;
    height: 100%;
}*/

.gallerymenu .ekflexmenu_menu_level_1 .ekflexmenu_button
{
    display: block;
    padding: 26px 0px;
    font-weight: normal;
    color:rgb(255, 255, 255);
    background: #669934 repeat-x;
    text-align:center;
    vertical-align:middle;
    width: 92px;
    /*height: 100%;*/
    height: 15px;
}
.gallerymenu .ekflexmenu_menu_level_2 .ekflexmenu_button
{
    display: block;
    padding: 15px 0px;
    font-weight: normal;
    color:rgb(255,255,255);
	background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    vertical-align:middle;
    /*width: 145px;*/
    width: 133px;
    height: 7px;
    margin-left:15px;
	padding-left:15px;
	padding-right:15px;
    padding-top: 8px;
    padding-bottom:22px;
}
.gallerymenu .ekflexmenu_menu_level_2 .ekflexmenu_button_hover,
.gallerymenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected,
.gallerymenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 15px 0px;
    font-weight: bold;
	color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    vertical-align:middle;
    /*width: 145px;*/
    width: 133px;
    height: 7px;
    margin-left:15px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 8px;
    padding-bottom:22px;
}
.gallerymenu .ekflexmenu_menu_level_3 .ekflexmenu_button
{
    display: block;
    padding: 15px 0px;
    font-weight: normal;
	color:rgb(255,255,255);
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    vertical-align:middle;
    width: 145px;
    height: 5px;
    margin-left: -8px;
    padding: 10px 15px 20px 15px;

}
.gallerymenu .ekflexmenu_menu_level_3 .ekflexmenu_button_hover,
.gallerymenu .ekflexmenu_menu_level_3 .ekflexmenu_button_selected,
.gallerymenu .ekflexmenu_menu_level_3 .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 15px 0px;
    font-weight: normal;
    color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    vertical-align:middle;
    width: 145px;
    height: 5px;
    margin-left: -8px;
    /*margin-left:6px;
	padding-left:15px;
	padding-right: 11px;
    padding-top: 8px;
    padding-bottom:22px;*/
    padding: 10px 11px 20px 15px;
}
.gallerymenu .ekflexmenu_button_hover
{
    display: block;
    padding: 26px 0px;
    font-weight: bold;
	color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:center;
    width: 92px;
    /*height: 100%;*/
    height: 15px;
}
.gallerymenu .ekflexmenu_button_selected
{
    display: block;
    padding: 26px 0px;
    font-weight: bold;
    color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:center;
    width: 92px;
    /*text-decoration: underline;*/
    /*height: 100%;*/
    height: 15px;
}
.gallerymenu .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 26px 0px;
    font-weight: bold;
	color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:center;
    width: 92px;
    /*text-decoration: underline;*/
    /*height: 100%;*/
    height: 15px;
}

.gallerymenu img 
{
	border-width: 0px;
}

.gallerymenu a.ekflexmenu_link, 
.gallerymenu a.ekflexmenu_link:link, 
.gallerymenu a.ekflexmenu_link:visited {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
	color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    width: 155px;
    /*text-decoration: underline;*/
    height: 15px;
}
.gallerymenu a.ekflexmenu_link:hover, 
.gallerymenu a.ekflexmenu_link:active, 
.gallerymenu a.ekflexmenu_link:focus  {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    width: 155px;
    /*text-decoration: underline;*/
    height: 15px;
}

.gallerymenu a.ekflexmenu_link_selected {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
	color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    width: 155px;
    /*text-decoration: underline;*/
    height: 15px;
}
.gallerymenu a.ekflexmenu_link_selected:hover {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
	color: #455660;
    background: rgb(154, 205, 52) repeat-x;
    text-align:left;
    width: 155px;
    /*text-decoration: underline;*/
    height: 15px;
}