﻿/* ================================================================ 
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, sans-serif;
	width: 170px;
	height: 160px;
	position: relative;
	font-size: 12px;
	z-index: 999;
	margin-bottom: 10px;
	margin: 0 auto;
	position:relative;
	text-align:left;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height: normal;
	width: 170px;
	height: 25px;
	text-indent: 10px;
	font-weight: bolder;
	padding-top: 5px;
	background-image: url('../images/menuItem.gif');
	background-repeat: no-repeat;
}


#menu ul {
	padding: 0;
	margin: 0;
	z-index: 999;
	list-style-type: none;
}
#menu ul li {float:left;  position:relative;}
#menu ul li ul {display: none;}

/* specific to non IE browsers */
#menu ul li:hover a {color:#fff; }
#menu ul li:hover ul {display:block; position:absolute; top:0; left:170px; width:170px; z-index:999;}
#menu ul li:hover ul li a.hide {
	color: #FFFFFF;
	background-image: url('../images/nav_btn.gif');
	background-repeat: repeat-x;
}
#menu ul li:hover ul li:hover a.hide {width:170px; 	z-index: 999;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {display:block; color:#fff; width:170px;}
#menu ul li:hover ul li a:hover {
	color: #FFCC00;
	background-image: url('../images/menuItem.gif');
	background-repeat: no-repeat;
}
#menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 170px;
	top: 0;
	color: #1A1A1A;
	z-index: 999;
}
#menu ul li:hover ul li:hover ul li a {display:block; width:170px; background:#dfc184; color:#000;}
#menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
#menu ul li:hover a {
	color: #FFCC00;
		z-index: 999;

	background-image: url('../images/menuItem.gif');
	background-repeat: no-repeat;
}

