.cms400demo_menu .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    
    color:white;  /* color: rgb(255, 255, 255);, default text color */
    width: 156Px;        /*864px;*/
    /* font-family control by guxContentBody */
    font-size: 11px;
    font-weight:bold;

    border-right: solid 0px rgb(71, 71, 71);
    border-bottom: solid 0px rgb(71, 71, 71);

  	padding-top:6px;        /*Top of Left menu start  */

    z-index:1000;
}


.cms400demo_menu img 
{
	border-width: 0px;
	vertical-align:	middle !important;
	float:right;
	margin: 3px 3px 0px 0px;
}

.cms400demo_menu .ekflexmenu_start 
{
	/* DIV; wraps the menu-start link (normally hidden, but visible */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	
	/*
	height: 1px;
	width: 1px;
    */
}

.cms400demo_menu .ekflexmenu_end
{
	/* DIV; wraps the menu-end page-anchor (normally hidden, but */
	/* visible to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	/*
	height: 1px;
	width: 1px;
    */
}

.cms400demo_menu .ekflexmenu_accessible_menu_startheading
{
	/* H2; wraps the skip-menu with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_start */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	/*
	height: 1px;
	width: 1px;
    */
}

.cms400demo_menu .ekflexmenu_submenu_parent,
.cms400demo_menu .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 1px solid #2686b9;
}		

.cms400demo_menu .ekflexmenu_submenu,
.cms400demo_menu .ekflexmenu_submenu_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	position: relative;
	top: 0px;
	left: 0px;
}

.cms400demo_menu .ekflexmenu_accessible_submenu_navheading
{
	/* H3; wraps each menu button title with a navigation-heading (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: div.ekmenu_submenu */
	font-weight: normal;
	/* font-size: 1em; */
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.cms400demo_menu .ekflexmenu_accessible_submenu_btnlink
{
	/* A; wraps each menu button title with a navigation-anchor */
	/* (useful to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: span.ekmenu_button */
  color: rgb(255, 255, 255); /* default text color */
	/* font-size: 1em; */
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.cms400demo_menu .ekflexmenu_button_selected .ekflexmenu_accessible_submenu_btnlink, 
.cms400demo_menu .ekflexmenu_button_selected_hover .ekflexmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
    color: Black; /* rgb(255, 255, 255);  default text color */
    /* font-size: 1em; */
    text-decoration: none;  /* underline; */
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.cms400demo_menu .ekflexmenu_accessibility_hidden_text{
	/* SPAN; wraps text that should normally be hidden, but made */
	/* visible to page readers and text-browsers for accessibility). */
	/* Typical parent element: a.ekmenu_link_selected, and others... */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	/*
	height: 1px;
	width: 1px;
    */
}

.cms400demo_menu .ekflexmenu_unorderedlist 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* Typical parent element: div.ekmenu_submenu_items */
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.cms400demo_menu UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.cms400demo_menu LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}
.cms400demo_menu .ekflexmenu_link0 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	height: 38px;   /* 48px*/
	margin: 0px;
	padding: 0px;
	color: black; 
}

.cms400demo_menu .ekflexmenu_link1 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	height: 32px;
	margin: 0px;
	padding: 0px;
	color:#006699; 
}


.cms400demo_menu .ekflexmenu_link 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	height: 32px;
	margin: 0px;
	padding: 0px;
	color:#006699; 
	font-weight:normal;
}


.cms400demo_menu .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. ---Submenu---- */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    overflow: hidden; /* truncate what cannot fit */
    color:#006699;   /* #55598A;  Black; */
    font-weight:bold;
    

    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.cms400demo_menu .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). */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
	display: none;
}

/* Nested menu items */
.cms400demo_menu .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.cms400demo_menu .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.cms400demo_menu .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. */
	/* Typical parent element: (not applicable) */
	margin-left: 5px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.cms400demo_menu .ekflexmenu_button
{
	/* SPAN; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	/* background-color: rgb(81, 164, 214); */
    display: block;
    cursor:pointer;
    padding: 5px 0px;
    font-weight: bold;
    color:#006699;   /* #55598A; rgb(255, 255, 255);  button-title text color */
    background-image:url(images/sgmSideMenu_close.gif); background-position:left top; background-repeat: no-repeat;
    text-indent: 10px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    height: 32px;
}
.cms400demo_menu .ekflexmenu_button_hover
{
	/* SPAN; hovered version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	/* background-color: rgb(166,208,232); rgb(90, 174, 221);*/
    display: block;
    cursor:pointer;
    padding: 5px 0px;
    font-weight: bold;
    color: Black; /*  rgb(255, 255, 255); button-title text color */
    background-image:url(images/sgmSideMenu_open.gif); background-position:left top; background-repeat: no-repeat;
    text-decoration: none;  /* underline; */  
    text-indent: 10px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    height: 32px;
}

.cms400demo_menu li.ekflexmenu_menu_level_1.ekflexmenu_submenu.ekflexmenu_startlevel a.ekflexmenu_button_selected  
{
	/* SPAN; selected version of .ekmenu_button, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
	/* 	background-color: rgb(90, 174, 221); */
    display: block;
	cursor:pointer;
	padding: 5px 0px;
	font-weight: bold;
	color: red; /* rgb(255, 255, 255); /* button-title text color */
	text-decoration: none;  /* underline; */
	text-indent: 10px;
	width: 100%; /* capture on-click for entire row that the button occupies */
	background-image: none;
	height: 32px;

}


.cms400demo_menu li.ekflexmenu_menu_level_1.ekflexmenu_startlevel.ekflexmenu_submenu a.ekflexmenu_button_selected  
{
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*     background-color: #A1C541; */
	display: block; 
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
	color: black;  /*#FFFFFF; */

    border-color : rgb(206, 190, 140);
	width: 100%;
	height: 32px;
	background-image:url(images/sgmSideMenu_open.gif); background-position:left top; background-repeat: no-repeat;

} 


.cms400demo_menu .ekflexmenu_button_selected_hover
{
	/* SPAN; hovered version of .ekmenu_button_selected, see above... */
	/* Typical parent element: div.ekmenu_submenu, or else */
	/* h3.ekmenu_accessible_submenu_navheading if 508-Compliance is enabled. */
    display: block;
    cursor:pointer;
    padding: 2px 0px;
    font-weight: bold;
	color: black; /* rgb(198, 211, 255);  */
	text-decoration: none;

    text-indent: 12px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    height: 32px;
   	background-image:url(images/sgmSideMenu_open.gif); background-position:left top; background-repeat: no-repeat;

}

/* images */
.cms400demo_menu .ekflexmenu_submenu_items a img, 
.cms400demo_menu .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. */
	/* Typical parent element: a.ekmenu_link */
	border-width: 0px;
}
.cms400demo_menu .ekflexmenu_linkimage, 
.cms400demo_menu .ekflexmenu_linkimage_selected
{
	/* SPAN; supports rollover-images, where a single image is scrolled */
	/* to show the desired effect for the given action-event. Separate the */
	/* .ekmenu_linkimage and .ekmenu_linkimage_selected classes for more images */
	/* Typical parent element: a.ekmenu_link */
    display: block;
	position: relative;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	overflow: hidden;
}
.cms400demo_menu .ekflexmenu_linkimage_hover, 
.cms400demo_menu .ekflexmenu_linkimage_selected_hover
{
	/* SPAN; hovered version of ekmenu_linkimage. Supports rollover-images, */
	/* where a single image is scrolled to show the desired effect for the */
	/* given action-event. Separate the .ekmenu_linkimage_hover and */
	/* .ekmenu_linkimage_selected_hover classes to control more images */
	/* Typical parent element: a.ekmenu_link */
    display: block;
	position: relative;
	background-position: 0px -30px;
	background-repeat:no-repeat;
	overflow: hidden;
}

/* Link menu items, This is default color, --- Modify basic menu color --- */
/*.ekmenu_submenu_items a */
.cms400demo_menu a.ekflexmenu_link, 
.cms400demo_menu a.ekflexmenu_link:link, 
.cms400demo_menu a.ekflexmenu_link:visited {
	/* A; link for individual menu item (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
	text-indent: 12px;
	color:#006699;  /* #55598A; link text color */
	/* background-color: #FBFCFD; */
	text-decoration: none; /* remove underlines */
	display: block; /* force one link per row */
	width: 99%; /* fill entire row with link */
	
	/*
	border-bottom: 1px solid #C7C7C7; */ /* link row seperators */
	/*
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	background-position:left */
}

.cms400demo_menu a.ekflexmenu_link0, 
.cms400demo_menu a.ekflexmenu_link0:link, 
.cms400demo_menu a.ekflexmenu_link0:visited {
	/* A; link for individual menu item (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
	text-indent: 12px;
	color:black;  /* #006699; */  /* #55598A; link text color */
	/* background-color: #FBFCFD; */
	text-decoration: none; /* remove underlines */
	display: block; /* force one link per row */
	width: 99%; /* fill entire row with link */
}

.cms400demo_menu a.ekflexmenu_link1, 
.cms400demo_menu a.ekflexmenu_link1:link, 
.cms400demo_menu a.ekflexmenu_link1:visited {
	/* A; link for individual menu item (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
	text-indent: 12px;
	color:#006699; /* #55598A; link text color */
	/* background-color: #FBFCFD; */
	text-decoration: none; /* remove underlines */
	display: block; /* force one link per row */
	width: 99%; /* fill entire row with link */
}



/*.ekmenu_submenu_items a:hover --- Modify submenu color --- */
.cms400demo_menu a.ekflexmenu_link:hover, 
.cms400demo_menu a.ekflexmenu_link:active, 
.cms400demo_menu a.ekflexmenu_link:focus,
.cms400demo_menu a.ekflexmenu_link1:hover, 
.cms400demo_menu a.ekflexmenu_link1:active, 
.cms400demo_menu a.ekflexmenu_link1:focus,
.cms400demo_menu a.ekflexmenu_link0:hover, 
.cms400demo_menu a.ekflexmenu_link0:active, 
.cms400demo_menu a.ekflexmenu_link0:focus
{
	/* A; hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
	color: black; /* rgb(198, 211, 255);  */
	text-decoration: none;

    border-color: rgb(181, 166, 132);
	display: block; 
	width: 99%;
}



.cms400demo_menu a.ekflexmenu_link_selected {
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*     background-color: #A1C541; */
	
	
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
	color: black;  /*#FFFFFF; */
    background-image :url(images/sgmSideMenu_current.gif); background-position:right top; background-repeat: no-repeat;
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
	height: 32px;
	font-weight:normal;
   
} 


.cms400demo_menu a.ekflexmenu_link0_selected {
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*     background-color: #A1C541; */
	
	
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
	color: black;  /*#FFFFFF; */

    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
	height: 38px;
	background-image:url(images/sgmSideMenu_current.gif);  background-position:right top; background-repeat: no-repeat;

} 



.cms400demo_menu a.ekflexmenu_link1_selected {
	/* A; selected version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*     background-color: #A1C541; */
	
	
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
	color: black;  /*#FFFFFF; */

    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
	height: 32px;
	background-image:url(images/sgmSideMenu_current.gif);  background-position:right top; background-repeat: no-repeat;

} 



.cms400demo_menu a.ekflexmenu_link_selected:hover,
.cms400demo_menu a.ekflexmenu_link0_selected:hover,
.cms400demo_menu a.ekflexmenu_link1_selected:hover
{
	/* A; selected and hovered version of ekmenu_link, see above... */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*  background-color: rgb(161, 141, 81); */
    padding: 2px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
	color: black; /* rgb(198, 211, 255);  */
	text-decoration: none;

    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;

}

