/* ================================================================ 
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_in {font-family: verdana;  font-size:11px; text-align: center; margin: 0 auto;}
#menu_in ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;  text-align:center; line-height:19px; font-size:11px;}
#menu_in ul {padding:0;list-style-type: none;}
#menu_in ul li {float:left; position:relative;}
#menu_in ul li ul {display: none;}

/* specific to non IE browsers */
#menu_in ul li:hover a { background:#F5F5F5;}
#menu_in ul li:hover ul {  text-align:center; display:block; position:absolute; top:18px; background: url("../images/blank.gif") repeat center top; ;}
#menu_in ul li:hover ul li a.hide {background:url("../images/blank.gif") no-repeat center top; }
#menu_in ul li:hover ul li:hover a.hide {}
#menu_in ul li:hover ul li ul {display: none;}
#menu_in ul li:hover ul li a, .menu ul li:hover ul li a:visited {
	border-top: 1px dotted #fff;
	width: 120px !important;
	padding-left:0px;
	text-align: left;
	display:block;
	background:#F5F5F5 url("../../../../CODE/css/images/blank.gif") no-repeat 0px 5px  !important;
}
#menu_in ul li:hover ul li a:hover {background:#F5F5F5 url("../images/blank.gif") no-repeat center top; color:#40A4E2 !important;}
