/*                                                                          */
/* 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.     */
/*                                                                          */


.topmenu .ekflexmenu 
{
	margin: 24px 0px 0 0;
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    color: rgb(255, 255, 255);
    width: 987px;
    height:29px;
    font-size: 12px;
    font-family: Arial;
    font-weight:bolder;
    text-transform:uppercase;
    white-space: nowrap;
    z-index:2;
    background: transparent;
}

.topmenu .ekflexmenu .menu_left_end
{
    background: transparent;
    width:19px;
    height:29px;
    left:0px;
    padding:0;
    margin:0;
}
.topmenu .ekflexmenu .menu_right_end
{
    background: transparent;
    width:19px;
    height:29px;
    padding:0;
    margin:0;
    visibility:visible;
    position:absolute;
    left:977px;
    display:inline;
}

.topmenu A
{
	text-decoration: none;
}

.topmenu .ekflexmenu_submenu,
.topmenu .ekflexmenu_submenu_hover,
.topmenu .ekflexmenu_submenu_parent,
.topmenu .ekflexmenu_submenu_parent_hover
{
	top: 0px;
    left:0px;
    height:29px;
	display:inline;
}

.topmenu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topmenu LI
{
	float: left;
	display: inline;
	position: relative;
	/*margin: 0px 5px 0 5px; |spacing between top menu choices */
	margin:0 8px;
	padding: 0px;
}
.topmenu LI LI
{
    width:145px;
    margin: 0 -10px 0 0;
}

.topmenu .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    border: none;
}

.topmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.topmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0;
	top: 100%;
	float: none;
	background:silver;
}

.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;

}

.topmenu .ekflexmenu_submenu_items .ekflexmenu_menu_level_2 .ekflexmenu_button
{
    background: silver;
}

.topmenu .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.topmenu .ekflexmenu_menu_level_1 .ekflexmenu_button
{
    display: block;
    padding: 7px 5px 3px 5px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: transparent;
    text-align:center;
    height:19px;
    float: left;
}

.topmenu .ekflexmenu_button_hover
{
    display: block;
    padding: 7px 5px 3px 5px;
    font-weight: bold;
    color: rgb(7, 0, 0);
    background: transparent url(../_images/menu_filler_grey_topmenu.png) repeat-x;
    text-align:center;
    height:20px;
    float: left;
}
.topmenu .ekflexmenu_button_selected
{
    display: block;
    padding: 7px 5px 3px 5px;
    font-weight: bold;
    color: rgb(7, 0, 0);
    background: transparent url(../_images/menu_filler_hover.png) repeat-x;
    text-align:center;
    width: 100%;
    height:19px;
}
.topmenu .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 7px 5px 3px 5px;
    font-weight: bold;
    color: rgb(7, 0, 0);
    background: transparent url(../_images/menu_filler_hover.png) repeat-x;
    text-align:center;
    width: 100%;
    height:19px;
}

.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected,
.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_hover,
.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover
{
    text-align:left;
    background: transparent url(../_images/menu_filler_grey.png) repeat-x;
    color: rgb(7,0, 0);
    width:100%;
}

.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button
{
    text-align:left;
    background: silver;
}

.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button
{
    text-align: left;
    background: rgb(191, 191,191);
    font-weight: bold;
    color: rgb(7, 0, 0);
    padding: 5px 12px;
    width:100%;
    margin-right:0;
    
}

.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_hover,
.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover,
.topmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected
{
    text-align: left;
    font-weight: bold;
    color: rgb(7, 0, 0);
    padding: 5px 12px;
    width:100%;
    background: transparent url(../_images/menu_filler_grey.png) repeat-x;
    
}

.topmenu img 
{
	border-width: 0px;
    background: silver;
}

.topmenu a.ekflexmenu_link, 
.topmenu a.ekflexmenu_link:link, 
.topmenu a.ekflexmenu_link:visited {
    padding: 0px 0px;
    text-indent: 10px;
    color: rgb(0, 0, 160);
    background: rgb(238, 238, 238);
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.topmenu a.ekflexmenu_link:hover, 
.topmenu a.ekflexmenu_link:active, 
.topmenu a.ekflexmenu_link:focus  {
    padding: 0px 0px;
    text-indent: 10px;
    color: rgb(255, 255, 255);
    background : rgb(181, 166, 132);
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}

.topmenu a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(0, 89, 231);
    background: rgb(206, 190, 140);
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.topmenu a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(198, 211, 255);
    background: rgb(161, 141, 81);
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}