/*                                                                          */
/* 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.     */
/*                                                                          */

.menu_kapiolaniwc .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255);
    width: 145px; 
    font-size: 13px;
    font-family: Sans-Serif;
    background: rgb(255,255,255);     
    text-align:left;
    padding-left: 5px;
    
}

.menu_kapiolaniwc .ekflexmenu_submenu,
.menu_kapiolaniwc .ekflexmenu_submenu_hover,
.menu_kapiolaniwc .ekflexmenu_submenu_parent,
.menu_kapiolaniwc .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.menu_kapiolaniwc UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu_kapiolaniwc LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
	
	
	font-size: 13px;
}

.menu_kapiolaniwc .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.menu_kapiolaniwc .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 */
.menu_kapiolaniwc .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.menu_kapiolaniwc .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.menu_kapiolaniwc .ekflexmenu_submenu_items_hidden .ekflexmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/* margin-left: 5px;  indents menu items, accumulating with each nesting level */
	margin:0; padding:0;
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.menu_kapiolaniwc .ekflexmenu_button
{
    display: block;
    padding: 5px 0px;
    color: rgb(47, 47, 97); 
    background: rgb(255, 255, 255);
    width: 100%;
    text-decoration: none;
}

.menu_kapiolaniwc .ekflexmenu_button, 
.menu_kapiolaniwc .ekflexmenu_button:link, 
.menu_kapiolaniwc .ekflexmenu_button:visited {
    display: block;
    padding: 5px 0px;    
    color: rgb(47, 47, 97); 
    background: rgb(255, 255, 255); 
    width: 100%; 
    text-decoration: none;
}


.menu_kapiolaniwc .ekflexmenu_button:hover,
.menu_kapiolaniwc .ekflexmenu_button_hover,
.menu_kapiolaniwc .ekflexmenu_button:active,
.menu_kapiolaniwc .ekflexmenu_button:focus
{
    padding: 5px 0px;
    background:#D0D4FF;	
    color: rgb(47, 47, 97);
    display: block;
    width: 100%;
}
.menu_kapiolaniwc .ekflexmenu_button_selected
{
    padding: 5px 0px;
    background:#D0D4FF;	    
    display: block;   
    width: 100%; 
    font-weight: bold;
    color: rgb(47, 47, 97); 
    text-decoration: underline;
}
.menu_kapiolaniwc .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: rgb(47, 47, 97);        
    background:#D0D4FF;	  
    width: 100%; 
    text-decoration: underline;
}

/* images */
.menu_kapiolaniwc .ekflexmenu_submenu_items a img, 
.menu_kapiolaniwc .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-width: 0px;
}

.menu_kapiolaniwc .ekflexmenu_link
{
    display: block;
    padding: 5px 0px;
    color: rgb(47, 47, 97); 
    background: rgb(255, 255, 255); 
    width: 100%; 
    text-decoration: none;
}


.menu_kapiolaniwc a.ekflexmenu_link, 
.menu_kapiolaniwc a.ekflexmenu_link:link, 
.menu_kapiolaniwc a.ekflexmenu_link:visited {
    padding: 5px 0px;
    color: rgb(47, 47, 97);
    background: rgb(255, 255, 255);
    text-decoration: none;
    display: block; 
    width: 100%;
}

.menu_kapiolaniwc a.ekflexmenu_link:hover, 
.menu_kapiolaniwc a.ekflexmenu_link:active, 
.menu_kapiolaniwc a.ekflexmenu_link:focus  {
    padding: 5px 0px;        
    background:#D0D4FF;	    
    text-decoration: none;
    display: block; 
    width: 100%;
}

.menu_kapiolaniwc a.ekflexmenu_link_selected, 
.menu_kapiolaniwc a.ekflexmenu_link_selected:link, 
.menu_kapiolaniwc a.ekflexmenu_link_selected:visited {
    padding: 5px 0px;
    color: rgb(47, 47, 97);        
    background:#D0D4FF;	
    display: block; 
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.menu_kapiolaniwc a.ekflexmenu_link_selected:hover, 
.menu_kapiolaniwc a.ekflexmenu_link_selected:active, 
.menu_kapiolaniwc a.ekflexmenu_link_selected:focus {
    padding: 5px 0px;
    color: rgb(47, 47, 97);	    
    background:#D0D4FF;	
    display: block; 
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
}


.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link:focus,
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected:focus  {


	padding-left:4px;	
	width: 146px;
}


.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link:focus, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:focus {

	padding-left:10px;	
	width: 140px;
}

 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link:focus,
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:focus  {

	padding-left:16px;	
	width: 135px;
	
}


.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button:focus,
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected:focus  {


	padding-left:4px;	
	width: 146px; 
}


.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button:focus,
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:visited, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:hover, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:link,
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:active, 
.menu_kapiolaniwc .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:focus  {

	padding-left:10px;
	width: 140px; 
}


.menu_kapiolaniwc div.ekflexmenu_menu_level_0  {
	margin-left: -5px;
}

