/* ================================================================ 
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.
=================================================================== */
/* common styling */
.menu {font-family: "Trebuchet MS", arial, sans-serif; width:200px; position:relative; margin:0; font-size:13px; font-weight:bold;background:#edcd9c; margin: 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; background:#edcd9c; color:#873B10; width:198px; height:20px; text-align:left;  border-width:0;  line-height:19px; font-size:13px;}
.menu ul {padding:5px; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; width:200px;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover {position:relative;}
.menu ul li:hover a {color:#00b5a7;background:#edcd9c; } 
.menu ul li:hover ul {display:block; position:absolute; top:0; left:190px; width:200px;background:#edcd9c;}
.menu ul li:hover ul li a.hide {background:#efe7bb; color:#873b10;}
.menu ul li:hover ul li:hover a.hide {width:200px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#efe7bb; color:#873b10; width:200px;}
.menu ul li:hover ul li a:hover {background:#efe7bb; color:#00b5a7;}
.menu ul li:hover ul li a.store:hover {background:#efe7bb; color:#2b4b3c;}
.menu ul li:hover ul li a.chakra:hover {background:#efe7bb; color:#19555d;}
.menu ul li:hover ul li a.candle:hover {background:#efe7bb; color:#6aa366;}
.menu ul li:hover ul li a.gratitude:hover {background:#efe7bb; color:#4b3c25;}
.menu ul li:hover ul li a.gift:hover {background:#efe7bb; color:#ec8936;}
.menu ul li:hover ul li a.meditations:hover {background:#edcd9c; color:#2a3b42;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:190px; width:200px; top:0; color:#00b5a7;background:#edcd9c;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#edcd9c; color:#00B5A7;}
.menu ul li:hover ul li:hover ul li a:hover {background:#efe7bb; color:#00b5a7;}




/* CSS Document */
