/*                                                                          */
/* 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 A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	/*   border-right:1px solid #755c48;*/
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding:0 5px 0 5px;
	border-right:1px solid #755c48;

	}
	
.horizontal UL LI UL
{
	border:1px solid #755c48;
}

.horizontal UL LI ul li
{
		margin: 0px;
	padding:0;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
   /* border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #755c48;
    border: solid 1px #755c48;  */
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 156px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button
{    display: block;
    padding:3px 5px 3px 5px;
color: #755c48;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 12px;letter-spacing: -0.01em;
    font-weight:500; text-transform:uppercase;
    width: 100%;
    text-decoration: none;
    background:#DFD1BD;
}
.horizontal .ekflexmenu_button_hover
{
   display: block;
    padding:3px 5px 3px 5px;
color: #4f6a86;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 12px;letter-spacing: -0.01em;
    font-weight:500; text-transform:uppercase;
    width: 100%;
    text-decoration: none;
    background:#DFD1BD;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding:3px 5px 3px 5px;
color: #fff;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 12px;letter-spacing: -0.01em;
    font-weight:500; text-transform:uppercase;
    width: 100%;
    text-decoration: none;
    background:#806E5D;
}
.horizontal .ekflexmenu_button_selected_hover
{
     display: block;
    padding:3px 5px 3px 5px;
color: #fff;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 12px;letter-spacing: -0.01em;
    font-weight:500; text-transform:uppercase;
    width: 100%;
    text-decoration: none;
    background:#806E5D;
}

.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 5px 2px 5px 8px;
    color: #755c48;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 11px;letter-spacing: -0.01em;
    font-weight:500; text-transform:capitalize;
    background: #F2ECDC;
    text-decoration: none;
    display: block;
    width: 146px;
    border-bottom:1px solid #755c48;
    white-space: normal;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
  padding: 5px 2px 5px 8px;    color: #4f6a86;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 11px;letter-spacing: -0.01em;
    font-weight:500; text-transform:capitalize;
    background: #F2ECDC;
    text-decoration: none;
    display: block;
    width: 146px;
   border-bottom:1px solid #755c48;
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
  padding: 5px 2px 5px 8px;    color: #4f6a86;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 11px;letter-spacing: -0.01em;
    font-weight:500; text-transform:capitalize;
    background: #F2ECDC;
    text-decoration: none;
    display: block;
    width: 146px;
   border-bottom:1px solid #755c48;
    white-space: normal;
}
.horizontal a.ekflexmenu_link_selected:hover {
  padding: 5px 2px 5px 8px;    color: #4f6a86;
    font-family: "Trajan", Georgia, Times New Roman, Sans-Serif;
    font-size: 11px;letter-spacing: -0.01em;
    font-weight:500; text-transform:capitalize;
    background: #F2ECDC;
    text-decoration: none;
    display: block;
    width: 146px;
   border-bottom:1px solid #755c48;
    white-space: normal;
}