/*                                                                          */
/* 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.     */
/*                                                                          */

.slaveexpand a:link {
color: rgb(255, 255, 255);
font-size: 8pt;

}
.slaveexpand a:visited {
color: rgb(255, 255, 255);
font-size: 8pt;
}

.slaveexpand a:hover {
text-decoration: underline;
font-size: 8pt;

}

.slaveexpand a:active {
text-decoration: underline;
border-color: rgb(51,102,153);
font-size: 8pt;
}

.slaveexpand .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255);
     /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    z-index: 1000;
	border-color: rgb(181, 166, 132);
	white-space:normal;
	width: 190px;
	
	text-align:center;
		
	
	
	
		
}

.slaveexpand .ekflexmenu_submenu,
.slaveexpand .ekflexmenu_submenu_hover,
.slaveexpand .ekflexmenu_submenu_parent,
.slaveexpand .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
 z-index: 1002;
 
	
}




.slaveexpand UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	display:inline;
	margin-left: 0px;
	padding: 0px;
	
	
	
	
		
}

.slaveexpand LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
		
	
	
			
}

.slaveexpand ul.ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
	

	}

.slaveexpand .ekflexmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	display: none;
	
}

/* Nested menu items */




/* Button menu items, controls visibility of associated sub-menus */
.slaveexpand .ekflexmenu_button1
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    background: url(BlueButton.jpg) repeat-x; /* color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	
	
}

.slaveexpand .ekflexmenu_button2,
.slaveexpand .ekflexmenu_button2:link,
.slaveexpand .ekflexmenu_button2:visited
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 10px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    background: url(BlueButton.jpg); /* color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	
}

.slaveexpand .ekflexmenu_button3,
.slaveexpand a.ekflexmenu_button3:link, 
.slaveexpand a.ekflexmenu_button3:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    display: block;
    padding: 8px 4px;
	margin-left: 6px;
    font-weight: normal;
	text-align: center;
	line-height: 11pt;
    color: rgb(255, 255, 255);
   	background: url(BlueButton.jpg) repeat-x; /* Was the Blue color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-bottom: 1px solid rgb(36,36,36);
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
		
	
	
	
}


.slaveexpand a.ekflexmenu_button3:hover {

text-decoration: underline;
background: url(BlueButton_Over.jpg) repeat-x;
border-bottom: 1px solid rgb(36,36,36);
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	width: 174px;

}





.slaveexpand li.ekflexmenu_menu_level_4 a.ekflexmenu_link:link ,
.slaveexpand li.ekflexmenu_menu_level_4 a.ekflexmenu_link:visited,
.slaveexpand li.ekflexmenu_menu_level_4 a.ekflexmenu_link_selected:visited,
.slaveexpand li.ekflexmenu_menu_level_4 a.ekflexmenu_link_selected:link

{
width: 162px;
padding: 8px 4px;
margin-left: 17px;
border-bottom: 1px solid rgb(36,36,36);
border-left: 2px solid #336699;
border-right: 1px solid #cccccc;
background: rgb(230,230,230);
color: rgb(51,102,153);

}

.slaveexpand ul.ekflexmenu_submenu_items a.ekflexmenu_link_selected:hover{
text-decoration: none;

}

.slaveexpand .ekflexmenu_button4

{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    text-align:center;
	margin-left: 0px;
	font-weight: normal;
    color: rgb(255, 255, 255);
    background: url(GrayButton_Over.jpg) repeat-x;  /* color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: normal;
	padding: 8px 4px;
	margin-left: 6px;
	border-bottom: 1px solid rgb(36,36,36);
	border-left: 1px inset #cccccc;
	border-right: 1px outset #cccccc;
}



.slaveexpand a.ekflexmenu_button4:hover {
text-decoration: underline;

}

.slaveexpand a.ekflexmenu_button4:link,
.slaveexpand a.ekflexmenu_button4:visted,
.slaveexpand a.ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
     font-weight: normal;
    color: rgb(255, 255, 255);
    background: url(GrayButton_Over.jpg) repeat-x; /* color specified in case image unavailable */
    text-indent: 0px;
   width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	padding: 8px 4px;
	border-left: 1px inset #cccccc;
	border-right: 1px outset #cccccc;
	
	
}

.slaveexpand a.ekflexmenu_button4:hover {
text-decoration: underline;
color: rgb(255, 255, 255);
padding: 8px 4px;
border-left: 1px inset #cccccc;
	border-right: 1px outset #cccccc;

}

.slaveexpand .ekflexmenu_button5
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    background: url(GrayButton_Over.jpg); /* color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	margin-left: 15px;
	border-left: 1px inset #cccccc;
	border-right: 1px outset #cccccc;
	
}

.slaveexpand a.ekflexmenu_button5, 
.slaveexpand a.ekflexmenu_button5:link, 
.slaveexpand a.ekflexmenu_button5:visited,
.slaveexpand a.ekflexmenu_button5:hover  {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    color: white;
	margin-left: 15px;
	width: 164px;
	border-left: 1px inset #cccccc;
	border-right: 1px outset #cccccc;
}


.slaveexpand .ekflexmenu_button6
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    background: url(GrayButton_Over.jpg); /* color specified in case image unavailable */
    width: 164px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	margin-left: 20px;
	border-left: 1px inset #cccccc;
	border-right: 1px outset #cccccc;
	
}





.slaveexpand .ekflexmenu_button_selected1
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
	font-weight: bold;
    color: rgb(255, 255, 255);
    background: url(BlueButton_Over.jpg) repeat-x; /* color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-bottom: 1px solid rgb(36,36,36);
	
}

.slaveexpand .ekflexmenu_button_selected2
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: url(BlueButton_Over.jpg) repeat-x;  /* color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-bottom: 1px solid rgb(36,36,36);
	
}

.slaveexpand .ekflexmenu_button_selected3,
.slaveexpand .ekflexmenu_button_selected3:link
.slaveexpand .ekflexmenu_button_selected3:visited,
.slaveexpand a.ekflexmenu_button_selected3:link,
.slaveexpand a.ekflexmenu_button_selected3:visited
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 5px 4px;
	margin-left: 6px;
	font-weight: bold;
    color: rgb(255,255,255);
    background: url(BlueButton_Over.jpg) repeat-x;  /* Was the Blue color specified in case image unavailable */
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-bottom: 1px solid rgb(36,36,36);
	
}

.slaveexpand .ekflexmenu_button_selected3:hover,
.slaveexpand a.ekflexmenu_button_selected3:hover
{
text-decoration: underline;
font-weight: bold;
padding: 5px 4px;
border-bottom: 1px solid rgb(36,36,36);
}




.slaveexpand ekflexmenu_button_selected4,
.slaveexpand .ekflexmenu_button_selected4:link,
.slaveexpand .ekflexmenu_button_selected4:visited,
.slaveexpand a.ekflexmenu_button_selected4:link,
.slaveexpand a.ekflexmenu_button_selected4:visited {	
 display: block;
color: rgb(255, 255, 255);
width: 174px;
padding: 8px 4px;
margin-left: 6px;
font-weight: bold;
background: url(BlueButton_Over.jpg) repeat-x;
border-bottom: 1px solid rgb(36,36,36);
 border-left: 1px inset #336699;
	border-right: 1px outset #336699;
}	

.slaveexpand .ekflexmenu_button_selected4:hover,
.slaveexpand a.ekflexmenu_button_selected4:hover {	
text-decoration: normal;
width: 174px;
padding: 8px 4px;
border-bottom: 1px solid rgb(36,36,36);
 border-left: 1px inset #336699;
	border-right: 1px outset #336699;

}





.slaveexpand .ekflexmenu_button_selected5
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: url(BlueButton_Over.jpg) repeat-x;  /* color specified in case image unavailable */
     width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	
}


.slaveexpand .ekflexmenu_button_selected6
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 8px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: url(BlueButton_Over.jpg) repeat-x; /* color specified in case image unavailable */
    width: 144px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	margin-left: 15px;
	
}



.slaveexpand .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding: 8px 4px;
    font-weight: bold;
    color: rgb(51,102,153);
   
    width: 174px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	
}

/* images */
.slaveexpand .ekflexmenu_submenu_items a img, 
.slaveexpand .ekflexmenu_submenu_items_hidden a img {
	/* IMG; menu-item image, selected by CMS, can be used */
	/* with or in place of the textual title of the link. */
	border: 0px;
}



/* Link menu items */
.slaveexpand a.ekflexmenu_link, 
.slaveexpand a.ekflexmenu_link:link, 
.slaveexpand a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	
   padding: 8px 4px;
   line-height: 11pt;
 text-indent: 0px;
    color: rgb(51,102,153);
    background: rgb(238, 238, 238);
    text-decoration: none;
    display: block; /* force one link per row */
    width: 174px; /*fill entire row with link */
    border-left: 1px outset #cccccc;
	border-right: 1px outset #cccccc;
	border-bottom: 1px solid rgb(36,36,36);
	text-align: center;
	margin-left: 6px;
	
	
}
/*.ekflexmenu_submenu_items a:hover */
.slaveexpand a.ekflexmenu_link:hover, 
.slaveexpand a.ekflexmenu_link:active, 
.slaveexpand a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 8px 4px;
	text-align: center;
    text-indent: 0px;
    color: rgb(255, 255, 255);
    background : url(BlueButton_Over.jpg) repeat-x;
    text-decoration: underline;
    display: block; 
	width: 174px;
    border-left: 2px inset #cccccc;
	border-right: 1px outset #cccccc;
	border-bottom: 1px solid rgb(36,36,36);
	text-align: center;
	margin-left: 6px;
}
.slaveexpand a.ekflexmenu_link_selected,
.slaveexpand a.ekflexmenu_link_selected:visited {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 8px 4px;
	text-indent: 0px;
	text-align: center;
	color: white;
    font-weight: bold;
	background : url(BlueButton_Over.jpg) repeat-x;
	display: block; 
	width: 174px;
    border-left: 2px inset #cccccc;
	border-right: 1px outset #cccccc;
	border-bottom: 1px solid rgb(36,36,36);
	text-align: center;
	margin-left: 6px;

}
.slaveexpand a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
  padding: 8px 4px;
	text-indent: 0px;
	text-align: center;
	text-decoration: underline;
	color: white;
    font-weight: bold;
	background : url(BlueButton_Over.jpg) repeat-x;
	display: block; 
	width: 174px;
    border-left: 2px inset #cccccc;
	border-right: 1px outset #cccccc;
	border-bottom: 1px solid rgb(36,36,36);
	text-align: center;
	margin-left: 6px;
}
