/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this scriptt and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_5.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer ul li {
	float:left;
}

#submenus ul.none {display:none;}
#submenus ul.yes {display:inline-block;}
#submenus ul.yes {display:inline;}
#submenus ul li {float:left;}

#selected ul {display:inline-block;}
#selected ul {display:inline;}
#selected ul li {float:left;}

