﻿/*                                                                          */
/* 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.     */
/*                                                                          */

.conformitySideMenu .ekmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: #FFFFFF; /* default text color */
    width: 120px; /* entire menu width, can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 10px;
    font-family:Tahoma;
	clear: left;	
	background: #11558a;
	/*background:url('../images2/trans_in_white.png') !important; /* For all 'normal' browsers * /
	background:none;
	filter:none !important 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images2/trans_in_white.png');
*/
	border: 0px solid #ccc;
	border-top: 0;
	padding: 5px 0px 5px 0px;
	height: 110px;
}


.conformitySideMenu .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: visible;
	/*top: -10000px;
	left: 0px;
	height: 1px;
	width: 1px;*/
}

.conformitySideMenu .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: visible;
	/*top: -10000px;
	left: 0px;
	height: 1px;
	width: 1px;*/
}

.conformitySideMenu .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: visible;
	/*top: -10000px;
	left: 0px;
	height: 1px;
	width: 1px;

*/
}

.conformitySideMenu .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 */
	
}

.conformitySideMenu .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 */
}

.conformitySideMenu .ekmenu_submenu,
.conformitySideMenu .ekmenu_submenu_hover,
.conformitySideMenu .ekmenu_submenu_parent,
.conformitySideMenu .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. */
	/*list-style-type:circle;
	display:block;
*/
	display:inline;
	position: relative;
	top: 0px;
	right: 0px;		
	
}

.conformitySideMenu .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;
}

.conformitySideMenu .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: #FFFFFF; /* 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%;
}

.conformitySideMenu .ekmenu_button_selected .ekmenu_accessible_submenu_btnlink, 
.conformitySideMenu .ekmenu_button_selected_hover .ekmenu_accessible_submenu_btnlink 
{
	/*  */
	/* Typical parent element: span.ekmenu_button */
    color: #FFFFFF; /* 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%;
}

.conformitySideMenu .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;
}

.conformitySideMenu .ekmenu_unorderedlist 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* Typical parent element: div.ekmenu_submenu_items */
	margin: 0px;
	padding-left: 1px;

	/*list-style-type:square ;*/
}

.conformitySideMenu .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-right: 8px;	
	display:inline-block ;
*/	
	
}

.conformitySideMenu .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: 0px; /* solid 2px rgb(71, 71, 71); */
    padding-left:5px;
    
}

.conformitySideMenu .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 */
.conformitySideMenu .ekmenu_submenu_items .ekmenu_submenu_items, 
.conformitySideMenu .ekmenu_submenu_items .ekmenu_submenu_items_hidden, 
.conformitySideMenu .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 */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */

}

/* Button menu items, controls visibility of associated sub-menus */
.conformitySideMenu .ekmenu_button, 
.conformitySideMenu .ekmenu_button_hover
{
	/* 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 5px;
    color: #FFFFFF; /* button-title text color */
    background: transparent;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    list-style-type:circle;
    cursor:hand;
}
.conformitySideMenu .ekmenu_button_selected, 
.conformitySideMenu .ekmenu_button_selected_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 5px;
    color: #FFFFFF; /* button-title text color */
    background: transparent;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    cursor:hand;
    text-decoration:underline blink;
}

/* images */
.conformitySideMenu .ekmenu_submenu_items 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;
}
.conformitySideMenu .ekmenu_linkimage, 
.conformitySideMenu .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;
}
.conformitySideMenu .ekmenu_linkimage_hover, 
.conformitySideMenu .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 */
.conformitySideMenu a.ekmenu_link, 
.conformitySideMenu a.ekmenu_link:link,
.conformitySideMenu 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: 5px 5px; /* set all to zero for images */
    text-indent: 0px;
    color: #FFFFFF; /* link text color */
    text-decoration: none; /* remove underlines */
    font-size: 10px;
    font-family: Tahoma;  
    font-weight:bold;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 0px; /* 1px solid rgb(220, 220, 220);*/ /* link row seperators */
    cursor:hand;
}
/*.ekmenu_submenu_items a:hover */
.conformitySideMenu a.ekmenu_link:hover, 
.conformitySideMenu a.ekmenu_link:active, 
.conformitySideMenu 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: 5px 5px; /* set all to zero for images */
    text-indent: 0px;
    color: #acccea;    
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 0px; /* 1px solid rgb(220, 220, 220);*/ /* link row seperators */
    font-weight:bold;
}

.conformitySideMenu 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: 5px 5px; /* set all to zero for images */
    text-indent: 0px;
	color: #FFFFFF;
	font-size: 10px;
    font-family: Tahoma;   
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 0px; /* 1px solid rgb(220, 220, 220);*/ /* link row seperators */
    text-decoration:underline;
    font-weight:bold;
}
.conformitySideMenu 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: 5px 5px; /* set all to zero for images */
    text-indent: 0px;
    font-size: 10px;
    font-family: Tahoma;       
    color: #FFFFFF;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 0px; /* 1px solid rgb(220, 220, 220);*/ /* link row seperators */
    font-weight:bold;
}