/*                                                                          */
/* 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.     */
/*                                                                          */

.savedotcom_footer .ekmenu 
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif; 
    white-space: nowrap;
    width:310px;
    margin-left: auto;
    margin-right:auto;
    padding-top:2px;   

}

.savedotcom_footer .ekmenu_menu_seperator
{
	/* SPAN; A seperator element that may be used to aid         */
	/* in formatting menu buttons, etc.                          */	
	/* Typical parent element: li.ekmenu_unorderedlist_item      */
	/*                                                           */
	/* Show seperators between top-level menu buttons:           */
	width:1px;
	height: 12px;
    float:left;
	background-color: white;
	
	margin: 2px 2px 0px 2px;
}




.savedotcom_footer .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;
	padding: 0px;
   
}

.savedotcom_footer .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: 2px;
	float:left;

}



.savedotcom_footer a.ekmenu_link {
    margin: 0px 2px 0px 2px; 
    color: white;
    text-decoration: none; 
    width: 100%; 
    
}

.savedotcom_footer a.ekmenu_link:hover {
    margin: 0px 2px 0px 2px; 
    color: white;
    text-decoration: none; 
    border-color: rgb(181, 166, 132);
	width: 100%;
    
}

.savedotcom_footer a.ekmenu_link_selected {
   margin: 0px 2px 0px 2px; 
    text-decoration: none; /* remove underlines */
    color: white;
  width: 100%;
    
}
.savedotcom_footer a.ekmenu_link_selected:hover {
   margin: 0px 2px 0px 2px; 
    
	color: white;
    border-color : rgb(161, 141, 112);
	width: 100%;
    
}

