/* ================================================================ 
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: Arial, sans-serif; width:164px; height:250px; position:relative; font-size:15px;font-weight:bold;}
.menuitem { padding-bottom:3px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color: #fff; text-align:right; font-size:15px;font-weight:bold;}
.menu ul {padding:0; list-style-type: none; }
.menu ul li {float:left; width:164px; position:relative;}
.menu ul li ul {display: none;}
.menu ul a.hide {height:100%; padding-right:15px;}
.menuitem:hover {background-color:#fff; color:#76acb6;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}


/* specific to non IE browsers */
/*.menu ul li:hover a {}*/
.menu ul li:hover a.hide {color:#76acb6; background:#fff;border-right: #76acb6 solid 1px;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:164px; background:#76acb6; color:#fff; margin-right:0px; padding:0px;}
.menu ul li:hover ul li {border:#fff solid 1px; margin-bottom:-1px; width:164px; }
.menu ul li:hover ul li:hover {}
.menu ul li:hover ul li a{	font-family:Arial, sans-serif; font-weight:bold; line-height:100%;font-size:12px; padding:5px 5px 4px 5px;}
.menu ul li:hover ul li a:hover{ color: #76acb6;}
.menu ul li:hover ul li:hover{ background:#fff;}
.menu ul li:hover ul li a{padding-left:5px; padding-right: 8px; text-align:left;}








