﻿/* ================================================================ 
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 {font-family: arial, verdana; font-size:13px; font-weight: bold; width:242px; height: 330px; position:relative; z-index: 10; margin-left:0px; margin-right:0px; margin-top:6px; margin-bottom:0px;}
.menu ul li a:visited {display:block; text-decoration:none; color:#000000; width:242px; height:32px; text-align:left; text-indent: 84px; line-height:32px;}
.menu ul li a {display:block; text-decoration:none; color:#000000; width:242px; height:32px; text-align:left; text-indent: 84px; line-height:32px; background: url("../images/off.png") no-repeat;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {width: 242px; height: 32px; color:#ffffff; background: url("../images/on.png") no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:210px; width:242px; text-indent: 84px; background: url("../images/fly-bg.png"); background-repeat:repeat-y;}
.menu ul li:hover ul li a.hide {background:#000000; color:#000000;}
.menu ul li:hover ul li{
	position: relative;
	z-index:10;
}
.menu ul li:hover ul li:hover a.hide {width:242px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; color: black; background: none url("../images/off.png")  no-repeat; position: relative; z-index: 11; width :230px; height: 32px;}
.menu ul li:hover ul li a:hover {color: white; background: none url("../images/on.png") no-repeat; width:230px; height: 32px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:251px; top:0;}
.menu ul li:hover ul li:hover ul li a {display:block; width:242px;}
.menu ul li:hover ul li:hover ul li a:hover {color:#fff;}


.menu li.current a {width: 242px; height: 32px; color:#ffffff; background: url("../images/on.png") no-repeat;}
.menu li.current a:visited {width: 242px; height: 32px; color:#ffffff; background: url("../images/on.png") no-repeat;}


img, div { behavior: url(iepngfix.htc) }