/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronModalCss */
/* path: /WorkArea/java/plugins/modal/ektron.modal.css
/* ############################################################# */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set to 3000 by default (in ektron.jqmodal.js). 
   You can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).modal({zIndex: 500}); 
*/
	
.ektronWindow {display: none; position: fixed !important; top: 25%; left: 50%; margin-left: -20em; width: 40em; background-color: #fff; color: #333; border: 1px solid #525252; padding: 1em;}
.ektronModalOverlay { background-color: #3f3f3f; margin: 0; padding: 0;}

/* widths */
.ektronModalWidth-10 {margin-left: -5em !important; width: 10em !important;}
.ektronModalWidth-20 {margin-left: -10em !important; width: 20em !important;}
.ektronModalWidth-25 {margin-left: -12.5em !important; width: 25em !important;}
.ektronModalWidth-30 {margin-left: -15em !important; width: 30em !important;}
.ektronModalWidth-40 {margin-left: -20em !important; width: 40em !important;}
.ektronModalWidth-50 {margin-left: -25em !important; width: 50em !important;}
.ektronModalWidth-60 {margin-left: -30em !important; width: 60em !important;}
.ektronModalWidth-70 {margin-left: -35em !important; width: 70em !important;}
.ektronModalWidth-80 {margin-left: -40em !important; width: 80em !important;}
.ektronModalWidth-90 {margin-left: -45em !important; width: 90em !important;}
.ektronModalWidth-100 {margin-left: -50em !important; width: 100em !important;}

/* heights */
.ektronModalHeight-10 {height: 10em !important;overflow-y: auto !important;}
.ektronModalHeight-20 {height: 20em !important;overflow-y: auto !important;}
.ektronModalHeight-25 {height: 25em !important;overflow-y: auto !important;}
.ektronModalHeight-30 {height: 30em !important;overflow-y: auto !important;}
.ektronModalHeight-40 {height: 40em !important;overflow-y: auto !important;}
.ektronModalHeight-50 {height: 50em !important;overflow-y: auto !important;}
.ektronModalHeight-60 {height: 60em !important;overflow-y: auto !important;}
.ektronModalHeight-70 {height: 70em !important;overflow-y: auto !important;}
.ektronModalHeight-80 {height: 80em !important;overflow-y: auto !important;}
.ektronModalHeight-90 {height: 90em !important;overflow-y: auto !important;}
.ektronModalHeight-100 {height: 100em !important;overflow-y: auto !important;}


/* Ektron Themes:  multiclass the outermost div with the theme className to achieve these styles */
.ektronModalStandard {font-size: 12px;}
div.ektronModalStandard { padding: 0em;	border: solid 1px #525252; background: #E1E7F2;	top: 50%; font-size: 12px;}
div.ektronModalStandard, div.ektronModalStandard input, div.ektronModalBody table th, div.ektronModalBody table td {font-family: Arial, Verdana, sans-serif;}
.ektronModalStandard .ektronModalHeader h3 { background-image: url('/WorkArea/images/application/darkblue_gradiant-nm.gif'); background-color: #3163BD;	background-repeat: repeat-x; background-position: 0 -2px; color: #fff;	margin: 0;	padding: .6em .25em; font-size: 1em; position: relative;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose {display: block;	background-image: url('/WorkArea/images/application/closeButton.gif'); background-repeat: no-repeat;	background-position: 0px -23px;	background-color: Transparent; text-decoration: none; width: 21px; height: 21px; position: absolute; right: .25em; top: .25em; text-indent: -10000px; overflow: hidden; cursor: pointer;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose:hover {background-position: -23px 0;}
.ektronModalStandard div.ektronModalBody { background: #FFFFFF none repeat scroll 0%; border: 1px solid silver;	color: #333333;	margin: 1em 0.75em;	padding: 0.5em;}
.ektronModalStandard div.ektronModalBody table { margin: 0 1.5em;}
.ektronModalStandard div.ektronModalBody table th {	font-size: 12px; padding-right: 1em; padding-top: .25em;}
.ektronModalStandard div.ektronModalBody table th, div.ektronModalBody table td{ vertical-align: top;}
.ektronModalStandard div.ektronModalBody fieldset{	clear: both;}

/* Buttons */
.ektronModalStandard .ektronModalButtonWrapper{	margin: 1em 0 .25em; padding: 0; list-style: none; width: 100%;}
.ektronModalStandard .buttonWrapper { float: right;	margin: 1em 0 0 0;	padding: 0;	list-style: none;	width: 50%;}
.ektronModalStandard .ektronModalButtonWrapper li, ul.buttonWrapper li { display: inline; background-image: none; background-color: transparent;}
.ektronModalStandard ul.buttonWrapper li { float: right;	margin: 0;	padding: 0;	border: 0px;}
.ektronModalStandard a.button{	display: block;	padding: .5em 1em .5em 2.25em; border: 1px solid silver; background-color: #eee; color: #8F8F8F; background-repeat: no-repeat; background-position: .5em .4em; font-size: 1em; margin: 0 0 0 .75em; line-height: 100%; cursor: pointer; text-decoration: none;}
.ektronModalStandard a.button:active {  color: #8F8F8F;	font-size: inherit;}
.ektronModalStandard a.button:visited {	color: #8F8F8F;}
.ektronModalStandard a.button:hover { text-decoration: none;}
.ektronModalStandard a.buttonLeft {	float: left;}
.ektronModalStandard a.buttonRight { float: right;}
.ektronModalStandard a.text { font-size: .75em;}
.ektronModalStandard a.cancelButton { background-image: url('/WorkArea/images/application/delete.gif');}
.ektronModalStandard a.okButton { background-image: url('/WorkArea/images/application/check.gif');}
.ektronModalStandard a.nextButton { background-image: url('/WorkArea/images/application/but_next.gif'); background-position: .5em .25em;}
.ektronModalStandard a.backButton {	background-image: url('/WorkArea/images/application/but_prev.gif'); background-position: -.1em .25em;}
.ektronModalStandard a.deleteButton { background-image: url('/WorkArea/images/application/btn_delete-nm.gif'); background-position: .25em .1em; margin-right: .5em;}
.ektronModalStandard a.redHover:hover {	background-color: #FBE3E4; border: 1px solid #FBC2C4; color: #D12F19;}
.ektronModalStandard a.blueHover:hover { background-color: #DFF4FF;	border: 1px solid #C2E1EF; color: #336699;}
.ektronModalStandard a.greenHover:hover { background-color: #E6EFC2; border: 1px solid #C6D880;	color: #529214;}

/*Messages*/
.ektronModalStandard .messages {display: block; width: auto; margin-bottom: .1em; font-size: 1em;}
.ektronModalStandard .messages span { display: block; margin: .25em; padding: .5em .5em .5em 2em; background-repeat: no-repeat;	background-position: .25em .5em;}
.ektronModalStandard .messages span.wordbreak {	display: inline; text-indent: -10000px;	margin: 0; padding: 0; width: 0; overflow: hidden; font-size: 1px;}

/* clearfix */
.ektronModalStandard .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.ektronModalStandard .clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .ektronModalStandard .clearfix {	height: 1%;}
.ektronModalStandard .clearfix { display: block;}
/* End hide from IE-mac */

/* The following section of code must always be the last section of this file (IE Expression Bug)
   Do not place any piece of styling information below this point */
/* Background iframe styling for IE6. Prevents ActiveX bleed-through 
   (<select> form elements, etc.). 
*/
* iframe.ektronModalIframe {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 star (*) selector used to hide 
   definition from browsers other than IE6.
   For valid CSS, use a conditional include instead 
*/
* html .ektronWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronCss_css_horiz_dropdown_right_workarea_vistacss */
/* path: /css/horiz_dropdown_right_workarea_vista.css
/* ############################################################# */

/*                                                                          */
/* 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.     */
/*                                                                          */


.mainMenuBar
{
    
}

.horiz_dropdown_right_workarea_vista .ekmenu
{
    /* DIV; wraps the entire menu */ /* (the outer-most non-user container element) */
    color: rgb(255, 255, 255); /* default text color */
    font-size: 13px;
    font-family: Sans-Serif;
    white-space: nowrap;
    width: 930px;
    height:38px;
    background-position: left top;
    background-image: url('/images/menuBG.gif');
    background-repeat: no-repeat; 
}

.horiz_dropdown_right_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;
	height: 1px;
	width: 1px;
}

.horiz_dropdown_right_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;
	height: 1px;
	width: 1px;
}

.horiz_dropdown_right_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;
	height: 1px;
	width: 1px;
}

.horiz_dropdown_right_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 */
}

.horiz_dropdown_right_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 */
}

.horiz_dropdown_right_workarea_vista .ekmenu_submenu,
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_hover,
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_parent,
.horiz_dropdown_right_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;
	height: auto;
}

.horiz_dropdown_right_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: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.horiz_dropdown_right_workarea_vista .ekmenu .ekmenu_submenu_btnlink
{
	/* A; wraps each menu button title with a navigation-anchor */
	/* Used only when the menu button is itself a link (set in CMS) */
	/* Typical parent element: div.ekmenu_submenu */
	display: inline;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.horiz_dropdown_right_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: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.horiz_dropdown_right_workarea_vista .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.horiz_dropdown_right_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: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.horiz_dropdown_right_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;
	width: inherit;
	top: -10000px;
	left: -10000px;
	height: 1px;
}

.horiz_dropdown_right_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: 0px;
	padding: 0px;
	position:relative;
    left:25px;
}

.horiz_dropdown_right_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: 0px;
	padding: 0px;
}

.horiz_dropdown_right_workarea_vista .ekmenu_menu_level_0
{
	/* DIV; Behavior modifying container, sits between           */
	/* the LI elements and its' menu items (links or sub-menus). */
	/* Typical parent element: li.ekmenu_unorderedlist_item      */
	/*                                                           */
	/* NOTE: The appended number indicates the depth,            */
	/*   with zero being the topmost, and nested folders         */
	/*   incrementing as the menu-depth increases                */
	/*                                                           */
	/* Make top level menu buttons render horizontally:          */
	position: relative;
	float: left;
	width: 120px;
	display: inline;
}
.horiz_dropdown_right_workarea_vista .ekmenu_menu_level_1
{
	/* ...Open submenus deeper than level 1 relative to the parent 'button' */
	/* (without this they open at the top, this shifts them down to begin */
	/* at the same vertical offset as the button that opened it). */
	position: relative;
}

.horiz_dropdown_right_workarea_vista .ekmenu_menu_seperator
{
	/* SPAN; A seperator element that may be used to aid         */
	/* in formatting menu buttons, etc.                          */	
	/* Typical parent element: li.ekmenu_unorderedlist_item      */
	/*                                                           */
	/* Show seperators between top-level menu buttons:           */
	width:1px;
	height: 25px;
	float: left;
	display:inline;

}
.horiz_dropdown_right_workarea_vista .ekmenu_menu_level_0 .ekmenu_menu_seperator
{
	/* ...Hide all nested seperators (all but top level) */
	display: none; 
}

.horiz_dropdown_right_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-bottom: solid 2px rgb(71, 71, 71);*/
	position: absolute;
	width:auto;
	height:auto; /* height: 100%; */
	margin: 0px auto;
    border-bottom-width: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
    border: solid 0px black;
}

.horiz_dropdown_right_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;
}

/* Nested menu items */

.horiz_dropdown_right_workarea_vista .ekmenu_submenu_parent,
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_parent_hover
{
    /* border: solid 2px red; */
}

/* Control the root-menu contents here: */
/* (and override these for deeper levels with rules after this one) */
.horiz_dropdown_right_workarea_vista .ekmenu .ekmenu_submenu_items
{
	left: 70px;
	top: 8px;
}

/* Drop-down: Position the first-child-level below the root button: */
.horiz_dropdown_right_workarea_vista .ekmenu .ekmenu_submenu_items .ekmenu_submenu_items
{
	left: 5px;
	top: 100%;
}

/* Position all deeper menus to open to the right: */
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_items .ekmenu_submenu_items .ekmenu_submenu_items
{
	left: 100%;
	top: 0px;
}

/* Button menu items, controls visibility of associated sub-menus */
.horiz_dropdown_right_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. */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255); /* button-title text color */
    text-align:center; /*text-indent: 5px;*/
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    cursor: pointer;
}
.horiz_dropdown_right_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. */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: #efe9aa; /* button-title text color */
    text-align:center; /*text-indent: 5px;*/
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    cursor: pointer;
}
.horiz_dropdown_right_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. */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255); /* button-title text color */
    text-align:center; /*text-indent: 5px;*/
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    cursor: pointer;
}
.horiz_dropdown_right_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. */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: #efe9aa; /* button-title text color */ 
    text-align:center; /*text-indent: 5px;*/
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    cursor: pointer;
}

/* images */
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_items a img, 
.horiz_dropdown_right_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;
}
.horiz_dropdown_right_workarea_vista .ekmenu_linkimage, 
.horiz_dropdown_right_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;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	height: 30px;
	overflow: hidden;
}
.horiz_dropdown_right_workarea_vista .ekmenu_linkimage_hover, 
.horiz_dropdown_right_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;
	background-position: 0px -30px;
	background-repeat:no-repeat;
	height: 30px;
	overflow: hidden;
}

/* Link menu items */
/*.ekmenu_submenu_items a */
.horiz_dropdown_right_workarea_vista a.ekmenu_link, 
.horiz_dropdown_right_workarea_vista a.ekmenu_link:link, 
.horiz_dropdown_right_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. */
    padding: 3px 0px 3px 10px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 0px;
    color: rgb(0, 0, 160); /* link text color */
    background: rgb(238, 238, 238);
    text-decoration: none; /* remove underlines */
    display: block; /* force one link per row */
    width: 200px; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
    white-space: normal;
}
/*.ekmenu_submenu_items a:hover */
.horiz_dropdown_right_workarea_vista a.ekmenu_link:hover, 
.horiz_dropdown_right_workarea_vista a.ekmenu_link:active, 
.horiz_dropdown_right_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. */
    padding: 3px 0px 3px 10px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 0px;
    color: rgb(255, 255, 255);  /* hovered-link text color */
    background : #dcdcdc;
    text-decoration: none; /* remove underlines */
    border-color: rgb(181, 166, 132);
	display: block; 
	width: 200px;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
    white-space: normal;
}

.horiz_dropdown_right_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. */
    padding: 3px 0px 3px 10px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 0px;
	color: rgb(0, 89, 231);
    background:#dcdcdc;
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 200px;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
    white-space: normal;
}
.horiz_dropdown_right_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. */
    padding: 3px 0px 3px 10px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 0px;
	color: rgb(198, 211, 255);
    background: #dcdcdc;
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 200px;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
    white-space: normal;
}

