html body div#lgl_header div#lgl_menubar
{
	background-color : #969696;
	background-image : url( /images/commongraphics/linggrouplogo.gif );
	background-repeat : no-repeat;
	background-position : right;
	min-height : 34px;
	height : 34px;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	color : White;
	font-weight : bold;
}
html body div#lgl_header div#lgl_menubar ul
{
	display : inline;
	margin-left : 0px;
	padding : 7px;
	padding-top : 10px;
	top : 7px;
	position : relative;
}
html body div#lgl_header div#lgl_menubar ul li
{
	display : inline;
	background: url(/images/headerborder.gif) repeat-y right;
	padding-left : 8px;
	padding-right : 8px;
}
html body div#lgl_header div#lgl_menubar ul li a
{
	color : White;
}
html body div#lgl_header div#lgl_menubar ul li#mainmenuhome,
html body div#lgl_header div#lgl_menubar ul li#mainmenunews,
html body div#lgl_header div#lgl_menubar ul li#mainmenuworkingforus,
html body div#lgl_header div#lgl_menubar ul li#mainmenucontact
{
	padding-top : 10px;
}
html body div#lgl_header div#strapline
{
	color : Green;
	font-style : italic;
	padding-left : 10px;
	min-height : 81px;
	vertical-align : middle;
	padding : 18px 12px 8px 7px;
}
html body div#lgl_header div#lgl_logos
{
	float : right;
	margin : 7px;
	margin-right : 2px;
	width : 200px;
}
html body div#lgl_header div#lgl_logos img#lingylogo
{
	width : 140px;
	height : 22px;
	padding-bottom : 20px;
}
html body div#lgl_header div#lgl_logos img#delogo
{
	width : 53px;
	height : 65px;
}
@media print {
	html body div#lgl_header div#lgl_logos
	{ 
		float : right;
		width : auto;
		text-align : right;
		margin : 0px;
		margin-right : 3px;
	}
}

