﻿.header
{
	clear:both;
	min-width: 780px;
	margin-bottom: 20px;
}

.header .banner
{
	display: block;
	height: 60px;
	border: solid 1px #00A5D9;
	border-top: 0;
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 400px;	
	background-color: #EBFCFF;
	color: #00A5D9;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2.2em;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
	margin-bottom: 50px;
}

.header .banner:hover,
.header .banner:hover span
{
	background-color: #00A5D9;
	color: #EBFCFF;	
}

.arrow
{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: right;
	font-size: 7em;
	text-decoration: none;
	color: #00A5D9;
	margin-top: 8px;
	margin-right: 5px;
	padding-bottom: 25px;
}

.lgclogo
{
	position: absolute;
	top: 0;
	left: 0;
	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;
}
