/* ================================================================ 
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.
=================================================================== */
table {border-collapse:collapse; border:0; margin:0; padding:0;}

#menu ul li a.hide, #menu ul li a:visited.hide {display:none;}
#menu ul li a:hover ul li a.hide {display:none;}

#menu ul li a:hover {}
#menu ul li a:hover ul {display:block; position:absolute; top:0; left:170px;}
#menu ul li a:hover ul li a {display:block; background: #E1E1E1; color:#467AA7; width:150px; left:0px;}

.round-border-topright {
	background:transparent url(../images/bg_corner_topright.gif) no-repeat scroll 0%;
	height:10px;
	margin:0px 0px 0px 160px;
	position:absolute;
	width:10px;
	z-index:100;
	margin-top: -3px;
}