.HeaderWrap {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 182px;
	width: 100%;
}
.LeftHeader {
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.RightHeader {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
	height: 141px;
	width: 170px;
}
/* common styling */
/* ================================================================ 
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/dd_valid.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.
=================================================================== */
/*modified for the DCB Automation site by TestSolve Ltd with permission from Stu Nicholls*/

.menu {width:750px; height:auto; font-size:11px; z-index:100;margin:0; padding:0; clear:left; float:left; margin:0; padding:0}
.menu ul li a, .menu ul li a:visited {float:left; display:block; text-decoration:none; width:80px; height:20px; text-align:center; color:#FFFFFF; background:#000000; font-size:11px; overflow:hidden;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE and IE 7/8 browsers */
.menu ul li:hover a {color: #FF6600; background:#333333;}
.menu ul li:hover ul {display:block; position:absolute; top:32px; left:0; width:80px;}
.menu ul li:hover ul li a.hide {color:#FFFFFF; background:#333333;}
.menu ul li:hover ul li:hover a.hide {background:#333333; color: #FF6600;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {color:#FFFFFF; background:#333333; display:block; }
.menu ul li:hover ul li a:hover {background:#333333; color:#ff6600;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:82px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-85px;}
.menu ul li:hover ul li  a.buffer {color: #FF6600; background:#000000; height:0px}
.buffer {height:10px}

