/* ================================================================ 
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 */
#flyoutmenu {
position: relative;
height:400px;
left:10px;
/*top:20px;*/

}
.menu_inside {
	font-family: survivant;
    width:136px;
	height:160px;
	position:relative;
	font-size:20px;
	font-weight:bold;
	line-height: normal;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
}
.menu_inside ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000000; width:140px; height:20px; text-align:left; padding-top:15px; padding-bottom:1px; padding-left:10px; border:none; background:none; line-height:12px;}
.menu_inside ul {padding:0; margin:0;list-style-type: none; }
.menu_inside ul li {float:left; margin-right:1px; position:relative;}
.menu_inside ul li ul {display: none;}

/* specific to non IE browsers */
.menu_inside ul li:hover a {color:#000000; background:url(images/wire5_bw_none.gif) no-repeat;}  /*wire5_bw.gif,,wire4_illd.gif*/
.menu_inside ul li:hover ul {display:block; position:absolute; top:3px; left:150px; width:105px;} /*this position the second branch.its 125px away from left margin*/
.menu_inside ul li:hover ul li a.hide {background:url(images/wire5_bw.gif) no-repeat; color:#000;}
.menu_inside ul li:hover ul li:hover a.hide {width:150px;}
.menu_inside ul li:hover ul li ul {display: none;}
.menu_inside ul li:hover ul li a {display:block; background:none; width:150px;}
.menu_inside ul li:hover ul li a:hover { background:url(images/wire4_illd.gif) no-repeat;}/*this is for the  in the menu*------wire5_bw.gif*/
/*.menu_inside ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu_inside ul li:hover ul li:hover ul li a {display:block; width:200px; background:none; color:#000;}
.menu_inside ul li:hover ul li:hover ul li a:hover {background:url(images/wire3.gif) no-repeat; color:#000000;}*/

/*the lower down the list, the further it branches out into the menu*/

