a.admin {
	display: block;
	float:left;
	width: 150px;
	height: 150px;
	background: url('../images/contact_admin.jpg') 0 -150px;
}

a.admin:hover{background-position: 0 0;}

a.tech {
	display: block;
	float:left;
	width: 150px;
	height: 150px;
	background: url('../images/contact_tech.jpg') 0 -150px;
}

a.tech:hover{background-position: 0 0;}

a.corp {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background: url('../images/contact_service.jpg') 0 -150px;
}

a.corp:hover{background-position: 0 0;}

a.corp_uk {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background: url('../images/contact_service_uk.jpg') 0 -150px;
}

a.corp_uk:hover{background-position: 0 0;}

a.corp_eu {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background: url('../images/contact_service_eu.jpg') 0 -150px;
}

a.corp_eu:hover{background-position: 0 0;}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2em;
	font-size:11pt;
}

#nav a {
	height: auto;
	padding: 0px 0;
	display: block;
	color: #fff;
}
#nav a:hover {text-decoration:none;color:#95D0C7;}

#nav li ul li a{
	font-family: Trebuchet MS;
	padding: 0.6em;
	color:#fff;
	display:block;
	width: 9em;
}

#nav li ul a:hover{
	color:#95D0C7;
	text-decoration:none;
}

#nav li { /* all list items */
	margin: 0;
	float: left;
	height: 25px;
/*	width: 7em; width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	display:block;
	clear:both;
	margin-top: 25px;
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:10pt;
}

#nav li ul li {
	width:10em;
	height: auto;
	padding: 0;
	margin:0;
	border-bottom: 1px solid #fff;
	border-top: 0;
	background: url('images/list_back.jpg') 0 bottom repeat-x #095AAB;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}