/* ================================================================ 
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:165px;
	position:static;
	float: left;
	font-size:95%;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	text-align: left;
	z-index: 2;
}


.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:145px;
	text-align:left;
	line-height:110%;
	font-size:100%;
	padding-left: 20px;
	background-color: #9E0A0A;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
}

.menubot {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	width: 167px;
	}


.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	text-align: left;
}
.menu ul li {
	float:left;
	margin-right:0;
	position:relative;
	text-align: left;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#FFFFFF;
	background-color: #003399;
}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:167px; width:280px;}
.menu ul li:hover ul li a.hide {
	background:#dfc184;
	color:#000;
	width: 280px;
}
.menu ul li:hover ul li:hover a.hide {width:280px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:280px;
	background-color: #9CABCA;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.menu ul li:hover ul li a:hover {
	color:#000;
	background-color: #ffcc99;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:300px; top:0; color:#000;}

.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:280px;
	color:#000;
	background-color: #ffcc99;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color:#fff;
	background-color: #c09871;
}
/*right menu*/

.
