/* ================================================================ 
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 */
body {
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	font-size: 0.6em;
	font-family: Lucinda Grande, Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

.menu {width:110px; height:398px; position:relative; margin:0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:110px; height:auto; text-align:left; padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; border: 1px solid #797979; background:#d5d5d5;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#ffffff; background:#81bdf3;}
.menu ul li:hover ul {display:block; position:absolute; top:19px; left:0; width:110px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#ffffff;}
.menu ul li:hover ul li:hover a.hide {width:110px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#d5d5d5; color:#000; width:110px;}
.menu ul li:hover ul li a:hover {background:#81bdf3; color:#ffffff;}

