﻿/* ================================================================ 
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;
	font-size: 12px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1000;
	background-repeat: no-repeat;
	font-weight: bold;
}
/* ADD 28PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #fffefe;
	width: 197px;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	border: 0;
	text-transform: uppercase;
	background-image: url('../images/menu-bkg.jpg');
	background-repeat: 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 {
	height: 25px;
	background-image: url('../images/menu-bkg-hover.jpg');
	background-repeat: no-repeat;
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 197px;
	width: 197px;
	background-image: url('../images/menu-bkg.jpg');
	background-repeat: no-repeat;
	
}
.menu ul li:hover ul li a.hide {
	color: #ffffff;
}
.menu ul li:hover ul li:hover a.hide {
	width: 197px;
	color: #000;
	background-image: url('../images/menu-bkg-hover.jpg');
	background-repeat: no-repeat;
	
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: url("../images/menu-bkg.jpg") no-repeat;
	color: #000;
	width: 197px;
}
.menu ul li:hover ul li a:hover {
	color: #000000;
	
	
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left:  197px;
	top: 0;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a.hide{
	display: block;
	background: url("../images/menu-bkg.jpg") no-repeat;
	color: #ffffff;
	width:  197px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color: #000;
	width:  197px;
	background-image: url('../images/menu-bkg-hover.jpg');
	background-repeat: no-repeat;
	

	
}
/* common styling */
.menu-blocks {
	font-size: 12px;
	font-weight: bold;
	width: 197px;
	position: relative;
	margin: 0 auto;
	height: 200px;
}

/* StaticNavigationNeedsID--------------------------------------------------------- */
#menu2 {
	font-family: arial;
	font-size: 12px;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height:1px;
	min-height:275px;
	
}







