/* ================================================================ 
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;
	width:173px;
	height:150px;
	position:relative;
	font-size:12px;
	background-color: #DFDDD1;
	color: #2E4A8B;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 5px;
	background-position: top;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#2E4A8B;
	width:168px;
	height:25px;
	text-align:left;
	line-height:25px;
	font-size:12px;
	background-color: #DFDDD1;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.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-color: #FDF59D;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:-1px;
	left:175px;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#FDf59D;
	color:#2E4A8B;
}
.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;
	color:#2E4A8B;
	width:150px;
	background-color: #DFDDD1;
}
.menu ul li:hover ul li a:hover {
	color:#000;
	background-color: #FDF59D;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:151px;
	top:0;
	color:#000;
}
.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	color:#000;
	background-color: #FDF59D;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color:#000;
	background-color: #FDF59D;
}
p {
	line-height: 1.7em;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #d7dace;
	padding-left: 7px;
	color: #1b1d36;
	text-align: center;
}
.BLUE {
	font-weight: bold;
	color: #005BB7;
}
.italic {
	font-style: italic;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tablelayout_middle {
	border-left-width: 0px;
	border-left-style: none;
	margin-left: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6A6A6A;
}
