﻿/* 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.     */
/*                                                                          */

.fmpw a
{
                color:#14287c;
}

.fmpw .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
     /*color:#0000ff;
   width: 148px;*/
    /*font-size: 80%;
    font-family: Sans-Serif;*/

}

.fmpw .ekflexmenu_submenu,
.fmpw .ekflexmenu_submenu_hover,
.fmpw .ekflexmenu_submenu_parent,
.fmpw .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	top: 0px;
	left: 0px;
}

.fmpw 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:10px 0px 0px 0px;
background-color:#eaecf3;
border-top:1px solid #8994bd;
}

.fmpw li
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;*/
	border-bottom:1px solid #8994bd;
	padding:0px;
margin:0px;
}

.fmpw 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;

}

.fmpw ul li ul li
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;text-indent:10px;*/
border-bottom:1px solid #ebecef;

padding:0px 0px 0px 0px;
margin:0px;
}

.fmpw .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
}

.fmpw .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 */
.fmpw .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). */
    font-weight: normal;
    /*color:#14287c; this is breaking the colors*/

text-decoration:none;
line-height:14px;
padding:5px 0px 5px 10px;
display:block;
font-size:60%;
}


.fmpw .ekflexmenu_button:hover,
.fmpw .ekflexmenu_button_hover
{    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%;
    	    
}
.fmpw .ekflexmenu_button_selected
{
    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%;


		    
}
.fmpw .ekflexmenu_button_selected_hover,
.fmpw .ekflexmenu_button_selected_hover:hover,
.fmpw .ekflexmenu_button_selected_hover:active
{
    font-weight: normal;
    background-color:#9287bc;
color:#ffffff;
text-decoration:none;
line-height:14px;
padding:5px 0px 5px 10px;
display:block;
font-size:60%;}

/* images 
.fmpw .ekflexmenu_submenu_items a img, 
.fmpw .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 */
.fmpw a.ekflexmenu_link, 
.fmpw a.ekflexmenu_link:link, 
.fmpw a.ekflexmenu_link:visited {
   background-color:#ffffff;
    text-decoration:none;
line-height:14px;
    color:#14287c;
padding:5px 0px 5px 20px;
display:block;
font-size:60%;
}

.fmpw a.ekflexmenu_link:hover, 
.fmpw a.ekflexmenu_link:active, 
.fmpw a.ekflexmenu_link:focus  {
background-image:url(images/menuli.gif);
background-repeat:no-repeat;
background-position:left center;
background-color:#fb872c;
color:#ffffff;
text-decoration:none;
line-height:14px;
/*width:152px;*/
padding:5px 0px 5px 20px;
margin:0px;
vertical-align:middle;
display:block;
font-size:60%;
}

.fmpw a.ekflexmenu_link_selected {
background-image:url(images/menuli.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#fb872c;
color:#ffffff;
text-decoration:none;
line-height:14px;
/*width:152px;*/
padding:5px 0px 5px 20px;
margin:0px;
vertical-align:middle;
display:block;
font-size:60%;
}

.fmpw a.ekflexmenu_link_selected:hover {
background-image:url(images/menuli.gif);
background-repeat:no-repeat;
background-position:left;
background-color:#fb872c;
color:#ffffff;
text-decoration:none;
line-height:14px;
/*width:152px;*/
padding:5px 0px 5px 20px;
display:block;
  	    
}

#maincontent #subcolumn1 .fmpw .ekflexmenu_button_selected{
color:#ffffff;
}

#maincontent #subcolumn1 a:active {
font-size:60%;
}

#maincontent #subcolumn1 .fmpw a.ekflexmenu_link_selected {
color:#ffffff;
}