
/* ================= HEADER NAVIGATION ================= */

#header ul {
	position: relative;
	width: 600px;
	height: 18px;
	text-align: right;
	float: right;
	margin: 30px 30px 0 0;
	}

#header ul li {
	display: inline;
	float: right;
	}

#header ul li a {
	display: block;
	height: 0;
	padding-top: 18px;
	padding-bottom: 6px;
	overflow: hidden;
	background-position: center;
	background-position-y: 5px;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	font-size: 5px;
	line-height: 40px;
	}

#header ul li.selected a {
	border-bottom: 1px solid #d0ec1b;
	}
#header ul li a.TAB002 {
	background-image: url(../../images/skins/English/nav_reports.gif);
	width: 84px;
	}
#header ul li a.TAB002on {
	background-image: url(../../images/skins/English/nav_reports_on.gif);
	width: 84px;
	}
#header ul li a.TAB004 {
	background-image: url(../../images/skins/English/nav_tools.gif);
	width: 69px;
	}
#header ul li a.TAB004on {
	background-image: url(../../images/skins/English/nav_tools_on.gif);
	width: 69px;
	}
#header ul li a.TAB003 {
	background-image: url(../../images/skins/English/nav_accounts.gif);
	width: 93px;
	}
#header ul li a.TAB003on {
	background-image: url(../../images/skins/English/nav_accounts_on.gif);
	width: 93px;
	}
#header ul li a.TAB005 {
	background-image: url(../../images/skins/English/nav_content.gif);
	width: 84px;
	}
#header ul li a.TAB005on {
	background-image: url(../../images/skins/English/nav_content_on.gif);
	width: 84px;
	}
#header ul li a.TAB006 {
	background-image: url(../../images/skins/English/nav_sales.gif);
	width: 76px;
	}
#header ul li a.TAB006on {
	background-image: url(../../images/skins/English/nav_sales_on.gif);
	width: 76px;
	}
#header ul li a.TAB007 {
	background-image: url(../../images/skins/English/nav_admin.gif);
	width: 76px;
	}
#header ul li a.TAB007on {
	background-image: url(../../images/skins/English/nav_admin_on.gif);
	width: 76px;
	}
#header ul li a.TAB008 {
	background-image: url(../../images/skins/English/nav_support.gif);
	width: 76px;
	}
#header ul li a.TAB008on {
	background-image: url(../../images/skins/English/nav_support_on.gif);
	width: 76px;
	}
#header ul li.selected a.TAB006, #header ul li.selected a.TAB006on,
#header ul li.selected a.TAB007, #header ul li.selected a.TAB007on {
	border-bottom: 1px solid #E76F00;
	}

