﻿/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single FlexMenu 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 FlexMenu        */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */
/*    The server control will cast these filenames to lower before use!     */
/*                                                                          */
/*    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.     */
/*  
*/
#menu ul {
	list-style:none;
	background-color:transparent;	
	color:white;
	margin-right:auto;
	margin-left:auto;
}

#menu ul a{
	color:white;
	text-decoration:none;
	text-align:center;
}

#menu ul li li{
	list-style:none;
	background-image:url(/cms400min/images/menu_repeat_down.png);
	background-repeat:repeat;
	width:180px;
	
}
img.arrow {
margin-left:-20px;
margin-top:5px;
}

#menu ul li li a{
width:170px;
padding:5px;
text-align:left;
font-weight:bold;
font-family:verdana;
font-size:.9em;
}

#menu ul li li a:hover{
text-align:left;
background-image:url(/cms400min/images/menu_repeat_hover.png)!important;
background-repeat:repeat!important;
}

#menu li ul li ul li {
	
}
.mainmenu .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    color: #ffffff;
    min-height: 15px; 
	padding-left:15px;
	display: block;
	font-family: Georgia; 
	font-size: 12px;
	position: relative;
	float: left;
	margin-left: 5px; 
	z-index: 99999!important;
}

.mainmenu UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ffffff;	
}
.mainmenu LI
{
	float: left;
	display: block;
	position: relative;
	font-family: Georgia; 
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;	
	text-align: center;	
}

.mainmenu LI a
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	min-height: 15px; 
	text-decoration: none;
	font-weight: bold;	
}

.mainmenu LI a:hover
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	min-height: 15px; 
	text-decoration: none;
	font-weight: bold;
	
}
 
.mainmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0px;
	
}

.mainmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items_hidden
{
	display: none;
}

.mainmenu UL LI UL LI
{
	
	border: 0px; 
	clear: both; 
	min-height: 20px; 
	font-weight: normal; 
	position: relative; 
}


.mainmenu UL LI UL LI .ekflexmenu_link
{
	
	text-align: left; 
	position: relative; 
	z-index: 100 !important;	
}

.mainmenu UL LI UL LI .ekflexmenu_link a
{
	text-align: left; 
	font-weight: normal;	
}

.mainmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	position: absolute;
	left: 0px;
	top: 100%;	
	font-size: 12px;
	display: block;
	border: 0px;		
	text-align: left;	
	z-index: 99999 !important;
}

.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;	
	z-index: 99999 !important;
}

.mainmenu .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.mainmenu .ekflexmenu_button,
.mainmenu .ekflexmenu_button_hover,
.mainmenu .ekflexmenu_button_selected,
.mainmenu .ekflexmenu_button_selected_hover
.mainmenu .ekflexmenu_button_visited
{  
    min-height: 15px; 
    text-decoration: none;
}

.mainmenu A
{
	text-decoration: none;
}

.mainmenu .ekflexmenu_submenu,
.mainmenu .ekflexmenu_submenu_hover,
.mainmenu .ekflexmenu_submenu_parent,
.mainmenu .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	position: relative;
}

.mainmenu .ekflexmenu_link
{
	padding: 0px;
	min-height: 15px; 
	float: left;
	border: 0px; 
	display: block;	
}

.mainmenu a.ekflexmenu_link:hover, 
.mainmenu a.ekflexmenu_link:active, 
.mainmenu a.ekflexmenu_link:focus,
.mainmenu a.ekflexmenu_link_selected
{	 
	padding: 0px; 
	min-height: 15px;  
	border: 0px; 
	display: block; 
}

.mainmenu .ekflexmenu_menu_level_1 .ekflexmenu_startlevel .ekflexmenu_submenu a:hover
{
	
}

.mainmenu .ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link:hover{}

.mainmenu a.ekflexmenu_link, 
.mainmenu a.ekflexmenu_link:link, 
.mainmenu a.ekflexmenu_link:visited {
    padding: 0px;
    color: #ffffff;
    display: block; 
    width: 100%;
    border-bottom: 0px solid ;
    white-space: normal;    
    z-index: 100 !important;
}

.mainmenu .ekflexmenu_startlevel a
{
    
    
}

.mainmenu .ekflexmenu_startlevel a:hover
{
}


.ekflexmenu_submenu_items ul li

{
    text-align:left;
}
