/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single SmartMenu 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 SmartMenu       */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    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.     */
/*                                                                          */

/* 
#DCE6CF
ice sage

#FFFCCD
sauterne ice

#ACB6A7
frozen grass

#E3F1BA
Frozen Mints

#D5E0D8
mint fresh sky

*/
.sidemenuStyle .ekmenu 
{

	font-size: 11px;
	margin-top: 0px;
	text-decoration: none;
}

#content  .sidemenuStyle .ekmenu  h3 {
		background: none;
		text-decoration: none;

		padding: 0px;
		margin: 0px;
	}
.sidemenuStyle .ekmenu_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;
	text-decoration: none;
}

.sidemenuStyle .ekmenu_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;
	text-decoration: none;
}

.sidemenuStyle .ekmenu_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;
	text-decoration: none;
}

.sidemenuStyle .ekmenu_accessible_menu_startlink 
{
	/* A; wraps the skip-menu text with a navigation-link (normally hidden, */
	/* but available to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: h2.ekmenu_accessible_menu_startheading */
	text-decoration: none;
}

.sidemenuStyle .ekmenu_accessible_menu_endlink
{
	/* A; acts as a destination page anchor for the skip-menu */
	/* text with a navigation-link (normally hidden, but available */
	/* to page readers and text-browsers for accessibility). */
	/* Only added if 508-Compliance is enabled. */
	/* Typical parent element: h2.ekmenu_accessible_menu_startheading */
	text-decoration: none;
}

.sidemenuStyle .ekmenu_submenu,
.sidemenuStyle .ekmenu_submenu_hover,
.sidemenuStyle .ekmenu_submenu_parent,
.sidemenuStyle .ekmenu_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;
	color: #7c7c7c;
	text-decoration: none; 
}


.sidemenuStyle .ekmenu_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;
   text-indent:0px;
    color: #7c7c7c;
	font-size: 11px;
	text-decoration: none;
}

.sidemenuStyle .ekmenu_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 */
    font-weight: bold;
    text-indent: 0px;
    color: #7c7c7c;
	margin-bottom: 0px;
	font-size: 12px;
	text-decoration: none; 

}

.sidemenuStyle .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.sidemenuStyle .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
  font-weight: bold;
    text-indent: 0px;
    text-decoration: none;
    font-size: 12px;
    color: #7c7c7c;
}

.sidemenuStyle .ekmenu_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;
	text-decoration: none;
	width: 1px;
}

.sidemenuStyle .ekmenu_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;
	text-decoration: none;
}

.sidemenuStyle .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */

	margin-bottom:0px;
	padding:10px 0 0 0;
	text-decoration: none;
	
}


.sidemenuStyle .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
	text-decoration: none;
}

.sidemenuStyle .ekmenu_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;
	text-decoration: none;
}

/* Nested menu items */
.sidemenuStyle .ekmenu_submenu_items .ekmenu_submenu_items, 
.sidemenuStyle .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.sidemenuStyle .ekmenu_submenu_items_hidden .ekmenu_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: 20px; /* indents menu items, accumulating with each nesting level */
  border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
  text-decoration: none;
}

/* Button menu items, controls visibility of associated sub-menus */
.sidemenuStyle .ekmenu_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. */
    font-weight: bold;
    text-indent: 0px;
    color: #7c7c7c;
	text-decoration: none; 
	margin-bottom: 5px;
	font-size: 12px; /* capture on-click for entire row that the button occupies */
}
.sidemenuStyle .ekmenu_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. */
font-size: 12px;
font-weight:bold;
text-decoration: none; 
color: #7c7c7c; /* capture on-click for entire row that the button occupies */
}
.sidemenuStyle .ekmenu_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. */
    font-weight: bold;
       text-indent: 0px;
    color: #666666;
	margin-bottom: 5px;
	font-size: 12px;
    text-decoration: none;
}
.sidemenuStyle .ekmenu_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. */
   font-weight: bold;
    text-indent: 0px;
  color: #7c7c7c;
	margin-bottom: 5px;
	text-decoration: none; 
	font-size: 12px;
}


/* images */
.sidemenuStyle .ekmenu_submenu_items a img, 
.sidemenuStyle .ekmenu_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;
	text-decoration: none;
}
.sidemenuStyle .ekmenu_linkimage, 
.sidemenuStyle .ekmenu_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;
		text-decoration: none; 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}
.sidemenuStyle .ekmenu_linkimage_hover, 
.sidemenuStyle .ekmenu_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;
	height: 30px;
		text-decoration: none; 
	overflow: hidden;
}

/* Link menu items */
.sidemenuStyle a.ekmenu_link, 
.sidemenuStyle a.ekmenu_link:link, 
.sidemenuStyle a.ekmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
 font-weight: bold;
    text-indent: 0px;
    color: #4C81BD;
	margin-bottom: 5px;
	font-size: 12px;
	text-decoration: none; 
	
}
.sidemenuStyle .ekmenu_menu_level_1 a.ekmenu_link, 
.sidemenuStyle .ekmenu_menu_level_1 a.ekmenu_link:link, 
.sidemenuStyle .ekmenu_menu_level_1 a.ekmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
 font-weight: normal;
    text-indent: 0px;
      color: #7c7c7c;
	margin-bottom: 0px;
	font-size: 11px;
	text-decoration: none; 
	
}
.sidemenuStyle  .ekmenu_menu_level_0 .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */

	margin-bottom:0px;
	margin-top:5px;
		text-decoration: none; 
		padding-top:0px;
	
}
/*.ekmenu_submenu_items a:hover */
.sidemenuStyle a.ekmenu_link:hover, 
.sidemenuStyle a.ekmenu_link:active, 
.sidemenuStyle a.ekmenu_link: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. */
 font-weight: bold;
    text-indent: 0px;
  color: #7c7c7c;
	margin-bottom: 5px;
	text-decoration: none; 
	font-size: 12px; /* link row seperators */
}
/*.ekmenu_submenu_items a:hover */
.sidemenuStyle  .ekmenu_menu_level_1 a.ekmenu_link:hover, 
.sidemenuStyle  .ekmenu_menu_level_1 a.ekmenu_link:active, 
.sidemenuStyle  .ekmenu_menu_level_1 a.ekmenu_link: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. */

  color: #4C81BD;
  text-decoration: none; 
  
}


.sidemenuStyle a.ekmenu_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. */
    font-weight: bold;
    text-indent: 0px;
  color: #7c7c7c;
	margin-bottom: 5px;
	font-size: 12px;
		text-decoration: none; 

}
.sidemenuStyle .ekmenu_menu_level_1 a.ekmenu_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. */
    font-weight: normal;
    text-indent: 0px;
  color: #4c81bd;
	margin-bottom: 5px;
	text-decoration: none; 
	font-size: 11px;

}
.sidemenuStyle a.ekmenu_link_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. */
   font-weight: bold;
    text-indent: 0px;
    color: #7c7c7c;
	margin-bottom: 5px;
	font-size: 12px;/* link row seperators */
	text-decoration: none; 
}
.sidemenuStyle .ekmenu_menu_level_1 a.ekmenu_link_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. */
 font-weight: normal;
    text-indent: 0px;
  color: #4c81bd;
	margin-bottom: 5px;
	font-size: 11px;
	text-decoration: none; 
}




/* Style overrights for easional color changes */


.sidemenustyle .ekflexmenu_button
{
	background: url(../images/green_2010/arrow_list.png) no-repeat;
}



