#askheader {
	background: url(../images/header_bg.gif) repeat-x top #000;
	height:92px;
	text-align: center;
}

#askheader strong a {
	display:block;
	height: 63px;
	width: 760px;
	margin: 0 auto;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/logo_ask.gif) top left no-repeat;
}

/* ************************* Navigation ******************************** */

/* =Main Navigation */
#navigation-primary {
	width: 760px;
	height:29px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	overflow: visible;
	font-size: 0.8em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
#navigation-primary ul {
	position:absolute;
	width: 760px;
	top:0;
	left:0;
	margin: 0;
	padding:3px 0;
	list-style-type:none;
	white-space:nowrap;	
	}
#navigation-primary ul li {
	padding: 2px 10px;
	margin:0;
	/*background: url(../images/navigation_item.gif) no-repeat left;*/
	border-left: 1px solid #6d6d6d;
	float:left;
	}	
#navigation-primary ul li:first-child{
	background: none;
	padding-left: 0px;
	border-left: none;
}
#navigation-primary ul li a {
	display:block;
	color: #fff;
	padding: 0 2px;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.3em;
	}		
#navigation-primary ul li.current a {
	color:#efaa22;
	border-bottom: 1px solid #5b4a28;}	
#navigation-primary ul li a:hover {
	border-bottom: 1px solid #fff;
	}
/* Main Navigation end */

/* =Sub-Navigation */
#navigation-secondary ul {
	margin:0 0 11px 0;
	padding:0;
	list-style-type:none;
	}
#navigation-secondary li {
	margin:0;
	padding:0;
	border-bottom: 1px solid #fff;
	display: block;
	}	
#navigation-secondary a,
#navigation-secondary a:visited {
	margin:0;
	padding: 0;
	display:block;
	height: 1%;
	color: #7E7D7D;
	text-decoration:none;
	background: #f3f3f3 url(../images/nav_top.gif) no-repeat top left;
	}	
#navigation-secondary a span{
	margin:0;
	padding: 0;
	display:block;
	background: url(../images/nav_bot.gif) no-repeat bottom left;
}
#navigation-secondary a span span{
	margin:0 11px 0 0;
	padding: 4px 0px 4px 8px;
	display:block;
	background: url(../images/nav_arrow.gif) no-repeat right;
}
#navigation-secondary a:hover,
#navigation-secondary li.current a,
#navigation-secondary li.current a:visited,
#navigation-secondary li.current a:hover {
	background: #fcb040 url(../images/nav_top.gif) no-repeat  -168px 0px;
	color: #fff;
	}	
#navigation-secondary a:hover span,
#navigation-secondary li.current a span,
#navigation-secondary li.current a:hover span {
	background: url(../images/nav_bot.gif) no-repeat  -168px bottom;
	}	
#navigation-secondary a:hover span span,
#navigation-secondary li.current a span span,
#navigation-secondary li.current a:hover span span {
	background: url(../images/nav_cur_arrow.gif) no-repeat right;
	}	

/* Sub-Navigation End*/

/* = Footer Navigation */
#navigation-footer ul {
	margin:0 0 0 -5px;
	padding:0;
	list-style-type:none;	
	}
#navigation-footer li {
	margin:0;
	padding:0 5px 0 5px;
	border-right: 1px solid #CFCFCF;
	float:left;
	line-height: 1em;
	}	
#navigation-footer li:last-child {border-right:none;} 

	
/* / ************************* Navigation ******************************** */	