@charset "utf-8";

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {font-family: helvetica, verdana, arial, sans-serif; width:165px; position:absolute; z-index:2; font-size:11pt; margin:5px 20px 10px -20px; _margin: 5px 20px 0 -18px; left:0px; line-height:14pt;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:165px; text-align:right; border:0; font-size:10pt;
}
.menu ul {padding:0; margin:0; list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; width:158px; padding-bottom:12px;  }
.menu ul ul {position:absolute; left:-9999px; padding-top:5px; border:2px #ccc solid;}

.menu ul table {border-collapse:collapse; width:0; height:0; position:absolute; left:0; top:0;}

.menu ul li a:hover {color:#000; background:; text-decoration:none; }
.menu ul li:hover a {color:#000; background:;}
.menu ul li:hover > a {color:#39719f; background:;}

.menu ul :hover ul {top:0; left:165px; width:165px; background:#cfdde1; padding-left:20px;}
.menu ul :hover ul ul {left:-9999px; }
.menu ul :hover ul li a {background:#cfdde1; color:#000; width:158px;  text-align:left; padding-left:7px; padding-right:0; }
.menu ul :hover ul li a:hover {background:#cfdde1; color:#39719f; padding-bottom:0px;}
.menu ul :hover ul li:hover > a {background:#cfdde1; color:#39719f; padding-bottom:0px;}

.menu ul :hover ul :hover ul {left:151px; top:0; color:#005696;}
.menu ul :hover ul :hover ul ul {left:-9999px;}
.menu ul :hover ul :hover ul li a {width:150px; background:#cfdde1; color:#000;}
.menu ul :hover ul :hover ul li a:hover {background:#cfdde1; color:#005696;}
.menu ul :hover ul :hover ul li:hover > a {background:#cfdde1; color:#005696;}

.menu ul :hover ul :hover ul :hover ul {left:151px; top:0; color:#000;}
.menu ul :hover ul :hover ul :hover ul li a {width:150px; background:#cfdde1; color:#005696;}
.menu ul :hover ul :hover ul :hover ul li a:hover {background:#a63; color:#fff;}



