/**partnerlinks**/
.navPartner {
	width:960px;
	height:15px;
	line-height:15px;
	background:url(/images/content/bg.gif) repeat-x top;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}
.navPartner li.first-child { padding-left:140px; }
.navPartner li a {
	color:#222;
	font-size:.8333em;
	padding:0 20px;
}
/**mainmenu**/
#navMain li {
	width:100%;
	float:left;
}
#navMain li a { display:block; }
#navMain li.enabled a { color:#FFB400; }
/**show the arrow when logged**/
#navMain.loggedIn li a { padding-left:10px; }
#navMain li.empty {
	padding-top:2px;
	margin-bottom:4px;
	border-bottom:1px #E17D7D dotted;
}
/**2nd level**/
#navMain ul {
	width:120px;
	padding-left:10px;
	float:left;
	display:none;
}
/**navSupp**/
#navSupp {
	width:960px;
	height:31px;
	float:left;
	position:relative;
	z-index:10;
}
/**IE6 hack**/
* html #navSupp { float:none; }
#navSupp li {
	float:left;
	position:relative;
	background:url(/images/content/bg.gif) no-repeat left -502px;
}
#navSupp li.first-child { margin-left:180px;background:none;}
* html #navSupp li.first-child { margin-left:95px; }
#navSupp li a {
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:0 14px;
	float:left;
	white-space:nowrap;
	margin:0 5px;
	position:relative;
	height:26px;
	line-height:26px;
}
#navSupp li.navSupp_logout a:hover {
	background:none;
	color:#FFC;
	text-decoration:underline
}
#navSupp li a .nav_btn{
	display:block;
	background:url(/images/buttons/button.gif) no-repeat 0 -474px;
	height:20px;
	width:1px;
	position:absolute;
	right:0;
	top:4px;
}
* html #navSupp li#navSupp-Profile a .nav_btn,* html  #navSupp li#navSupp-Inbox a .nav_btn{right:-1px}
/**counter inside link**/
#navSupp li a:hover, .dropDown, #navTools li a, #navSupp ul li a { background:url(/images/buttons/button.gif) no-repeat 0 -272px; }
#navSupp li#welcome {
	font-weight:bold;
	color:#FFF;
	line-height:26px;
	padding:0 20px;
	background:none;
}
#navSupp li ul li {
	background:none;
	padding:0;
}
/**2nd level**/
#navSupp ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	z-index:300;
	float:left;
	background:#E8F0F6;
	border:1px solid #005F97;
	width:146px;
}
#navSupp ul.ACT { display:block; }
#navSupp ul li { text-align:left; }
#navSupp ul li a {
	background-position:-162px -274px;
	color:#222;
	font-weight:normal;
	padding:2px 5px 2px 15px;
	width:126px;
	margin:0;
	height:auto;
	line-height:1.5em;
}
#navSupp ul li a:hover {
	background-color:#005f97;
	background-position:-162px -294px;
	color:#FFF;
}
/**dropdown button**/
.dropDown {
	background-position:-89px -145px;
	display:block;
	width:15px;
	height:16px;
	padding:4px;
	margin:2px -10px 0 -22px;
	float:left;
	cursor:pointer;
}
* html .dropDown { width:25px }
.dropDown:hover { background-position:-119px -145px; }
/**expand and collapse arrow button**/
.expandCollapse, .expandCollapse.ACT {
	display:block;
	width:7px;
	height:7px;
	position:absolute;
	top:8px;
	right:10px;
}
/**navTools**/
#navTools {
	position:absolute;
	top:91px;
	right:15px;
	z-index:15;
}
#navTools li {
	float:left;
	text-align:center;
}
#navTools li a {
	background:url(/images/content/bg.gif) no-repeat 0 -503px;
	float: left;
	color:#FFF;
	padding:4px 5px;
	font-size:.9em;
}
#navTools li a:hover {
	text-decoration:underline;
	color:#FFC;
}
#navSupp li.loggedout a, #navTools li.first-child a { background:none; }
