/* ================================================================
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 {
	width: 188px;

	font-family: Verdana, sans-serif;
	position: relative;
	font-size: 12px;
	margin: 0;
	z-index: 100;
}
.menu2 ul {
	background: transparent;
	width: 188px;

	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu2 ul li ul {
	left: 188px;
	top: -1px;

	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
}

.menu2 ul li {
	float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
	color: #475E7F;
	font-weight: bold;
	font-size: 14px;

	width: 178px;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	border-bottom: solid 1px #A2A1A0;

	display:block;
	float:left;
	text-decoration:none;
	background:transparent;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {
	width: 188px;
	w\idth: 178px;
}

.menu2 table {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	position:absolute;
	left:0;
	top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover {
	background: #B3CDDC;
	color: #fff;
}

.menu2 ul li:hover {
	position:relative;
	z-index:90;
}
* html .menu2 ul li a:hover {
	position:relative;
	z-index:100;
}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
	background: #FFF;

	border: 1px solid #A2A1A0;
	border-bottom: 0px;

	visibility:visible;
	position:absolute;
	height:auto;
	overflow:visible;
}

.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a {
	color: #989797;
	font-weight: normal;
	font-size: 12px;

	line-height: 15px;
	padding: 5px 0 5px 10px;

	display:block;
	background:transparent;
	height:auto;
	text-decoration:none;
}
.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	background: #EFEFEF;
	color:#475E7F;
}

.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	left: 188px;
	top: -1px;

	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	background: #FEFEFE;
	color:#475E7F;

	border: solid 1px #A2A1A0;
	border-bottom: 0px;

	visibility:visible;
	position:absolute;
	height:auto;
	padding:0;
	list-style-type:none;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	background:transparent;
	color:#989797;

	display:block;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background: #EFEFEF;
	color: #475E7F;
}
