/*                                                                          */
/* 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.     */
/*                                                                          */

.menu1 {
  border-top: -5px;
  position: relative;
  z-index: 2;
  width: 195px;
  padding-bottom: 3em;
}

.main_menu .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(66, 60, 39); /* default text color */
    width: 195px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 1.1em;
    font-family: arial,helvetica,sans-serif;
    background: rgb(255, 255, 255);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.main_menu .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;
}

.main_menu .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;
}

.main_menu .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;
}

.main_menu .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 */
}

.main_menu .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 */
}

.main_menu .ekmenu_submenu,
.main_menu .ekmenu_submenu_hover,
.main_menu .ekmenu_submenu_parent,
.main_menu .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;
}

.main_menu .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: bold;
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.main_menu .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%;
}

.main_menu .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(66, 60, 39); /* default text color */
	font-size: 1.1em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.main_menu .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.main_menu .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
    color: rgb(66, 60, 39); /* default text color */
	font-size: 1.1em;
    text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:100%;
}

.main_menu .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;
}

.main_menu .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;
	width:100%;
	padding: 0px;
}

.main_menu .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;
}

.main_menu .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);*/
}

.main_menu .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 */

/* Second level submenus */
.main_menu .ekmenu .ekmenu_submenu_items .ekmenu_submenu_items
{
	/* 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) */
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-left: 0px; 
	margin-top: 0px;
}

/* Third, etc., level submenus */
.main_menu .ekmenu_submenu .ekmenu_submenu_items .ekmenu_submenu_items
{
	/* 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) */
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-left: 0px; 
	margin-top: 0px;
}

/* Button menu items, controls visibility of associated sub-menus */
.main_menu .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: 4px 0px;
    font-weight: bold;
    color: rgb(66, 60, 39); /* button-title text color */
    text-indent: 12px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu .ekmenu_button {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#generic_menu .main_menu .ekmenu_button {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#purple_menu .main_menu .ekmenu_button {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#green_menu .main_menu .ekmenu_button {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#blue_menu .main_menu .ekmenu_button {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#red_menu .main_menu .ekmenu_button {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#bronze_menu .main_menu .ekmenu_button {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_x1.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

.main_menu .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: 4px 0px;
    font-weight: bold;
    color: rgb(0, 0, 0); /* button-title text color */
    text-indent: 12px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu .ekmenu_button_hover {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#generic_menu .main_menu .ekmenu_button_hover {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#purple_menu .main_menu .ekmenu_button_hover {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#green_menu .main_menu .ekmenu_button_hover {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#blue_menu .main_menu .ekmenu_button_hover {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#red_menu .main_menu .ekmenu_button_hover {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#bronze_menu .main_menu .ekmenu_button_hover {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

.main_menu .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: 4px 0px;
    font-weight: bold;
    color: rgb(66, 60, 39); /* button-title text color */
    text-indent: 12px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu .ekmenu_button_selected {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#generic_menu .main_menu .ekmenu_button_selected {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#purple_menu .main_menu .ekmenu_button_selected {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#green_menu .main_menu .ekmenu_button_selected {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#blue_menu .main_menu .ekmenu_button_selected {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#red_menu .main_menu .ekmenu_button_selected {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#bronze_menu .main_menu .ekmenu_button_selected {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

.main_menu .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: 4px 0px;
    font-weight: bold;
    color: rgb(0, 0, 0); /* button-title text color */
    text-indent: 12px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#generic_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#purple_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#green_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#blue_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#red_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

#bronze_menu .main_menu .ekmenu_button_selected_hover {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_x2.jpg") no-repeat bottom; /* color specified in case image unavailable */
}

/* images */
.main_menu .ekmenu_submenu_items a img, 
.main_menu .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;
}

.main_menu .ekmenu_linkimage, 
.main_menu .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;
}

.main_menu .ekmenu_linkimage_hover, 
.main_menu .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 */
.main_menu a.ekmenu_link, 
.main_menu a.ekmenu_link:link, 
.main_menu 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;
    padding: 4px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
    color: rgb(66, 60, 39); /* link text color */
    text-decoration: none; /* remove underlines */
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu a.ekmenu_link,
#intranet_menu .main_menu a.ekmenu_link:link,
#intranet_menu .main_menu a.ekmenu_link:visited {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_1.jpg") no-repeat bottom;
}

#generic_menu .main_menu a.ekmenu_link,
#generic_menu .main_menu a.ekmenu_link:link,
#generic_menu .main_menu a.ekmenu_link:visited {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_1.jpg") no-repeat bottom;
}

#purple_menu .main_menu a.ekmenu_link,
#purple_menu .main_menu a.ekmenu_link:link,
#purple_menu .main_menu a.ekmenu_link:visited {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_1.jpg") no-repeat bottom;
}

#green_menu .main_menu a.ekmenu_link,
#green_menu .main_menu a.ekmenu_link:link,
#green_menu .main_menu a.ekmenu_link:visited {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_1.jpg") no-repeat bottom;
}

#blue_menu .main_menu a.ekmenu_link,
#blue_menu .main_menu a.ekmenu_link:link,
#blue_menu .main_menu a.ekmenu_link:visited {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_1.jpg") no-repeat bottom;
}

#red_menu .main_menu a.ekmenu_link,
#red_menu .main_menu a.ekmenu_link:link,
#red_menu .main_menu a.ekmenu_link:visited {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_1.jpg") no-repeat bottom;
}

#bronze_menu .main_menu a.ekmenu_link,
#bronze_menu .main_menu a.ekmenu_link:link,
#bronze_menu .main_menu a.ekmenu_link:visited {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_1.jpg") no-repeat bottom;
}

.main_menu a.ekmenu_link:hover, 
.main_menu a.ekmenu_link:active, 
.main_menu 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;
    padding: 4px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
    color: rgb(0, 0, 0);  /* hovered-link text color */
    text-decoration: none; /* remove underlines */
    border-color: rgb(181, 166, 132);
    display: block; 
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu a.ekmenu_link:hover, 
#intranet_menu .main_menu a.ekmenu_link:active, 
#intranet_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(101, 101, 81) url("images/intranet/navbullet_generic_2.jpg") no-repeat bottom;
}

#generic_menu .main_menu a.ekmenu_link:hover, 
#generic_menu .main_menu a.ekmenu_link:active, 
#generic_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_2.jpg") no-repeat bottom;
}

#purple_menu .main_menu a.ekmenu_link:hover, 
#purple_menu .main_menu a.ekmenu_link:active, 
#purple_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(193, 186, 201) url("images/high_school/navbullet_purple_2.jpg") no-repeat bottom;
}

#green_menu .main_menu a.ekmenu_link:hover, 
#green_menu .main_menu a.ekmenu_link:active, 
#green_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(190, 205, 170) url("images/returning_adults/navbullet_green_2.jpg") no-repeat bottom;
}

#blue_menu .main_menu a.ekmenu_link:hover, 
#blue_menu .main_menu a.ekmenu_link:active, 
#blue_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(192, 149, 139) url("images/current_students/navbullet_blue_2.jpg") no-repeat bottom;
}

#red_menu .main_menu a.ekmenu_link:hover, 
#red_menu .main_menu a.ekmenu_link:active, 
#red_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(192, 149, 139) url("images/community/navbullet_red_2.jpg") no-repeat bottom;
}

#bronze_menu .main_menu a.ekmenu_link:hover, 
#bronze_menu .main_menu a.ekmenu_link:active, 
#bronze_menu .main_menu a.ekmenu_link:focus  {
    background : rgb(211, 202, 181) url("images/foundation/navbullet_bronze_2.jpg") no-repeat bottom;
}

.main_menu 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;
    padding: 4px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
    color: rgb(66, 60, 39);
    text-decoration: none; /* remove underlines */
    border-color : rgb(206, 190, 140);
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu a.ekmenu_link_selected {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_1.jpg") no-repeat bottom;
}

#generic_menu .main_menu a.ekmenu_link_selected {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_1.jpg") no-repeat bottom;
}

#purple_menu .main_menu a.ekmenu_link_selected {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_1.jpg") no-repeat bottom;
}

#green_menu .main_menu a.ekmenu_link_selected {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_1.jpg") no-repeat bottom;
}

#blue_menu .main_menu a.ekmenu_link_selected {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_1.jpg") no-repeat bottom;
}

#red_menu .main_menu a.ekmenu_link_selected {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_1.jpg") no-repeat bottom;
}

#bronze_menu .main_menu a.ekmenu_link_selected {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_1.jpg") no-repeat bottom;
}

.main_menu 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;
    padding: 4px 0px; /*padding: 5px 0px; *//* set all to zero for images */
    text-indent: 12px;
    color: rgb(0, 0, 0);
    text-decoration: none; /* remove underlines */
    border-color : rgb(161, 141, 112);
    display: block; 
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220); /* link row seperators */
}

#intranet_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(101, 101, 81) url("images/intranet/navbullet_generic_2.jpg") no-repeat bottom;
}

#generic_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(101, 101, 81) url("images/generic_pages/navbullet_generic_2.jpg") no-repeat bottom;
}

#purple_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(193, 186, 201) url("images/high_school/navbullet_purple_2.jpg") no-repeat bottom;
}

#green_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(190, 205, 170) url("images/returning_adults/navbullet_green_2.jpg") no-repeat bottom;
}

#blue_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(170, 195, 205) url("images/current_students/navbullet_blue_2.jpg") no-repeat bottom;
}

#red_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(192, 149, 139) url("images/community/navbullet_red_2.jpg") no-repeat bottom;
}

#bronze_menu .main_menu a.ekmenu_link_selected:hover {
    background: rgb(211, 202, 181) url("images/foundation/navbullet_bronze_2.jpg") no-repeat bottom;
}

#menubottom 
{
  position: relative;
  top: +1px;
  height: 30px;
  /* background: #FFFFFF url("images/general_shared/navbotcap.gif") no-repeat; */
}

