/* ================================================================ 
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; font-weight: bold; width:178px; position:relative;}
.menu ul {margin:0;list-style-type: none; margin-left: 0px; padding-left: 0px;}
.menu ul li {float:left;  position:relative; text-indent: 10px; margin-left: 0px; padding-left: 0px;}
.menu ul li a {display:block; text-decoration:none; color:#000000; width:178px; height:27px; 
text-align:left; border-right:1px solid #e1e1e1; background:#F2F2F3; line-height:27px; font-size:12px;}

.menu ul li a:visited {display:block; text-decoration:none; color:#000000; width:178px; height:27px; 
text-align:left; border-right:1px solid #e1e1e1; background:#F2F2F3; line-height:27px; font-size:12px;}


.menu ul li ul {display: none; font-size: 10px; text-indent: 8px; border: 1px #cccccc solid; border-top: none; margin-left: 0px; padding-left: 0px;}



/* specific to non IE browsers */
.menu ul li:hover a {color:#ffffff; background:#0876B3;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:178px; width:150px; font-size: 10px; border: 1px  #cccccc solid; border-top: none;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000000; font-size: 10px; border: 1px  #cccccc solid; border-top: none;}
.menu ul li:hover ul li:hover a.hide {width:150px; font-size: 10px; border: 1px  #cccccc solid; border-top: none;}
.menu ul li:hover ul li ul {display: none; font-size: 10px; border: 1px  #cccccc solid; border-top: none;}
.menu ul li:hover ul li a {display:block; background:#f2f2f3; color:#000000; width:150px; font-size: 10px; border: 1px  #cccccc solid; border-top: none;}
.menu ul li:hover ul li a:hover {background:#0876B3; color:#FFFFFF; font-size: 10px; border: 1px  #cccccc solid; border-top: none;}