﻿/* FLEX MENU STYLES */
/*                                                                          */
/* 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.     */
/*                                                                          */

.fmwnu a
{
                color:#000000;
}

.fmwnu .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
     /*color:#0000ff;
   width: 148px;*/
    /*font-size: 80%;
    font-family: Sans-Serif;*/

}

.fmwnu .ekflexmenu_submenu,
.fmwnu .ekflexmenu_submenu_hover,
.fmwnu .ekflexmenu_submenu_parent,
.fmwnu .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	top: 0px;
	left: 0px;
}

.fmwnu ul
{
	/* UL; a container for menu list items (useful for non-graphical browsers). 
	list-style: none;
	margin: 0px;
	padding: 0px;*/
/*PW
list-style-type:none;
padding:0px;
margin:10px 0px 0px 0px;
background-color:#eaecf3;
border-top:1px solid #8994bd;*/
list-style:none;
margin:0px;
padding:0px;
}

.fmwnu li
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;*/
	/* PW
border-bottom:1px solid #8994bd;
	padding:0px;
margin:0px;*/
line-height:170%;
border-bottom:1px dashed #ffffff;
}

.fmwnu ul li ul
{
	/* UL; a container for menu list items (useful for non-graphical browsers). 
	list-style: none;
	margin: 0px;
	padding: 0px;*/
	list-style-type:none;
padding:0px;
margin:0px;

}

.fmwnu ul li ul li
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;text-indent:10px;*/
/* PW
border-bottom:1px solid #ebecef;

padding:2px 0px 2px 0px;
margin:0px;*/
margin:0px;
padding:2px 0px 2px 0px;
border-bottom:1px dashed #daf1fd;
line-height:16px;
}

.fmwnu li li:last-child
{
border-bottom:none;
}

.fmwnu .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
}

.fmwnu .ekflexmenu_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). */
	display: none;
		    
}

/* Button menu items, controls visibility of associated sub-menus */
.fmwnu .ekflexmenu_button
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    /* PW
font-weight: normal;/*
    /*color:#14287c; this is breaking the colors*/

/* PW 
text-decoration:none;
line-height:14px;
padding:5px 0px 5px 10px;
display:block;
font-size:60%;*/
background-color:#daf1fd;
border-left:solid 6px #daf1fd;
padding-left:2px;
width:172px;
text-decoration:none;
color:#000000;
display:block;
}


.fmwnu .ekflexmenu_button:hover,
.fmwnu .ekflexmenu_button_hover
{
	/*PW 
	font-weight: normal;
    background-color:#9287bc;
color:#000000;
text-decoration:none;
line-height:14px;*/
/*width:152px;*/
	
/*padding:5px 0px 5px 10px;
display:block;
font-size:60%;*/
background-color:#daf1fd;
border-left:solid 6px #007caa;
padding-left:2px;
width:172px;
text-decoration:none;
color:#000000;
display:block;
    	    
}
.fmwnu .ekflexmenu_button_selected
{
    /*PW font-weight: normal;
    background-color:#9287bc;
color:#ffffff;
text-decoration:none;
line-height:14px;*/
/*width:152px;*/
/*padding:5px 0px 5px 10px;
display:block;
font-size:60%;*/
/*display:block;
font-size:60%;*/
background-color:#daf1fd;
border-left:solid 6px #daf1fd;
padding-left:2px;
width:172px;
text-decoration:none;
color:#000000;
display:block;   
}
.fmwnu .ekflexmenu_button_selected_hover,
.fmwnu .ekflexmenu_button_selected_hover:hover,
.fmwnu .ekflexmenu_button_selected_hover:active
{
/* PW
font-weight: normal;
    background-color:#9287bc;
color:#ffffff;
text-decoration:none;
line-height:14px;
padding:5px 0px 5px 10px;
display:block;
font-size:60%;*/
background-color:#daf1fd;
border-left:solid 6px #007caa;
padding-left:2px;
width:172px;
text-decoration:none;
color:#000000;
display:block;
}

/* images 
.fmwnu .ekflexmenu_submenu_items a img, 
.fmwnu .ekflexmenu_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. 
	border-width: 0px;
		    
}*/

/* Link menu items */
.fmwnu a.ekflexmenu_link, 
.fmwnu a.ekflexmenu_link:link, 
.fmwnu a.ekflexmenu_link:visited {
  /* PW
 background-color:#ffffff;
    text-decoration:none;
line-height:14px;
    color:#14287c;
padding:5px 0px 5px 20px;
display:block;
font-size:60%;*/
  
  background-color:#ffffff;
border-left:solid 6px #ffffff;
padding-left:12px;
width:162px;
text-decoration:none;
color:#000000;
display:block;

}

.fmwnu a.ekflexmenu_link:hover, 
.fmwnu a.ekflexmenu_link:active, 
.fmwnu a.ekflexmenu_link:focus  {
/* PW
background-image:url(/web/20110330222024im_/http://www.world-nuclear-university.org/images/menuli.gif);
background-repeat:no-repeat;
background-position:left center;
background-color:#fb872c;
color:#ffffff;
text-decoration:none;
line-height:14px;*/
/*width:152px;*/
/* PW
padding:5px 0px 5px 20px;
margin:0px;
vertical-align:middle;
display:block;
font-size:60%;*/
background-color:#ffffff;
border-left:solid 6px #007caa;
padding-left:12px;
width:162px;
text-decoration:none;
color:#666666;
display:block;

}

.fmwnu a.ekflexmenu_link_selected {
/*PW 
background-image:url(/web/20110330222024im_/http://www.world-nuclear-university.org/images/menuli.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#fb872c;
color:#ffffff;
text-decoration:none;
line-height:14px;*/
/*width:152px;*/
/* PW
padding:5px 0px 5px 20px;
margin:0px;
vertical-align:middle;
display:block;
font-size:60%;*/
background-color:#ffffff;
border-left:solid 6px #007caa;
padding-left:12px;
width:162px;
text-decoration:none;
color:#666666;
display:block;
}

.fmwnu a.ekflexmenu_link_selected:hover {
/* PW
background-image:url(/web/20110330222024im_/http://www.world-nuclear-university.org/images/menuli.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#fb872c;
color:#ffffff;
text-decoration:none;
line-height:14px;*/
/*width:152px;*/
/* PW
padding:5px 0px 5px 20px;
display:block;*/
background-color:#ffffff;
border-left:solid 6px #007caa;
padding-left:12px;
width:162px;
text-decoration:none;
color:#666666;
display:block;
  	    
}

/* PW May need re-creating for WNU

#maincontent #subcolumn1 .fmwnu .ekflexmenu_button_selected{
color:#ffffff;
}

#maincontent #subcolumn1 a:active {
font-size:60%;
}

#maincontent #subcolumn1 .fmwnu a.ekflexmenu_link_selected {
color:#ffffff;
}*/
/*
     FILE ARCHIVED ON 22:20:24 Mar 30, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:48:34 Dec 14, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/