﻿/* ================================================================ 
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: 14px;
	margin: 0;
	padding-top:12px;
	padding-left:7px;
	padding-bottom:12px;
	border: 0;
	z-index: 1000;
	position:relative;
	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: #ffffff;
	width: 232px;
	height: 35px;
	line-height: 33px;
	text-indent: 10px;
	cursor: pointer;
	background:transparent url('../images/menu-bkg.jpg') no-repeat;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight:bold;
	font-size: 12px;
	z-index: 1000;
	margin-bottom:1px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: 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: 35px;
	color: #77B9D9;
	text-indent: 40px;
	background-image: url('../images/menu-bkg-hover.jpg');
	background-repeat: no-repeat;
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 232px;
	width: 230px;
	padding: 10px 5px 5px 5px;
	z-index: 1000;
	background-color: #272727;


	
}
.menu ul li:hover ul li a.hide {
	color: #ffffff;
	text-indent: 10px;
	height:35px;

}
.menu ul li:hover ul li:hover a.hide {
	width: 230px;
	color: #000;
	background-repeat: repeat-x;
	background-color:white;
}
.menu ul li:hover ul li ul {
	display: none;

}
.menu ul li:hover ul li a {
	display: block;
	background: url("../images/btn.jpg") no-repeat;
	color: #000;
	width: 230px;
}
.menu ul li:hover ul li a:hover {
	color: #fff;
	background-color:white;
	
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left:  230px;
	top: 0;
	color: #fff;
}
.menu ul li:hover ul li:hover ul li a.hide{
	display: block;
	background-color:transparent;
	background-image:none;
	color: #ffffff;
	width:  230px;
}

.menu ul li:hover ul li:hover ul li:hover {
	background-color:white;
}

.menu ul li:hover ul li:hover ul li a:hover {
	color:#272727;
	width:230px;
	background-color:white;
}

.menu ul li:hover ul li:hover ul li ul {
	visibility: hidden;
}

.menu ul li:hover ul li:hover ul li:hover ul {
	visibility: visible;
}


/* common styling */
.menu-blocks {
	font-size: 12px;
	font-weight: bold;
	width: 257px;
	position: relative;
	margin: 0 auto;
	height: 249px;
}

