  @charset "UTF-8";
/* ================================================================ 
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 */
.mainmenu {
	font-family: arial, helvetica, sans-serif;
	width:174px;
	position:relative;
	margin:0;
	font-size:12px;
	z-index:5;
	padding:0;
}
.mainmenu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFF;
	width:167px;
	border:1px solid #fff;
	border-width:0 0 1px 0;
	line-height:23px; /* update this value to increase the height of the nav links */
	text-align:left;
	padding:0 0 0 7px;
	margin:0;
	background:#14639c;
}
.mainmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.mainmenu ul li {
	float:left;
	position:relative;
	background:none;
	padding:0;
	margin:0;
}
.mainmenu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.mainmenu ul li:hover a {
	color:#fff!important;
	background:#fb6b01;
}
.mainmenu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:174px;
	width:167px;
}

.mainmenu a:link.hide, .mainmenu a:visited.hide {
	background:  url(/css2/images/arrow.gif) #14639c right no-repeat;
	color:#FFF;
}
.mainmenu a:active.hide, .mainmenu a:hover.hide {
	background:  url(/css2/images/arrow.gif) #fb6b01 right no-repeat;
	color:#FFF;
}
.mainmenu ul li:hover ul li a.hide {
	background: url(/css2/images/arrow.gif) #0d4268 right no-repeat;
	color:#FFF;
}
.mainmenu ul li:hover ul li a:hover.hide {
	background: url(/css2/images/arrow.gif) #fb6b01 right no-repeat;
	color:#FFF;
}
.mainmenu ul li:hover ul li:hover a.hide {
	width:167px;
}
.mainmenu ul li:hover ul li ul {
	display: none;
}
.mainmenu ul li:hover ul li a {
	display:block;
	background:#0d4268;
	border:1px solid #fff;
	color:#FFF;
	width:167px;
}
.mainmenu ul li:hover ul li a:hover {
	background:#fb6b01;	
	color:#000;
}
.mainmenu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:170px;
	top:0;
	color:#000;
	z-index: 10;
}
.mainmenu ul li:hover ul li:hover ul li a {
	display:block;
	width:167px;
	background:#0d4268;
	color:#000;
}
.mainmenu ul li:hover ul li:hover ul li a:hover {
	background:#fb6b01;
	color:#fff;
}
