/*                                                                          */
/* 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

*/
.shuttermenu_workarea_grs .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255); /* default text color */
    width: 180px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 12px;
    font-family: Sans-Serif;
   
/*  /* shows up on left side, background: rgb(100,100,150); widens with nesting level */
		 vertical-align:top;
}

.shuttermenu_workarea_grs .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 overflow: hidden;*/
	position: absolute;
	
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.shuttermenu_workarea_grs .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;
}

.shuttermenu_workarea_grs .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;
}

.shuttermenu_workarea_grs .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 */
}

.shuttermenu_workarea_grs .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 */
}

.shuttermenu_workarea_grs .ekmenu_submenu,
.shuttermenu_workarea_grs .ekmenu_submenu_hover,
.shuttermenu_workarea_grs .ekmenu_submenu_parent,
.shuttermenu_workarea_grs .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;
}

.shuttermenu_workarea_grs .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-decoration:none;
}

.shuttermenu_workarea_grs .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 */
  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;
	
}

.shuttermenu_workarea_grs .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.shuttermenu_workarea_grs .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* 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;
}

.shuttermenu_workarea_grs .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;
	width: 1px;
}

.shuttermenu_workarea_grs .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-align:left;
	text-decoration:none;
}

.shuttermenu_workarea_grs .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

.shuttermenu_workarea_grs .ekmenu_submenu_items {
	/* DIV; container for menu lists. */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
    overflow: hidden; 
     width:100%;/* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
    text-decoration:none;
    
}

.shuttermenu_workarea_grs .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;
}

/* Nested menu items */
.shuttermenu_workarea_grs .ekmenu_submenu_items .ekmenu_submenu_items, 
.shuttermenu_workarea_grs .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.shuttermenu_workarea_grs .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. */
	/* margin-left: 5px;Typical parent element: (not applicable) */
	
	margin-left: 5px;
	overflow: hidden; 
	width:97.5%;/*  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 */
.shuttermenu_workarea_grs .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. */
    cursor:hand;
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    background-color:#465FAC;
    color:White; /* button-title text color */
		border: 1px solid #32392E;
		border-bottom:0px;
    /*background: rgb(47, 47, 97) url(../../images/application/menu/grs1.gif) repeat-x;*/ /* color specified in case image unavailable */
    text-indent: 10px;
    width: 99%; /* capture on-click for entire row that the button occupies */
    text-decoration:none;
}
/*经过未选择主菜单样式*/
.shuttermenu_workarea_grs .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. */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color:White; /* button-title text color */
    background: #6A83E0;
		border: 1px solid #ACB6A7;
     /* background: rgb(47, 47, 97) url(../../images/application/menu/grs1_over.gif) repeat-x;color specified in case image unavailable */
    text-indent: 10px;
    width: 99%; /* capture on-click for entire row that the button occupies */
     text-decoration:none;
}
/*选中主菜单样式*/
.shuttermenu_workarea_grs .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. */
    display: block;
    padding: 5px 0px;
     color: White;
    font-weight: bold;
    background-color:#465FAC;
    background-image:url();
/* button-title text color *//* button-title text color */
	border: 1px solid Black;
	 border-color:Black;
    /*background: rgb(47, 47, 97) url(../../images/application/menu/grs1_over.gif) repeat-x;*/ /* color specified in case image unavailable */
    text-indent: 10px;
    width: 99%; /* capture on-click for entire row that the button occupies */
    text-decoration:none;
}
/*经过选中主菜单样式*/
.shuttermenu_workarea_grs .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. */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
     color: White; /* button-title text color */
	border: 1px solid #ACB6A7;
    background: #6A83E0 ; /* url(../../images/application/menu/grs1_over.gif) repeat-xcolor specified in case image unavailable */
    text-indent: 10px;
    width: 99%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}

/* images */
.shuttermenu_workarea_grs .ekmenu_submenu_items a img, 
.shuttermenu_workarea_grs .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;
	width: 99%; 
}
.shuttermenu_workarea_grs .ekmenu_linkimage, 
.shuttermenu_workarea_grs .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;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 30px;
	overflow: hidden;
	 text-decoration:none;
	 width: 99%; 
}
.shuttermenu_workarea_grs .ekmenu_linkimage_hover, 
.shuttermenu_workarea_grs .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;
	overflow: hidden;
	text-decoration:none;
	width: 99%; 
	 color: White;
	background-color:#6699CC;
}
/*未选择链接字体样式*/
/* Link menu items */
.shuttermenu_workarea_grs a.ekmenu_link, 
.shuttermenu_workarea_grs a.ekmenu_link:link, 
.shuttermenu_workarea_grs 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. */
    padding: 4px 8px; /* background: #D5E0D8;padding: 5px 0px; *//* set all to zero for images */
    text-indent: 10px;
    color: #455A4D; /* link text color */
    text-decoration: none; /* remove underlines */
    display: block; /* force one link per row */
    width: 99%; /* fill entire row with link */
    border-bottom: 1px solid #ACB6A7; /* link row seperators */
    border-left: 1px solid #ACB6A7; /* link row seperators */
		 /*background-image: url(../../images/application/menu/grs1_subMenu_left.gif); color specified in case image */
		background-position:left;
		background-repeat: repeat-y;
		border-left-color:#7E887D;

}
/*经过子菜单样式*/
/*.ekmenu_submenu_items a:hover */
.shuttermenu_workarea_grs a.ekmenu_link:hover, 
.shuttermenu_workarea_grs a.ekmenu_link:active, 
.shuttermenu_workarea_grs 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. */
    padding: 4px 8px; /*padding: 5px 0px; *//* set all to zero for images */
    color: #455A4D;  /* hovered-link text color */
    background : #eeeeee;
    text-decoration: none; /* remove underlines */
    border-color : rgb(206, 190, 140);
	display: block; 
  	border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
  	text-decoration:none;
  	width: 99%; 
}
/*选中链接字体样式*/
.shuttermenu_workarea_grs 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. */
    padding: 4px 8px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 10px;
	color: #455A4D;
    border-color : rgb(206, 190, 140);
	display: block; 
     /* background: border-bottom: 1px solid rgb(220, 220, 220);rgb(206, 190, 140);link row seperators */
    text-decoration:none;
    width: 99%; 
     border-bottom: 1px solid #ACB6A7; /* link row seperators */
    border-left: 1px solid #ACB6A7; /* link row seperators */
		 /*background-image: url(../../images/application/menu/grs1_subMenu_left.gif); color specified in case image */
		background-position:left;
		background-repeat: repeat-y;
		border-left-color:#7E887D;
	background : #eeeeee;
}
/*经过 子菜单选中 链接字体样式*/
.shuttermenu_workarea_grs a.ekmenu_link_selected:hover {
	/* A; selected and hovered version of ekmenu_link, see above... */
	/* 		color: rgb(198, 211, 255);
    background: rgb(161, 141, 81);Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
    padding: 4px 8px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 10px;
    color: #455A4D;  /* hovered-link text color */
    background : #eeeeee;
    border-color : rgb(161, 141, 112);
		display: block; 
    border-bottom: 1px solid rgb(220, 220, 220); 
     text-decoration:none;/* link row seperators */
     width: 99%; 
}
