/* Begin CSS Popout Menu */

img {
	border: 0px;
}

#menuh-container
	{
	position: absolute;
	top: 137px;
	z-index: 600;
	}

#menuh
	{
	width:778px;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0em;
	padding: 0em;
	}
	
#menuh ul li ul li a {
	padding-left: 0.9em;
	padding-right: 0.9em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}

#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #666;
	background: none;
	background-image: url(/images/menuh_gradient_bg.png);
	background-repeat: no-repeat;
	text-decoration:none;
	font-size: 10px;
	z-index:600;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #0B0C9D;
	z-index:700;
	}

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{

	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}
	
#menuh ul li ul li a {
	width: 135px;
}

#menuh ul li ul li {
	text-align: center;
}

/*Need to add a width hack here */

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:42px;
	left: -4px;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0px;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */



/*SG Added Colours */


#ddNav_home {
	background: url(/images/mainNav_home_under.jpg) no-repeat;
}

#ddNav_aboutUs {
	background: #fff url(/images/mainNav_aboutUs_under.jpg) no-repeat;
	cursor: default;
}

#ddNav_news {
	background: #fff url(/images/mainNav_news_under.jpg) no-repeat;
	cursor: default;
}

#ddNav_news ul li {
	width: 100px;
	display: block;
}

#ddNav_productsAndServices {
	background: url(/images/mainNav_productsAndServices_under.jpg) no-repeat;
	cursor: default;
}

#ddNav_ourClients {
	background: url(/images/mainNav_ourClients_under.jpg) no-repeat;
}

#ddNav_contactUs {
	background: url(/images/mainNav_contactUs_under.jpg) no-repeat;
}

.menuh_footer {
	background: url(/images/menuh_footer.png) no-repeat;
	width: 135px;
	height: 6px;
	font-size: 0px;
	line-height: 0px;
}



/*SG Added Layouts */


#ddNav_home, #ddNav_home_selected {
	width: 80px;
	height: 44px;
}

#ddNav_aboutUs, #ddNav_aboutUs_selected {
	width: 80px;
	height: 44px;
}

#ddNav_productsAndServices, #ddNav_productsAndServices_selected {
	width: 139px;
	height: 44px;
}

#ddNav_ourClients, #ddNav_ourClients_selected {
	width: 85px;
	height: 44px;
}

#ddNav_contactUs, #ddNav_contactUs_selected {
	width: 85px;
	height: 44px;
}