#navigation {
	position: relative;
	font: 0.9em 'Trebuchet MS', arial, helvetica, sans-serif;
	font-weight: bold;
	z-index: 9800;
}

#logo a span {
	position: absolute;
	top: 10px;
	left: 0;
	width: 	205px;
	height: 65px;
	cursor: pointer;
}

.nav {
	position: absolute;
	height: 29px;
	line-height: 29px;
	color: #808080;
}

.nav ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.nav ul li span {
	float: left;
	display: block;
	padding-right: 16px;
	background: url('/images/Nav/nav-bullet.png') center right no-repeat;
}
.nav ul li.last {
	margin-right: 0 !important;
}

.nav ul li input {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	font: 1em 'Trebuchet MS', arial, helvetica, sans-serif;
	font-weight: normal;
}

.nav ul li input#txt_catalogue_search {
	width: 120px;
}

.nav ul li input#btn_search {
	margin-top: 8px;
}

.nav ul li span#nav_email_bullet {
	background: url('/images/Nav/nav-bullet-email.png') center right no-repeat;
	color: #00539b;
}

.nav ul li span#nav_phone_bullet {
	background: url('/images/Nav/nav-bullet-phone.png') center right no-repeat;
	color: #00539b;
}

.nav ul li span#nav_search_text {
	background-image: none;
	padding-right: 10px;
}

.nav ul li span#nav_search_bullet {
	background: url('/images/Nav/nav-bullet-search.png') center right no-repeat;
	padding-right: 13px;
}

.nav ul li a:hover span#nav_search_bullet {
	background-image: url('/images/Nav/nav-bullet-search-over.png');
}

.nav ul li span#nav_inside_guide {
	background-image: none !important;
	background: none !important;
	padding-right: 0;
}

#nav0 {
	top: 0px;
	left: 255px;
}

#nav0 ul li {
	margin-right: 16px;
}

#nav1 {
	top: 20px;
	left: 224px;
}

#nav1 ul li {
	margin-right: 15px;
}

#nav2 {
	top: 49px;
	left: 215px;
}

#nav2 ul li {
	margin-right: 15px;
}

#nav3 {
	height: 24px;
	line-height: 24px;
	top: 76px;
	left: 90px;
	color: #fff;
}

#nav3 ul li {
	margin-right: 15px;
}

.nav a {
	cursor: pointer;
}

.nav a {
	color: #808080;
}

.nav a:hover {
	color: #00539b;
}

#nav3 ul li a {
	color: #fff;
}
#nav3 ul li a:hover {
	color: #00539b;
}
#nav3 ul li span {
	background-image: url('/images/Nav/nav-bullet-white.png');
}
#nav3 ul li.hover span {
	background-image: url('/images/Nav/nav-bullet.png');
}
#nav3 ul li.hover a {
	color: #00539b;
}

#nav2 ul li.hover a {
	color: #00539b;
}

.nav ul li ul.dropdown {
	display: none;
	position: absolute;
	clear: both;
	top: 24px;
	left: -5px;
	border: 1px #cac9c9 solid;
	border-top: none;
	z-index: 9800;
	padding: 1px;
	background-color: #eeeeee;
	background-image: none;
	font-weight: normal;
}

.nav ul li ul.dropdown li {
	margin: 0 !important;
	line-height: normal !important;
}

.nav ul li ul.dropdown li span {
	background-image: none !important;
	margin: 0;
	padding: 0;
}
		
.nav ul li ul.dropdown li {
	display: block;
	width: 230px;
	border-top: 1px solid #cac9c9;
}

.nav ul li ul.dropdown li.hover {
	background-color: #00539b;
	color: #fff;
}
		
.nav ul li ul.dropdown li.first {
	border-top: none;
}

.nav ul li ul.dropdown li a {
	color: #333333 !important;
}
.nav ul li ul.dropdown li a.hover {
	color: #fff !important;
}
.nav ul li ul.dropdown li a:hover {
	color: #fff !important;
}

.nav ul li ul.dropdown li a span {
	display: block;
	width: 100%;
	padding: 4px 5px;
}
