/* ================================================================ 
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_1 {
		position:relative; margin:0;
		font-size:12px;
		font-weight:bold;
		margin:0 0 0 0;
		z-index:5;
		text-transform:uppercase

}
.menu_1 ul li a, .menu_1 ul li a:visited {
		display:block;
		text-decoration:none;
		color: #000;
		text-align:left;
		z-index:5;
		padding:5px 5px 2px 5px;
		border-bottom:1px solid #ccc;

}
.menu_1 ul {
		padding:0;
		margin:0;
		list-style-type: none;
		
}
.menu_1 ul li {
		margin-right:1px;
		position:relative;
		z-index:5;
}
.menu_1 ul li ul {
		display: none;
		margin-top:-2px;
		background:#eee;
}

/* specific to non IE browsers */
.menu_1 ul li:hover a {
color: #000;

}
.menu_1 ul li:hover ul {
		display:block;
		position:absolute;
		left:160px;
		top:0px;
		width:200px;
		z-index:5;
		background: #fec56c;
		font-weight:normal
	
}
.menu_1 ul li:hover ul li a.hide {
		color:#000000;
		z-index:5;

}
.menu_1 ul li:hover ul li:hover a.hide {
		width:160px;
		
}
.menu_1 ul li:hover ul li ul {
		display: none;
		font-weight:normal

}
.menu_1 ul li:hover ul li a {
		color:#000;
		padding-left:4px;
		width:188px;
		border:1px solid #ccc;
		margin-top:-1px;
		background:#fec56c;
		font-weight:normal;
		padding:5px
}
.menu_1 ul li:hover ul li a:hover {
		color:#000;
		font-weight:bold;
		background: #feb546
}
.menu_1 ul li:hover ul li:hover ul {
		display:block;
		position:absolute;
		left:151px;
		top:0;
		color:#476679;
}
.menu_1 ul li:hover ul li:hover ul li a {
		display:block;
		color:#476679;
		background:#CCCCCC
}
.menu_1 ul li:hover ul li:hover ul li a:hover {
		color:#fff;
}

