﻿@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 12.0em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
        height: 1.00em;
	width: 12.0em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 12.0em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 12.0em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.2em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(gif/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(gif/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
<!--
div {
	clear: both;
}
hr {
}
.bc08               { /* Common */
	font            : bold 8pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bl08               { /* Common */
	font            : bold 8pt Helvetica, sans-serif;
	color           : #000000;
	}
.gc08               { /* Common */
	font            : bold 8pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl08               { /* Common */
	font            : bold 8pt Helvetica, sans-serif;
	color           : #808080;
	}
.oc08               { /* Common */
	font            : bold 8pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	text-align      : center;
	}
.ol08               { /* Common */
	font            : bold 8pt Helvetica, sans-serif;
	color           : #FFA87D;
	}
.bc09               { /* Common */
	font            : bold 9pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bl09               { /* Common */
	font            : bold 9pt Helvetica, sans-serif;
	color           : #000000;
	}
.gc09               { /* Common */
	font            : bold 9pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl09               { /* Common */
	font            : bold 9pt Helvetica, sans-serif;
	color           : #808080;
	}
.oc09               { /* Common */
	font            : bold 9pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	text-align      : center;
	}
.ol09               { /* Common */
	font            : bold 9pt Helvetica, sans-serif;
	color           : #FFA87D;
	}
.bc10               { /* Common */
	font            : 10pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bj10               { /* Common */
	font            : 10pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : justify;
	}
.bl10               { /* Common */
	font            : 10pt Helvetica, sans-serif;
	color           : #000000;
	}
.br10               { /* Common */
	font            : 10pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : right;
	}
.gc10               { /* Common */
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl10               { /* Common */
	font            : bold 10pt Helvetica, sans-serif;
	color           : #808080;
	}
.oc10               { /* Common */
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	text-align      : center;
	}
.ol10               { /* Common */
	font            : bold 11pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	}
.bc11               { /* Common */
	font            : bold 11pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bj11               { /* Common */
	font            : 11pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : justify;
	}
.bl11               { /* Common */
	font            : bold 11pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	}
.gc11               { /* Common */
	font            : bold 11pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl11               { /* Common */
	font            : bold 11pt Helvetica, sans-serif;
	color           : #808080;
	}
.oc11               { /* Common */
	font            : bold 11pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	text-align      : center;
	}
.ol11               { /* Common */
	font            : bold 11pt Helvetica, sans-serif;
	color           : #FFA87D;
	}
.bc12               { /* Common */
	font            : 12pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bj12               { /* Common */
	font            : 12pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : justify;
	}
.bl12               { /* Common */
	font            : 12pt Helvetica, sans-serif;
	color           : #000000;
	}
.oc12               { /* Common */
	font            : bold 12pt 'Arial', Helvetica, sans-serif;
	color           : #FF2f19;
	text-align      : center;
	}
.oj12               { /* Common */
	font            : bold 12pt 'Arial', Helvetica, sans-serif;
	color           : #FF2f19;
	text-align      : justify;
	}
.ol12               { /* Common */
	font            : bold 12pt Helvetica, sans-serif;
	color           : #FF2f19;
	}
.gc12               { /* Common */
	font            : bold 12pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl12               { /* Common */
	font            : bold 12pt Helvetica, sans-serif;
	color           : #808080;
	}
.bc13               { /* Common */
	font            : 13pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bj13               { /* Common */
	font            : 13pt 'Arial', Helvetica, sans-serif;
	color           : #000000;
	text-align      : justify;
	}
.bl13               { /* Common */
	font            : 13pt Helvetica, sans-serif;
	color           : #000000;
	}
.oc13               { /* Common */
	font            : bold 13pt 'Arial', Helvetica, sans-serif;
	color           : #FF2f19;
	text-align      : center;
	}
.oj13               { /* Common */
	font            : bold 13pt 'Arial', Helvetica, sans-serif;
	color           : #FF2f19;
	text-align      : justify;
	}
.ol13               { /* Common */
	font            : bold 13pt Helvetica, sans-serif;
	color           : #FF2f19;
	}
.gc13               { /* Common */
	font            : bold 13pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl13               { /* Common */
	font            : bold 13pt Helvetica, sans-serif;
	color           : #808080;
	}
.bc14               { /* Common */
	font            : 14pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bl14               { /* Common */
	font            : 14pt Helvetica, sans-serif;
	color           : #000000;
	}
.oc14               { /* Common */
	font            : bold 14pt 'Arial', Helvetica, sans-serif;
	color           : #FF2f19;
	text-align      : center;
	}
.ol14               { /* Common */
	font            : bold 14pt Helvetica, sans-serif;
	color           : #FF2f19;
	}
.gc14               { /* Common */
	font            : bold 14pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl14               { /* Common */
	font            : bold 14pt Helvetica, sans-serif;
	color           : #808080;
	}
.bc15               { /* Common */
	font            : 15pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bl15               { /* Common */
	font            : 15pt Helvetica, sans-serif;
	color           : #000000;
	}
.oc15               { /* Common */
	font            : bold 15pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	text-align      : center;
	}
.ol15               { /* Common */
	font            : bold 15pt Helvetica, sans-serif;
	color           : #FF2f19;
	}
.gc15               { /* Common */
	font            : bold 15pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl15               { /* Common */
	font            : bold 15pt Helvetica, sans-serif;
	color           : #808080;
	}
.bc16               { /* Common */
	font            : 16pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bl16               { /* Common */
	font            : 16pt Helvetica, sans-serif;
	color           : #000000;
	}
.oc16               { /* Common */
	font            : bold 16pt 'Arial', Helvetica, sans-serif;
	color           : #FF2f19;
	text-align      : center;
	}
.ol16               { /* Common */
	font            : bold 16pt Helvetica, sans-serif;
	color           : #FF2f19;
	}
.gc16               { /* Common */
	font            : bold 16pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl16               { /* Common */
	font            : bold 16pt Helvetica, sans-serif;
	color           : #808080;
	}
.bc18               { /* Common */
	font            : 18pt Helvetica, sans-serif;
	color           : #000000;
	text-align      : center;
	}
.bl18               { /* Common */
	font            : 18pt Helvetica, sans-serif;
	color           : #000000;
	}
.oc18               { /* Common */
	font            : bold 18pt 'Arial', Helvetica, sans-serif;
	color           : #FFA87D;
	text-align      : center;
	}
.ol18               { /* Common */
	font            : bold 18pt Helvetica, sans-serif;
	color           : #FFA87D;
	}
.gc18               { /* Common */
	font            : bold 18pt 'Arial', Helvetica, sans-serif;
	color           : #808080;
	text-align      : center;
	}
.gl18               { /* Common */
	font            : bold 18pt Helvetica, sans-serif;
	color           : #808080;
	}
div#e5              { /* Rebar, Mesh & Construction ... */
	position        : absolute;
	left            :  33.50pt;
	top             : 105.50pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
div#e6              { /* Home ... */
	position        : absolute;
	left            : 168.00pt;
	top             : 101.00pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
div#e7              { /* Our Partners ... */
	position        : absolute;
	left            : 231.00pt;
	top             : 101.00pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
div#e8              { /* Associations ... */
	position        : absolute;
	left            : 350.00pt;
	top             : 101.00pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
div#e9              { /* News ... */
	position        : absolute;
	left            : 478.50pt;
	top             : 101.00pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
div#e10              { /* Contact Us ... */
	position        : absolute;
	left            : 548.00pt;
	top             : 101.00pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
div#e11              { /* Request Qoute ... */
	position        : absolute;
	left            : 653.00pt;
	top             : 101.00pt;
	width           : 237.75pt;
	height          : 173.25pt;
	}
img#e09              { /* entrepreneur_sa_button.png */
	position        : absolute;
	left            :  12.50pt;
	top             : 185.50pt;
	width           : 120.00pt;
	height          : 135.00pt;
	}
span#e87            { /* RMCSPL_BARS.bmp */
	background      : transparent url(bmp/RMCSPL_BARS.bmp) top left;
	position        : absolute;
	left            :    1.50pt;
	top             :    1.00pt;
	width           :  770.00pt;
	height          : 1291.00pt;
	}
span#e88            { /* RMCSPL_Left_Bar.gif */
	background      : transparent url(gif/RMCSPL_Left_Bar.gif) top left;
	position        : absolute;
	left            :    1.50pt;
	top             :   41.00pt;
	width           :  198.00px;
	height          : 1250.00pt;
	}
span#e89            { /* RMCSPL_Right_Bar.jpg */
	background      : transparent url(jpg/RMCSPL_Right_Bar.jpg) top left;
	position        : absolute;
	left            :  770.00pt;
	top             :   41.00pt;
	width           :    4.00pt;
	height          : 1250.00pt;
	}
span#e90            { /* Logo_Unit_21.bmp */
	background      : transparent url(bmp/Logo_Unit_21.bmp) top left;
	position        : absolute;
	left            :    1.50pt;
	top             :    1.50pt;
	width           : 1030.00px;
	height          :  126.00px;
	}
span#e91            { /* RMCSPL_Top_Bar.gif */
	background      : transparent url(gif/RMCSPL_Top_Bar.gif) top left;
	position        : absolute;
	left            :  150.00pt;
	top             :  118.40pt;
	width           :  622.00pt;
	height          :   56.00px;
	}
div#e77              { /* MENU BAR  */
	position        : absolute;
	left            :   2.00pt;
	top             : 126.00pt;
	width           : 210.00pt;
	height          :  12.00pt;
	}
div#e98              { /* Page Slogan ... */
	position        : absolute;
	left            : 150.00pt;
	top             : 134.00pt;
	width           : 611.00pt;
	height          : 100.00pt;
	}
div#e99              { /* Page Slogan ... */
	position        : absolute;
	left            :   2.50pt;
	top             : 124.50pt;
	width           : 770.00pt;
	height          : 173.25pt;
	}
div#e111              { /* EMPOWERDEX BEE Rating ... */
	position        : absolute;
	left            : 559.00pt;
	top             :  28.00pt;
	width           : 680.00pt;
	height          : 173.25pt;
	}
div#e112              { /* Page Slogan ... */
	position        : absolute;
	left            : 545.00pt;
	top             :  54.00pt;
	width           : 680.00pt;
	height          : 173.25pt;
	}
ul#MenuBar1 a{
	background-color:transparent;
}
ul#MenuBar1 li{
	background-image: url(gif/menunutton.gif);
	
}
ul#MenuBar1 li a{
	font            : bold 9pt Helvetica, sans-serif;
	color           : #FFFFFF;
}
ul#MenuBar1 li li{
	background-image: url(gif/menunutton.gif);
}

ul#MenuBar1 li li a{
	font            : bold 9pt Helvetica, sans-serif;
	color           : #FFFFFF;
}
ul#MenuBar1 li li li{
	background-image: url(gif/menunutton.gif);
}
ul#MenuBar1 li li li a{
	font            : bold 9pt Helvetica, sans-serif;
	color           : #FFFFFF;
}
ul#MenuBar1 a.MenuBarItemHover, ul#MenuBar1 a.MenuBarSubmenuVisible{
	font            : bold 9pt Helvetica, sans-serif;
	color		:#FFFF00;
	}
ul#MenuBar1 a.MenuBarItemSubmenuHover{
	font            : bold 9pt Helvetica, sans-serif;
	color		:#FFFF00;
	}
-->

