/* ================================================================
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/example_flyout.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 */
.menu2{font-family: arial, sans-serif; width:180px; height:180px; position:absolute; left: 10px; text-align: left; font-size:11px; margin-left:30px 0; z-index:100; top: 5px;}

.menu2 .head { color: red; font-weight: bold; font-size: 10pt; text-align: left; }

.menu2 ul {padding:0; margin:0; list-style-type: none; background:#A8AAAC; width:180px; height:180px; border:1px solid #A8AAAC;}
.menu2 ul ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; top:-1px; border:1px solid #fff; height:auto; width:180px;}

.menu2 table {border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:-1px;}
.menu2 ul li {float:left; width:180px;}

.menu2 ul li a {display:block; float:left; text-decoration:none; color:#fff; width:100%; height:20px; line-height:20px; font-size:11px; text-indent:5px;}

.menu2 ul li:hover {position:relative;}
.menu2 ul li a:hover {background:#C1C1C1; color:#fff; position:relative;}
.menu2 ul li:hover > a { color:#fff;}

.menu2 ul :hover ul {left:150px; height:auto; background:#C1C1C1;}
.menu2 ul :hover ul ul {left:-9999px;}

.menu2 ul :hover ul li {width:164px; padding:3px 5px; color: red; font-weight: bold; z-index: 100;}
.menu2 ul :hover ul li a {display:block; background:#C1C1C1; color:#fff; line-height:15px; height:auto; text-decoration:none; text-indent:0;}
.menu2 ul :hover ul li a:hover {color:#000;}
.menu2 ul :hover ul li:hover > a{color:#000;}

.menu2 ul :hover ul :hover ul {left:150px; height:auto; background:#CDCDCD; z-index: 100;}
* html .menu2 ul :hover ul :hover ul {top:-3px;}
.menu2 ul :hover ul :hover ul ul {left:-9999px;}

.menu2 ul :hover ul :hover ul li { width: 164px; z-index: 100; }
.menu2 ul :hover ul :hover ul li a { text-indent: -.7em; padding-left: 1em; background:#CDCDCD; padding-right: 1px;}

.menu2 ul :hover ul :hover ul :hover ul {left:170px; height:auto; background:#D7D7D7; z-index: 100;}
* html .menu2 ul :hover ul :hover ul :hover ul {top:-3px;}
