/* ================================================================ 
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: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; width:183px; position:relative; margin:0; font-size:10px; margin:0; z-index:999;}
.menu li {	/* create borders around each item */
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	margin:0;
	

}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
.menu ul li a, .menu ul li a:visited {font-weight:bold; display:block; text-decoration:none; color:#2a2a2a; width:176px; text-align:left; background:#e0e0e0; line-height:17px; font-size:10px; padding-top: 5px; padding-left: 20px; padding-bottom: 5px; background-image:url(../images/leftnavbullet.gif); background-repeat:no-repeat; background-position: 12px 12px; }
.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:#000; background:#eeeeee;background-image:url(../images/leftnavbullet.gif); background-repeat:no-repeat; background-position: 12px 12px;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:197px; width:197px; margin-top: -1px; margin-left: -1px;}
.menu ul li:hover ul li a.hide {background:#e0e0e0; color:#2a2a2a;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#eeeeee; color:#333333; width:150px; border-right: #fff solid 1px; border-left: #fff solid 1px; padding-left: 21px;background-image:url(../images/leftnavbullet.gif); background-repeat:no-repeat; background-position: 12px 12px;}
.menu ul li:hover ul li a:hover {background:#e0e0e0; color:#333333;background-image:url(../images/leftnavbullet.gif); background-repeat:no-repeat; background-position: 12px 12px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#333333;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#fff0c8; color:#333333;}
.menu ul li:hover ul li:hover ul li a:hover {background:#e0e0e0; color:#fff;}
