﻿/* ================================================================ 
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/btn.jpg");
	padding: 0px;
	z-index: 2;
	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: #000000;
	width: 184px;
	height: 24px;
	text-indent: 28px;
	line-height: 24px;
	background: url("images/btn.jpg") no-repeat;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li {
    width:184px;
	float: left;
	margin-right: 1px;
	position: relative;
	
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	width: 184px;
	height: 24px;
	color: #ffffff;
	background: url("images/btn-hover.jpg") no-repeat; /*Hover State*/
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 184px;
	width: 184px;
}
.menu ul li:hover ul li a.hide {
	color: #000000;
}
.menu ul li:hover ul li:hover a.hide {
	width: 184px;
}
.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: #000000;
	width: 184px;
}
.menu ul li:hover ul li a:hover {
	background: url("images/btn-hover.jpg") no-repeat; /*Hover State*/
	color: #ffffff;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 184px;
	top: 0;
	color: #ffffff;
}
.menu ul li:hover ul li:hover ul li a {
	display: block;
	background: url("images/btn-hover.jpg") no-repeat; /*Hover State*/
	color: #000000;
	width: 184px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background: url("images/btn-hover.jpg") no-repeat; /*Hover State*/
	color: #ffffff;
	width: 184px;
}
/* common styling */
.menu-blocks {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	width: 184px;
	position: relative;
	margin: 0 auto;
	height: 340px;
}

.nav-box {
	width: 184px;
	z-index: 1;
	position: relative;
}
.style3 {
	background-color: #C0C0C0;
}
.style2 {
	border-width: 0px;
	text-align:left;
}
.style4 {
	border-width: 0px;

}
#EquipmentLocator{
	padding-top: 10px;
	text-align: center;
	
}

#I1{
	width: 442px;
	height: 400px;
	overflow: auto;
}
#table19 {
}
.flash-holder {
	width: 532px;
	height: 124px;
	position: relative;
}
#flashcontent {
	width: 532px;
	height: 124px;
	position: absolute;
	left: 0px;
	top: -12px;
}

