/*                                                                          */
/* 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.     */
/*                                                                          */

.horizontal2 {
position: absolute;
}

.horizontal2 .ekflexmenu 
{
	padding: 0;
	position: relative;
    color: #771616;
    width: 1000px;
    font-size: 11px;
    font-family: Verdana;
    white-space: nowrap;
    
	
}

.horizontal2 A
{
	text-decoration: none;
}

.horizontal2 .ekflexmenu_submenu,
.horizontal2 .ekflexmenu_submenu_hover,
.horizontal2 .ekflexmenu_submenu_parent,
.horizontal2 .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal2 UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
	border-bottom: none;
	width: 1000px;
	background: #003333; /* This background shows up for the 3rd level drop down list it is overwritten with the level 0 submenu item class */
	height: 25px;

}

.horizontal2 ul a {
	line-height: 25px;
	float: left;
}


.horizontal2 LI 
{
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;


}

.horizontal2 .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;

}

 /* this is the background for the subnavigation when it is open under a category. The drop downs will flow over it */
.horizontal2 .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	background: #fff; 
	
}
.horizontal2 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 21px;
	width: 1000px;
	background: #fff;
	
}

.horizontal2 .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 980px;
	top: 0px;
	background: #99FFCC;
	float:left;
}

.horizontal2 .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal2 .ekflexmenu_button
{
    display: inline;
    padding: 0px 10px;
    color: rgb(107, 107, 107);
    background: none;
    text-align:center;

}
.horizontal2 .ekflexmenu_button_hover
{
    display: inline;
    padding: 0px 10px;
    color: rgb(119, 22, 22);
    background: none;
    text-align:center;

}
.horizontal2 .ekflexmenu_button_selected
{
    display: inline;
    padding: 0px 10px;
    font-weight: normal;
    color: rgb(119, 22, 22) !important;
    background: none;
    text-align:center;
    text-decoration: underline !important;
	
}

.horizontal2 .ekflexmenu_button_selected_hover
{
    display: inline;
    padding: 0px 10px;
    font-weight: normal;
    color: rgb(119, 22, 22);
	text-decoration: underline !important;
    text-align:center;
    text-decoration: none;
}

.horizontal2 img 
{
	border-width: 0px;
}

.horizontal2 a.ekflexmenu_link, 
.horizontal2 a.ekflexmenu_link:link, 
.horizontal2 a.ekflexmenu_link:visited {
    padding: 0px 0px;
    text-indent: 10px;
    color: rgb(0, 0, 160);
    text-decoration: none;
    display: inline;
    white-space: normal;
}
.horizontal2 a.ekflexmenu_link:hover, 
.horizontal2 a.ekflexmenu_link:active, 
.horizontal2 a.ekflexmenu_link:focus  {
    padding: 0px 0px;
    text-indent: 10px;
    color: #771616;
    text-decoration: none;
	display: inline; 
    white-space: normal;
}

.horizontal2 a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(0, 89, 231);
	display: inline; 
    white-space: normal;
}
.horizontal2 a.ekflexmenu_link_selected:hover {
    padding: 0;
    text-indent: 10px;
	color: rgb(198, 211, 255);
    background: none;
	display: inline; 
    white-space: normal;
	line-height: 25px;
}
