﻿/* ================================================================ 
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;
	border: 0;
	background-image: url("../images/btn.jpg");
	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: 250px;
	height: 25px;
	line-height: 20px;
	text-indent: 10px;
	cursor: pointer;
}
.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: 250px;
	height: 25px;
	color: #fff;
	text-indent: 20px;
	background: url('../images/nav-icon.jpg') no-repeat;
	background-color: #2E2E2E; /*Hover State*/
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 250px;
	width: 257px;
	background-color:#212121;
}
.menu ul li:hover ul li a.hide {
	color: #ffffff;
	background-color: #2E2E2E;
}
.menu ul li:hover ul li:hover a.hide {
	width: 257px;
	
}
.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: #ffffff;
	width: 257px;
}
.menu ul li:hover ul li a:hover {
	background-color:#1F1F1F; /*Hover State*/
	color: #fff;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 257px;
	top: 0;
	color: #fff;
}
.menu ul li:hover ul li:hover ul li a {
	display: block;
	background: url("../images/btn-hover.jpg") no-repeat; /*Hover State*/
	color: #ffffff;
	width: 257px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background: url("../images/btn-hover.jpg") no-repeat; /*Hover State*/
	color: #fff;
	width: 257px;
	background-color:#141414;
}
/* common styling */
.menu-blocks {
	font-size: 12px;
	font-weight: bold;
	width: 257px;
	position: relative;
	margin: 0 auto;
	height: 249px;
}
