﻿header {
	*width: 960px;
	width: 960px;
	margin:0 auto;
	text-align: left;
	font-size: 100%;
	padding-bottom:10px;
}

header .hat {
	float: left;
	width: 100%;
	background: none;
	overflow: hidden;
}

.hat .ciba {
	float: left;
	width: 112px;
	height: 29px;
	background: url(/images/alcon-logo.png) no-repeat;
	text-indent: -999em;
	margin: 2px 0 0 10px;
}

header ul {
	margin: 0;
	list-style: none;
	padding: 5px 0 2px;
	float: left;
}

header ul li ul {
	float: left;
	clear: both;
	padding: 0;
	position: relative;
}

header ul li ul li a sup {
	top: -0.4em;
	font-size: 90%;
}

header ul li ul {
	height: 0;
	overflow: hidden !important;
}

header ul li {
	position: relative;
	display: inline;
	line-height: 23px;
	width: auto;
	float: left;
	color: #a6a6a6;
	
}

header ul li a {
	float: left;
	color: #a6a6a6;
	text-decoration: none;
	padding: 0 15px 0 15px;
	background: url(/images/hat-arrow.gif) no-repeat right center;
}

header ul li a:hover {
	text-decoration: underline;
}

header ul li li a {
	background: none;
	padding: 0 0 0 17px;
}

header ul li li {
	clear: both;
	line-height: 1.3;
}

header ul.right {
	padding: 5px 0px 0 0;
}

header ul.right li {
	width: auto;
	float: none;
}

header ul.right li a {
	float: none;
	background: none;
	padding: 0 10px;
}