/*
	(c) 2005 Expeditors International of Wahsington, Inc. (www.expeditors.com)
	All Rights Reserved
	
	CSS developed by Urban Faubion
*/
div#oldbrowsers {
	display:none;
	}
div#header {
	margin-left:0 !important;
	margin-left:3px;
	padding-bottom:2px;
	border-bottom:1px solid black;
	width:736px;
	}
div#expeditorslogo {
	height:55px;
	background:#333333 url(../graphics/logoBackground.png) 0 0 repeat;
	border-bottom:1px solid black;
	}
div#expeditorslogo a {
	display:block;
	margin-left:18px;
	width:140px;
	height:55px;
	background:url(../graphics/expeditorsLogo.png) 0 7px no-repeat;
	}
div#expeditorslogo a span {
	position:absolute;
	left:-50em;
	width:50em;
	}
/* NAV */
div#nav {
	margin-top:2px;
	height:23px !important;
	font-family:Arial;
	background:url(../graphics/mainNavBackground.gif) 2px 2px no-repeat !important;
	background:url(../graphics/mainNavBackground.gif) 0px 2px no-repeat;
	border-top:1px solid black;
	}
div#nav * {
	margin:0;
	padding:0;
	}
div#nav ul {
	list-style-type:none;
	}
div#nav ul.level1 {
	padding-left:10px;
	}
div#nav li {
	float:left;
	position:relative;
	}
div#nav li a {
	display:block;
	height:19px !important;
	height:auto;
	color:#333333;
	line-height:1.6em;
	font-weight:bold;
	padding:0px 10px 2px 6px;
	text-decoration:none;
	background:url(../graphics/divider.gif) 100% 4px no-repeat;
	border-style:solid;
	border-color:#ffffff;
	border-width:0 0 2px 0;
	}
div#nav li:hover a {
	color:rgb(130,0,0);
	border-style:solid;
	border-color:rgb(130,0,0);
	}
div#nav ul.level2 li {
	display:block;
	width:auto !important;
	width:150px;
	font-size:1em;
	border:1px solid #000000;
	border-bottom:0;
	}
div#nav ul.level2 a {
	padding-right:0 !important;
	height:auto !important;
	width:142px !important;
	line-height:1.4em;
	font-weight:normal;
	color:#333333;
	background:none;
	border-width:0;
	}
div#nav ul.level2 li.submenu span {
	position:absolute;
	top:0;
	left:135px;
	font-weight:bold;
	}
div#nav li:hover ul.level2 a {
	color:#333333;
	}
div#nav ul.level2 li:hover {
	background-color:rgb(77,77,77);
	}
div#nav ul.level2 li.submenu:hover a {
	color:#ffffff;
	}
div#nav ul.level2 li.submenu:hover li a {
	color:#333333;
	}
div#nav ul.level2 li a:hover {
	color:#ffffff;
	}
div#nav ul.level2 li.submenu:hover li a:hover {
	color:#ffffff;
	}
div#bookshiptrack a {
	background-image:none;
	}
div#nav ul ul {
	display:none;
	position:absolute;
	top:23px;
	left:0;
	width:150px !important;
	width:148px;
	border-bottom:1px solid black;
	background:#ffffff url(../graphics/menuBottomBackground.png) 100% 100% no-repeat;
	}
div#nav ul ul ul {
	top:-1px;
	left:100%;
	}
div#nav ul ul ul.flyleft {
	top:-1px;
	left:-150px !important;
	left:-151px;
	}
div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	}
div#nav li#bookshiptrack a {
	background:none;
	}
/*SUB NAV*/
div#subnav {
	clear:both;
	padding:0 4px 0 10px;
	background:#000000 url(../graphics/subNavBackground.png) 0 0 repeat-x;
	border-top:1px solid black;
	border-bottom:1px solid black;
	}
div#subnav * {
	margin:0;
	padding:0;
	}
div#subnav ul {
	height:18px;
	}
div#subnav li {
	display:block;
	float:left;
	padding-right:0px;
	}
div#subnav li a {
	display:block;
	padding:2px 10px 0px 6px !important;
	height:19px !important;
	height:auto;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
	background:url(../graphics/dividerLight.gif) 100% 4px no-repeat;
	}
div#subnav li a:hover {
	color:#ffffff;
	}
div#subnav ul li#officeLoc a {
	background:none;
	}
div#subnav ul li#english, div#subnav ul li#turkish, ul li#searchLabel, div#subnav ul li#searchheader, div#subnav ul li#submit{
	float:right;
	}
div#subnav ul li#searchLabel{
	padding:2px 10px 0px 6px !important;
	height:19px !important;
	height:auto;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}
div#subnav ul li#searchheader input{
	height:18px;
	background: url(../graphics/searchField.gif) 100% no-repeat;
	border:0;
}
div#subnav ul li#submit input{
	width:55px;
	height:18px;
	background: url(../graphics/searchButton.gif) no-repeat;
	border:0;
}
div#subnav ul li#submit input:hover{
	cursor: pointer;
}

div#subnav ul li a#turkish{
	background:none;
}
