﻿/* ================================================================ 
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 {
    width:217px;
    min-height:369px;
    position:relative;
    z-index:1;
	font-family: arial;
	font-size: 12px;
	margin: 0;
	padding-top:0px;
	border: 0;
	background-image: url("../images/btn.gif");
	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: 217px;
	height: 27px;
	text-indent: 14px;
	line-height: 26px;
	background: url("../images/btn.gif") no-repeat;
	z-index:1;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index:1;
}
.menu ul li {
	float: left;
	margin-right: 1px;
	position: relative;
	z-index:1;
	
}
.menu ul li ul {
	display: none;
	z-index:1;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	width: 217px;
	height: 27px;
	text-indent: 26px;
	color: yellow;
	background: url("../images/btn.gif") no-repeat; /*Hover State*/
	
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 217px;
	width: 217px;
	background-image: url('../images/btn.gif');
	
}
.menu ul li:hover ul li a.hide {
	color: #ffffff;
}
.menu ul li:hover ul li:hover a.hide {
	width: 217px;
	color: #ffffff;
	background-image: url('../images/btn.gif');
	background-repeat: repeat-x;
	background-color:#1e1e1e;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: url("../images/btn.gif") no-repeat;
	background-color:black;
	color: #ffffff;
	width: 217px;
}
.menu ul li:hover ul li a:hover {
	background: url("../images/btn-hover.gif") no-repeat; /*Hover State*/
	color: yellow;
	background-color:black;
	text-indent: 26px;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left:  217px;
	top: 0;
	color: #fff;
	width:  217px;

}
.menu ul li:hover ul li:hover ul li a.hide{
	display: block;
	background-color:black;
	background-image: url('../images/btn.gif');
	color: #ffffff;
	width:  217px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color: #ffffff;
	width:  217px;
	background-image: url('../images/btn.gif');
	background-repeat: repeat-x;
	background-color:#1e1e1e;

	
}
/* common styling */
.menu-blocks {
	font-size: 12px;
	font-weight: bold;
	width: 245px;
	position: relative;
	margin: 0 auto;
	height: 369px;
}






