/* ================================================================ 
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 */

.stick {
	/*border-top:2px solid #3081A3;*/
	background:#464646;
}

#rcm {
	width:179px;
}

#stimulus_nav {
	width:148px
}

.menu {
	width:800px;
	height:23px;
	position:relative;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	float:left;
	text-decoration:none;
	color:White;
	height:19px;
	padding:2px 14px;
	font-size:11px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul li {
	float:left;
	position:relative;
}

.menu ul li ul {
	display:none;
}

/* specific to non IE browsers */

.menu ul li:hover a {
	color:#84CEE0;
	background:#464646;
}

.menu ul li:hover ul {
	color:#84CEE0;
	display:block;
	position:absolute;
	top:23px;
	left:0px;
	border-bottom:1px solid #84CEE0;
	background:#464646;
	padding:4px 0;	
	width:110px;
}

.menu ul li:hover ul li a.hide {
	background:#464646;
	color:White;
}

.menu ul li:hover ul li:hover a.hide {
	color:#84CEE0;
	background:#313131;
}

.menu ul li:hover ul li ul {
	display:none;
}

.menu ul li:hover ul li a {
	display:block;
	background:#464646;
	color:White;
	width:82px;
}

.menu ul li:hover ul li a:hover {
	background:#313131;
	color:#84CEE0;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:100px;
	top:3px;
	color:#000;
}

.menu ul li:hover ul li:hover ul li a {
	display:block;
	background:#464646;
	color:White;
	width:82px;
}

.menu ul li:hover ul li:hover ul li a:hover {
	background:#313131;
	color:#84CEE0;
}
