/*                                                                          */
/* 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 
{
	
	/*     color: rgb(0, 0, 0);DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	white-space: nowrap;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index:6;
    width: 924px;
    font-size: 14px;
    font-weight: none;
    font-family: Arial;
    font-variant: small-caps;
    height: 25px;
    border-bottom: 5px solid black;
    
}

.horizontal A
{
	text-decoration: none;
	background: url(Campfire/images/dropdown-separator.gif) repeat-x bottom left;

}

.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;


}

.horizontal LI
{
	/*This is the width of the menu*/	

	float: left;
	width: 154px;
	position: relative;
	top: 0px;
	left: 5px;


}

.horizontal .ekflexmenu_submenu_items 
{
	/**/
	width: 924px;
	background: url(Campfire/images/dropdown.gif) no-repeat bottom left;


	   
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;

}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
/*	dropdown adjustment*/

	background: url(Campfire/images/dropdown.gif) no-repeat bottom left;
	top: 30px;
	width: 245px;
	position: absolute;
	left: -91px;
}

.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: 5px 0px;
    font-weight: bold;
    font-size: 14px;
    font-family: MS Sans Serif;
    font-variant: small-caps;
    color: rgb(0, 0, 0);
    background: rgb(213, 176, 96) url(campfire/images/menu_bg.jpg) repeat-x;
    text-align:center;
    width: 100%;
}
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: Bold;
    font-family: MS Sans Serif;
    font-variant: small-caps;
    color: rgb(0, 0, 0);
    background: rgb(213, 176, 96) url(campfire/images/menu_bg_over.jpg) repeat-x;
    text-align:center;
    width: 100%;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: Bold;
    font-family: MS Sans Serif;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
    background: rgb(160, 12, 40) url(campfire/images/menu_bg_stop.jpg) repeat-x;
    text-align:center;
    width: 100%;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: Bold;
    font-family: MS Sans Serif;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
    background: rgb(160, 12, 40) url(campfire/images/menu_bg_stop.jpg) repeat-x;
    text-align:center;
    width: 100%;
}

.horizontal img 
{
	border-width: 0px;
	
	
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
   /* padding: 9px 9px;
    text-indent: 10px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    
    border-bottom: 1px dashed rgb(0, 0, 0);
    white-space: normal;*/
 
    width: 225px;
    display: block;
	text-decoration: none;
	font-size: 1em;
	padding: 0.5em 5px 0.7em 5px;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    /*padding: 9px 0px;
    text-indent: 10px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255) url(campfire/images/menu_bg_sub.jpg) repeat-x;
    text-decoration: none;
	display: block; 
	width: 200px;
    border-bottom: 1px dashed rgb(0, 0, 0);
    white-space: normal;*/
    background: url(Campfire/images/dropdown-hover.png) repeat-x;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Campfire/images/dropdown-hover.png', sizingMethod='scale'); 
}
/* Styling the selected dropdown menu*/
.horizontal a.ekflexmenu_link_selected {
    padding: 9px 0px;
    text-indent: 10px;
	color: rgb(0, 0, 0);
    background: rgb(255, 255, 255)url(campfire/images/menu_bg_sub.jpg) repeat-x;
	display: block; 
	width: 235px;
    border-bottom: 1px dashed rgb(0, 0, 0);
    white-space: normal;
    background: url(Campfire/images/dropdown-hover.png) repeat-x;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Campfire/images/dropdown-hover.png', sizingMethod='scale'); 
}
.horizontal a.ekflexmenu_link_selected:hover {
    /*padding: 9px 0px;
    text-indent: 10px;
	color: rgb(0, 0, 0);
    background: rgb(255, 255, 255)url(campfire/images/menu_bg_sub.jpg) repeat-x;
	display: block; 
	width: 100%;
    border-bottom: 1px dashed rgb(0, 0, 0);
    white-space: normal;*/
    background: url(Campfire/images/dropdown-hover.png) repeat-x;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Campfire/images/dropdown-hover.png', sizingMethod='scale');     
}
