
 
.shuttermenu_workarea_vista .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255); /* default text color */
    /*width: 148px;  can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 12px;
    font-family: Sans-Serif;
    vertical-align:middle;
    margin:0px;
}
 



.shuttermenu_workarea_vista .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;
	width: 0px;
        padding:0px;
        margin:0px;
}

.shuttermenu_workarea_vista .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;
	width: 0px;
	padding:0px;
	margin:0px;
}

.shuttermenu_workarea_vista .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;
	width: 0px;
}

.shuttermenu_workarea_vista .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_vista .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_vista .ekmenu_submenu,
.shuttermenu_workarea_vista .ekmenu_submenu_hover,
.shuttermenu_workarea_vista .ekmenu_submenu_parent,
.shuttermenu_workarea_vista .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;
	margin: 0px;
	padding:0px;
}

.shuttermenu_workarea_vista .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-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.shuttermenu_workarea_vista .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-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.shuttermenu_workarea_vista .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.shuttermenu_workarea_vista .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: underline;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.shuttermenu_workarea_vista .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: 0px;
	width: 1px;
	margin-top:                 0px;
	margin-bottom:                 0px;	
	margin-left:                 0px;
	margin-right:                 0px;	
}

.shuttermenu_workarea_vista .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-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.shuttermenu_workarea_vista .ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;

 
 
}

.shuttermenu_workarea_vista .ekmenu_menu_level_0 
{
	/* CRAIG'S HACKINGS */
    display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0 0 0;
	border-top-width:0px;
	border-bottom:			1px solid #d2cdc7; 
	border-top:			0px solid #d2cdc7; 

}

.shuttermenu_workarea_vista .ekmenu_menu_seperator
{
	/* CRAIG'S HACKINGS */
    display:block;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
	padding-bottom: 0px;
	border-top:			0px solid #d2cdc7; 	
	border-bottom:			0px solid #d2cdc7; 


}

.shuttermenu_workarea_vista .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: 0px solid #d2cdc7; 
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
    padding: 0px;
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.shuttermenu_workarea_vista .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;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
}

/* Nested menu items */
.shuttermenu_workarea_vista .ekmenu_submenu_items .ekmenu_submenu_items, 
.shuttermenu_workarea_vista .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.shuttermenu_workarea_vista .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: 0px; /* indents menu items, accumulating with each nesting level */
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    
}

/* Button menu items, controls visibility of associated sub-menus */
.shuttermenu_workarea_vista .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:pointer;
		text-decoration:		none;

		border-right:			1px solid #d2cdc7; 
		border-left:			1px solid #d2cdc7; 
		border-top:			    1px solid #d2cdc7; 
		border-bottom:			0px solid #d2cdc7; 
		text-align:				left;
		text-indent:			0px;
		line-height:			18px;
		padding-bottom:			2px;
		padding-top:			2px;
		padding-left:			10px;
		margin-top:                  -1px;
		margin-bottom:                 0px;
		margin-left:                 0px;
		margin-right:                 0px;				
		font-family:			arial,sans serif;
		font-size:				11px;
		color:					#5c544d;
		font-weight:bold;
		background-color:		#e8e4dc;
		display:block;

	}
.shuttermenu_workarea_vista .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. */
		cursor:pointer;
		text-decoration:		none;
		border-top:			    1px solid #d2cdc7; 
		border-bottom:			0px solid #d2cdc7; 		
		border-right:			1px solid #d2cdc7; 
		border-left:			1px solid #d2cdc7; 
		text-align:				left;
		line-height:			18px;

		margin-top:                 -1px;
		margin-bottom:                0px;	
		margin-left:                 0px;
		margin-right:                 0px;
		padding-bottom:			2px;
		padding-top:			2px;
		padding-left:			10px;
		font-family:			arial,sans serif;
		font-size:				11px;
		background-image: url(../../../images/sub_nav_over.gif);
		color:white;
		font-weight:bold;
		background-color:		#e8e4dc;
		display:block;
}
.shuttermenu_workarea_vista .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. */
		cursor:pointer;
		text-decoration:		none;
		border-top:			    1px solid #d2cdc7; 
		border-bottom:			0px solid #d2cdc7; 		
		border-right:			1px solid #d2cdc7; 
		border-left:			1px solid #d2cdc7; 
		text-align:				left;
		line-height:			18px;
		padding-bottom:			2px;
		padding-top:			2px;
		padding-left:			10px;
		
		margin-top:              -1px;
		margin-bottom:                0px;	
		margin-left:                 0px;
		margin-right:                 0px;
		
		font-family:			arial,sans serif;
		font-size:				11px;
		background-image: url(../../../images/sub_nav_over.gif);
		color:white;
		font-weight:bold;
		background-color:		#e8e4dc;
		display:block;
}
.shuttermenu_workarea_vista .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. */
		cursor:pointer;
		text-decoration:		none;
		border-top:			    1px solid #d2cdc7; 
		border-bottom:			0px solid #d2cdc7; 
		border-right:			1px solid #d2cdc7; 
		border-left:			1px solid #d2cdc7; 
		text-align:				left;
		line-height:			18px;
		margin-top:              -1px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
		padding-bottom:			2px;
		padding-top:			2px;
		padding-left:			10px;
		font-family:			arial,sans serif;
		font-size:				11px;
		background-image: url(../../../images/sub_nav_over.gif);
		color:white;
		font-weight:bold;
		background-color:		#e8e4dc;
		display:block;
	}

/* images */
.shuttermenu_workarea_vista .ekmenu_submenu_items a img, 
.shuttermenu_workarea_vista .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;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
	padding:0px;
	overflow:hidden;
}
.shuttermenu_workarea_vista .ekmenu_linkimage, 
.shuttermenu_workarea_vista .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;
	border-left:			1px solid #d2cdc7; 
	border-right:			1px solid #d2cdc7; 
	background-position: 0px 0px;
	background-repeat:no-repeat;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
	padding:0px;	
	height: 30px;
	overflow: hidden;
}
.shuttermenu_workarea_vista .ekmenu_linkimage_hover, 
.shuttermenu_workarea_vista .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;
	border-left:			1px solid #d2cdc7; 
	border-right:			1px solid #d2cdc7; 
	background-position: 0px -30px;
	background-repeat:no-repeat;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
		padding:0px;
	height: 30px;
	overflow: hidden;
}

/* Link menu items */
.shuttermenu_workarea_vista a.ekmenu_link, 
.shuttermenu_workarea_vista a.ekmenu_link:link, 
.shuttermenu_workarea_vista 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. */
 	color:#333333;
	display:block;
	font:				    11px Arial,sans-serif;
	border-left:			1px solid #d2cdc7; 
	border-right:			1px solid #d2cdc7; 
	background-color:	white;
	 
	padding-left:10px;
    padding-right:10px;
	padding-bottom:2px;
	text-decoration: none;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;
}
/*.ekmenu_submenu_items a:hover */
.shuttermenu_workarea_vista a.ekmenu_link:hover, 
.shuttermenu_workarea_vista a.ekmenu_link:active, 
.shuttermenu_workarea_vista 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:#009cd1;
	display:block;
	font:				11px Arial,sans-serif;
	border-left:			1px solid #d2cdc7; 
	border-right:			1px solid #d2cdc7; 
	background-color:	white;
	 
	padding-left:10px;
        padding-right:10px;
	padding-bottom:2px;
	text-decoration: none;
		margin-top:                 0px;
		margin-bottom:                 0px;	
		margin-left:                 0px;
		margin-right:                 0px;

}

.shuttermenu_workarea_vista 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. */
	color:#009cd1;
	display:block;
	font:				11px Arial,sans-serif;
	border-left:			1px solid #d2cdc7; 
	border-right:			1px solid #d2cdc7; 
	background-color:	white;
	 
	padding-left:10px;
    padding-right:10px;
	padding-bottom:2px;
	text-decoration: none;
	margin-top:    0px;
	margin-bottom:    0px;
}
.shuttermenu_workarea_vista 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. */
	color:#009cd1;
	display:block;
	font:				11px Arial,sans-serif;
	
	background-color:	white;
	border-left:			1px solid #d2cdc7; 
	border-right:			1px solid #d2cdc7; 
	padding-left:10px;
    padding-right:10px;
	padding-bottom:2px;
	margin-top:    0px;
	margin-bottom:    0px;
	text-decoration: none;
}
