@charset "UTF-8";
/* CSS Document */


/************************************************
	      HORIZONTAL MENU		*/

#mainmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 715px;
	height: 28px;
	position: relative;
}
#mainmenu li {
	border-right:1px solid white;
	display: inline;
}
#mainmenu span {
	display: none;
	position: absolute;
}
#mainmenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	left: 238px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}
#mainmenu a:hover {
	background-position: left bottom;
}
#mainmenu a:hover span{
	display: block;
}
#mainmenu .air {
	width: 142px;
	height: 28px;
	background: url(images/nav-air1.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#mainmenu .air span {
	width: 142px;
	height: 28px;
	background: url(images/nav-air2.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#mainmenu .ocean {
	width: 142px;
	height: 28px;
	background: url(images/nav-ocean1.gif) no-repeat;
	left: 144px;
	top: 0px;
}
#mainmenu .ocean span {
	width: 142px;
	height: 28px;
	background: url(images/nav-ocean2.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#mainmenu .warehousing {
	width: 142px;
	height: 28px;
	background: url(images/nav-warehousing1.gif) no-repeat;
	left: 287px;
	top: 0px;
}
#mainmenu .warehousing span {
	width: 142px;
	height: 28px;
	background: url(images/nav-warehousing2.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#mainmenu .admin {
	width: 142px;
	height: 28px;
	background: url(images/nav-admin1.gif) no-repeat;
	left: 430px;
	top: 0px;
}
#mainmenu .admin span {
	width: 142px;
	height: 28px;
	background: url(images/nav-admin2.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#mainmenu .resources {
	width: 142px;
	height: 28px;
	background: url(images/nav-resources1.gif) no-repeat;
	left: 573px;
	top: 0px;
}
#mainmenu .resources span {
	width: 142px;
	height: 28px;
	background: url(images/nav-resources2.gif) no-repeat;
	left: 0px;
	top: 0px;
}
#menuline a:hover {
	font-weight: normal;
	color: #6dc6e7;
}
