﻿.header
{
	clear:both;
	min-width: 780px;
	margin-bottom: 20px;
}

.lgclogo
{
	display: block;
	margin: 15px 0 0 15px;
	background-image: url('images/lgcstandards.gif');
	width: 162px;
	height: 90px;
}

.ukaslogo
{
	display: block;
	background-image: url('images/ukaslogo.gif');
	background-repeat: no-repeat;
	width: 61px;
	height: 90px;
	position: absolute;
	top: 20px;
	right: 10px;
}

.header a
{
	white-space: nowrap;
}

.navigationbar
{
	float: left;
	height: 20px;
	width: 100%;
	clear: both;
}

.breadcrumbs
{
	float: left;
	margin-left: 5px;
	font-size: 0.9em;
}

.languageselection
{
	text-align: right;
	float: right;
	margin-right: 5px;
}

.AspNet-Menu-Horizontal .AspNet-Menu
{
   position: relative;
   top: +15px;
   clear:both;
   background-color: #EBFCFF;
   height: 1.8em;
   border-top: solid 1px #00A5D9;
   border-bottom: solid 1px #00A5D9;
   overflow: hidden;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-Leaf
{
   list-style-type: none;
   position: relative;
   float: left;   
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-Leaf a,
.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-Leaf .AspNet-Menu-NonLink
{
   color: #00A5D9;
   font-family: Arial;
   font-weight: bold;
   font-size: 0.9em;
   line-height: 2.2em;
   text-decoration: none;
   display: block;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 20px;
}


.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-Leaf a:hover,
.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-Leaf .AspNet-Menu-NonLink:hover
{
	background-color: #00A5D9;
	color: #EBFCFF;
	cursor: pointer;
}

.AspNet-Menu-Horizontal .AspNet-Menu .AspNet-Menu-Leaf:hover
{
	cursor: pointer;
}