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

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* REMOVED INDIVIDUAL COLOUR SCHEME */
/* specific to non IE browsers */
/*.menu ul li:hover a {background:rgb(0,0,88);}
.menu ul li:hover ul li a.hide {background:rgb(0,0,88);}
.menu ul li:hover ul li a {background:rgb(0,0,88);}
.menu ul li:hover ul li a:hover {background:rgb(0,0,88);}
.menu ul li:hover ul li:hover ul li a {background:rgb(0,0,88);}
.menu ul li:hover ul li:hover ul li a:hover {background:rgb(0,0,88);}*/

/* personal style */
/* level 1	*/
/*#menu_home > a { background:rgb(0,0,88); font-weight: bold; }*/

/* level 2 */
/*#menu_home ul { display: block; width: 200px; }
#menu_home:hover ul { display: block; position: relative; left: 0; }
#menu_home ul li a { padding-left: 30px; width: 200px; background:rgb(0,0,88); }*/

/* level 3 */
/*#menu_home ul li ul { display: block; width: 200px;}
#menu_home:hover ul li ul { display: block; position: relative; left: 0; }
#menu_home ul li ul li a { padding-left: 50px; width: 180px; background:rgb(0,0,88);}*/