/*                                                                          */
/* 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.     */
/*                                                                          */

.horiz_dropdown_right_workarea_vista .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
	float:left;
    color: rgb(255, 255, 255); /* default text color */
    width: 877px;
	font: bold .75em Arial, Georgia, sans-serif;
    white-space: nowrap;
	z-index: 50;
	
}

.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;
}

.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 */
	float:left;
	display:inline;
	margin: 0px;
	padding: 0 0 0 0;
}

.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;
	display: inline;
	padding: 0 0 0 0;
}
.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;
	width:220px;
	letter-spacing:0;
}

.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:           */
	display:none;
}
.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: 100%;
	margin-left: 0px;
	margin-top:0px;
}

.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: 0px;
	top: 0px;
}

/* Drop-down: Position the first-child-level below the root button: */
.horiz_dropdown_right_workarea_vista .ekmenu .ekmenu_submenu_items .ekmenu_submenu_items
{
	left: 0px;
	top: 31px;
}

/* Position all deeper menus to open to the right: */
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_items .ekmenu_submenu_items .ekmenu_submenu_items
{
	left: 222px;
	top: 0px;
}
.horiz_dropdown_right_workarea_vista .ekmenu_submenu_items .ekmenu_submenu_items #c580fa7b_148_196_submenu_items.ekmenu_submenu_items, .horiz_dropdown_right_workarea_vista .ekmenu_submenu_items .ekmenu_submenu_items #c580fa7b_148_180_submenu_items.ekmenu_submenu_items
{
	left: -202px;
	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. */

    color: rgb(255, 255, 255); /* button-title text color */
    background: #e4991d url(http://www.unk.edu/images/bg_gold.gif) repeat; /* SETS BUTTON BACKGROUND */
}

.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. */
    color: rgb(255, 255, 255); /* button-title text color */
    background: url(http://www.unk.edu/images/bg_dkgold.gif) repeat;
}
.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. */
    color: rgb(255, 255, 255); /* button-title text color */
    background: url(http://www.unk.edu/images/bg_dkgold.gif) repeat;
}
.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. */
    color: rgb(255, 255, 255); /* button-title text color */
    background: url(http://www.unk.edu/images/bg_dkgold.gif) repeat; /* Hovered Image color */
}


/* THIS IS FOR ALL BUTTONS NO MATTER THE STATE */
.horiz_dropdown_right_workarea_vista .ekmenu_button, .horiz_dropdown_right_workarea_vista .ekmenu_button_hover, .horiz_dropdown_right_workarea_vista .ekmenu_button_selected, .horiz_dropdown_right_workarea_vista .ekmenu_button_selected_hover {
    display: block;
    padding: 0 15px 0 15px;
	height:29px;
    font-weight: bold;
	width: 100%;
	text-decoration:none;
	line-height:29px;
}


/* 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,
.ekmenu_menu_level_1 .ekmenu_button {
	/* 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: rgb(0, 0, 160); /* link text color */
    background: #f1e9dc;
		filter:alpha(opacity=93); 
   -moz-opacity: 0.93; 
   opacity: 0.93;
}

/*.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,
.ekmenu_menu_level_1 .ekmenu_button_selected, .ekmenu_menu_level_1 .ekmenu_button_hover, .ekmenu_menu_level_1 .ekmenu_button_selected_hover  {
	/* 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: #FFFFFF;  /* hovered-link text color */
	background: #dc7404 url(http://www.unk.edu/images/bg_gold.gif) repeat;
    		filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1;
}

.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. */
	color: #FFFFFF;
    background: #dc7404 url(http://www.unk.edu/images/bg_gold.gif) repeat;
	    		filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1;
}
.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. */
	color: #003479;
	    background: #dc7404 url(http://www.unk.edu/images/bg_gold.gif) repeat;
	    		filter:alpha(opacity=100); 
   -moz-opacity: 1; 
   opacity: 1;
}

.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, .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, .horiz_dropdown_right_workarea_vista a.ekmenu_link_selected:hover, .horiz_dropdown_right_workarea_vista a.ekmenu_link_selected, .ekmenu_menu_level_1 .ekmenu_button, .ekmenu_menu_level_1 .ekmenu_button_hover, .ekmenu_menu_level_1 .ekmenu_button_selected, .ekmenu_menu_level_1 .ekmenu_button_selected_hover {
	float:left;
    padding: 0 0 0 0; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 15px;
	text-decoration: none; /* remove underlines */
    display: block; /* force one link per row */
    width: 220px; /* fill entire row with link */
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space:normal;
	text-transform:none;
	font-size: .9166em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #003979;
	}
	
	.horiz_dropdown_right_workarea_vista .ekmenu_submenu_items #c580fa7b_148_186_submenu_items .ekmenu_submenu_items
{
	left: -222px;
	top: 0px;
}
	.horiz_dropdown_right_workarea_vista .ekmenu_submenu_items #c580fa7b_148_180_submenu_items .ekmenu_submenu_items
{
	left: -222px;
	top: 0px;
}

.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, .horiz_dropdown_right_workarea_vista a.ekmenu_link_selected:hover, .horiz_dropdown_right_workarea_vista a.ekmenu_link_selected, .ekmenu_menu_level_1 .ekmenu_button_hover, .ekmenu_menu_level_1 .ekmenu_button_selected, .ekmenu_menu_level_1 .ekmenu_button_selected_hover {
color: #FFFFFF;
}
