@charset "utf-8";
/* CSS Document */

.nbbuttonmenu {
	overflow: hidden;
	width: auto;
	background: #ffffff;
	border-width: 1px 0;
	height: 34px;
}

* html .nbbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 100%;

}

.nbbuttonmenu a.nb{ /*nb button CSS*/
	background: transparent url('../img/nbLeft.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 26px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 34px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	margin-right: 7px;
	margin-left: 7px;
}

.nbbuttonmenu a.nb:link, .nbbuttonmenu a.nb:visited, .nbbuttonmenu a.nb:active {
color: #ffffff; /*button text color*/
}

.nbbuttonmenu a.nb span{
background: transparent url('../img/nbRight.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.nbbuttonmenu a.nb:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.nbbuttonmenu a.nb:hover span{ /* Hover state CSS (for text) */
color: #f2952e;
}

/* */

.nbbuttonmenu a.stick{ /*nb button CSS*/
	background: transparent url('../img/nbLeftStick.gif') no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 26px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 34px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 7px; /*spacing between buttons*/

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	margin-left: 7px;
}

.nbbuttonmenu a.stick span{
background: transparent url('../img/nbRightStick.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.nbbuttonmenu a.stick:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.nbbuttonmenu a.stick:hover span{ /* Hover state CSS (for text) */
color: #ffffff;
}

.nbbuttonmenu a.stick:link, .nbbuttonmenu a.stick:visited, .nbbuttonmenu a.stick:active {
color: #ffffff; /*button text color*/
}
/* SUB MENU */
/* SUB MENU */
/* SUB MENU */
/* .imgBd { margin-top: 8px; } .imgIll { margin-top: 8px; margin-bottom: 8px; } */

.subMenuD {
	overflow: hidden;
	width: 100%;
	background: #ffffff;
	height: 24px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 34px;
	display:block;
 }

.atlasSubNav, .pipeworkSubNav, .pumpSubNav, .forecourtSubNav { }

.atlasSubNav {
	height: 24px;
	width: 98px;
	display:block;
	background-image: url(images/atlas_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
.pipeworkSubNav {
	height: 24px;
	width: 212px;
	display:block;
	background-image: url(images/pipework_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
.pumpSubNav {
	height: 24px;
	width: 224px;
	display:block;
	background-image: url(images/pump_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
} 
.forecourtSubNav {
	height: 24px;
	width: 220px;
	display:block;
	background-image: url(images/forecourt_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
