﻿/* ================================================================ 
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: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin: 0;
	border: 0;
	background-image: url("../images/nav-button_off.jpg");
	padding: 0px;
	z-index: 1000;
	background-repeat: no-repeat;
}
/* ADD 28PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #fffefe;
	width: 200px;
	height: 30px;
	text-indent: 25px;
	line-height: 30px;
	background: url("../images/nav-button_off.jpg") 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: 200px;
	height: 30px;
	color: #000000;
	background: url("../images/nav-button_on.jpg") no-repeat; /*Hover State*/
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 200px;
}
.menu ul li:hover ul li a.hide {
	color: #ffffff;
}
.menu ul li:hover ul li:hover a.hide {
	width: 250px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: url("../images/nav-button_off-big.jpg") no-repeat;
	color: #ffffff;
	width: 250px;
}
.menu ul li:hover ul li a:hover {
	background: url("../images/nav-button_on-big.jpg") no-repeat; /*Hover State*/
	color: #000000;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 250px;
	top: 0;
	color: #000000;
}
.menu ul li:hover ul li:hover ul li a {
	display: block;
	background: url("../images/nav-button_on-big.jpg") no-repeat; /*Hover State*/
	color: #ffffff;
	width: 250px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background: url("../images/nav-button_on-big.jpg") no-repeat; /*Hover State*/
	color: #000000;
	width: 250px;
}
/* common styling */
.menu-blocks {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	width: 250px;
	position: relative;
	margin: 0 auto;
	height: 249px;
}

.nav-box {
	width: 200px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 14px;
	top: 118px;
	z-index: 99;

}

#L-nav-holder {
	position: relative;
	width: auto;
	height: 295px;
	
}



