#new_header_container{
	background-color:#eae8e4;
	height:89px;
	text-align:center;
	/*padding-right:20px;*/
	margin-bottom:15px;
}

#new_header_container .new_centered_header{
	width:983px;
	height:89px;
	margin:0px auto;
	text-align:left;
	padding-right:20px;
}

#new_header_container .new_centered_header .new_logo_section{
	height:27px;
	padding:19px 0px 14px 20px;
	*padding:19px 0px 8px 20px;
}

/* HC US Logo [Start] */
#new_header_container .new_centered_header .new_logo_section #hc_us_logo{
	float:left;
	background:url("../images/hc_publisher_logo.gif") no-repeat scroll left top transparent;
	height:27px;
	position:absolute;
	width:244px;
}

#new_header_container .new_centered_header .new_logo_section #hc_us_logo a {
	display:block;
	height:27px;
	overflow:hidden;
	text-indent:-1000em;
	width:244px;
	outline:none;
}
/* HC US Logo [End] */

/* HC AU Logo [Start] */
#new_header_container .new_centered_header .new_logo_section #hc_au_logo{
	float:left;
	background:url("../images/hc_australia_logo.gif") no-repeat scroll left top transparent;
	height:26px;
	position:absolute;
	width:350px;
}

#new_header_container .new_centered_header .new_logo_section #hc_au_logo a {
	display:block;
	height:26px;
	overflow:hidden;
	text-indent:-1000em;
	width:350px;
	outline:none;
}
/* HC AU Logo [End] */

/* HC CA Logo [Start] */
#new_header_container .new_centered_header .new_logo_section #hc_ca_logo{
	float:left;
	background:url("../images/hc_canada_logo.gif") no-repeat scroll left top transparent;
	height:25px;
	position:absolute;
	width:232px;
}

#new_header_container .new_centered_header .new_logo_section #hc_ca_logo a {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-1000em;
	width:232px;
	outline:none;
}
/* HC CA Logo [End] */

/*.menu_section .parentmenulist{margin-top:4px;}*/

#new_header_container .new_centered_header .new_logo_section .other_links{
	float:right;
}

#new_header_container .new_centered_header .new_logo_section .other_links .cart_bg{
	background:url("../images/cart_bg.gif") no-repeat;
	height:12px;
	padding-left:15px;
}

#new_header_container .new_centered_header .new_logo_section .other_links a{
	color:#95928c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	padding-right:21px;
	margin-right:24px;
	border-right:1px solid #c1bdb6;
}

#new_header_container .new_centered_header .new_logo_section .other_links a:hover{
	text-decoration:underline;
}

#new_header_container .new_centered_header .new_menu_section{
	height:29px;
	*padding-top:1px;
}

#new_header_container .new_centered_header .new_menu_section .menu_section{
	float:left;
	width:700px;
}

#new_header_container .new_centered_header .new_menu_section .search_section{
	float:right;
	text-align:right;
}

#new_header_container .new_centered_header .new_menu_section .search_section input.image{
	vertical-align:bottom;
	margin-left:2px;
}

#new_header_container .new_centered_header .new_menu_section .search_section input.search_text_box{
	border:1px solid #d6d3ce;
	width:184px;
	padding:2px;
	margin:0px;
	height:22px;
	color:#95928c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* menu tabs */
.menu_section{
	border-bottom: 0px;
}

.menu_section ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 14px "Times New Roman", Times, serif;
}

.menu_section ul li a{
	font: 14px "Times New Roman", Times, serif;
}

.menu_section ul li a:hover{
	font: 14px "Times New Roman", Times, serif;
	text-decoration:none;
}

/*Top level list items*/
.menu_section ul li{
	position: relative;
	display: inline;
	float: left;
	background:none;
    margin-bottom:0px;
    padding:0px;
}

/*Top level menu link items style*/
.menu_section ul li a{
	display: block;
	background: url("../images/sprite_tab_left_bg.gif") no-repeat left top; /*background of tabs (default state)*/
	padding:0 0 0 20px;
	margin:0px 1px 0px 0px; /*spacing between tabs*/
	width:104px;
	*width:124px;
	border-bottom-width: 0;
	text-decoration: none;
}

.menu_section ul li a span{
   display:block;
   background: url("../images/sprite_tab_right_without_arrow_bg.gif") no-repeat right top;
   padding:6px 15px 6px 0px;
   color: #ffffff;
}

.menu_section ul li a:hover span {
	color:#ffffff;
}
.menu_section ul li a:hover {
	background-position:0% -29px;
}
.menu_section ul li a:hover span {
	background-position:100% -29px;
}

/*1st sub level menu*/
.menu_section ul li ul.sublevel{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color:#807d76;
}

/*Sub level menu list items*/
.menu_section ul li ul.sublevel li{
	display: list-item;
	float: none;
	margin:10px;
}

/*Subsequent all sub menu levels vertical offset after 1st level sub menu */
.menu_section ul li ul.sublevel li ul{
	top: 0;
}

/* Sub level menu links style */
.menu_section ul li ul li a{
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	font-size:11px !important;
	width: 175px; /*width of sub menus*/
	background-image:none !important;
	background-color: #807d76 !important;
	color: #eae8e4 !important;
	padding: 4px 5px;
	margin: 0;
}

/*Sub menu links hover style*/
.menu_section ul li ul li a:hover{ 
	text-decoration:underline;
	background-color: #807d76;
}

/* Down arrow class */
.menuarrow{
	position: absolute;
	top: 14px;
	right: 20px;
}

/* Active Tab Without Arrow [Start] */
.menu_section li.active_tab_without_arrow a {
	background: url("../images/sprite_tab_left_bg.gif") no-repeat left top;
	background-position: 0% -58px;
	color: #7e7f82;
}
.menu_section li.active_tab_without_arrow a span{ 
	background: url("../images/sprite_tab_right_without_arrow_bg.gif") no-repeat right top;
	background-position: 100% -58px;
	color: #7e7f82;
}
.menu_section li.active_tab_without_arrow a:hover{
	background: url("../images/sprite_tab_left_bg.gif") no-repeat left top;
	background-position: 0% -29px;
	color: #ffffff;
}
.menu_section li.active_tab_without_arrow a:hover span {
	background: url("../images/sprite_tab_right_without_arrow_bg.gif") no-repeat left top;
	background-position:100% -29px;
	color: #ffffff;
}
/* Active Tab Without Arrow [End] */

.clear_both{clear:both;}
.last_link{border:0px !important; padding-right:0px !important; margin-right:0px !important;}
div.search_form{ padding:0px; margin:0px; width:250px;}

/* Books Sublevel Links [Start] */
div.sublevel_div{width:425px;margin:5px;}
div.sublevel_div ul li a{width:115px !important;}
div.sublevel_div ul.sublevel_left_01 li a{background:none !important; font-size:11px !important; font-family:Arial,Helvetica,sans-serif !important;}
div.sublevel_div ul.sublevel_left_01 li a:hover{background:none !important; font-size:11px !important;}

div.sublevel_div div.sublevel_left ul{margin-left:0px;}
div.sublevel_div div.sublevel_left ul li{margin:10px;}
div.sublevel_div div.sublevel_left, div.sublevel_div div.sublevel_right{float:left;}
div.sublevel_div div.sublevel_right{margin:15px 0px 10px 0px; border-left:1px solid #95928c; padding-left:15px;}
div.sublevel_div div.sublevel_right ul.sublevel_right_01 li, div.sublevel_div div.sublevel_right ul.sublevel_right_02 li{margin:3px;}
div.sublevel_div div.sublevel_right ul.sublevel_right_01 li a, div.sublevel_div div.sublevel_right ul.sublevel_right_02 li a{font-size:11px !important; font-weight:normal !important; background:none !important;}
div.sublevel_div div.sublevel_right ul.sublevel_right_01 li a:hover, div.sublevel_div div.sublevel_right ul.sublevel_right_02 li a:hover{font-size:11px !important; font-weight:normal !important; background:none !important;}
div.sublevel_div div.sublevel_right ul.sublevel_right_01{float:left;}
div.sublevel_div div.sublevel_right p.header_content{font-family:"Times New Roman", Times, serif; font-size:12px; color:#b3b2b0; padding:0px 0px 10px 8px; margin:0px;}
div.sublevel_div div.sublevel_right ul.sublevel_right_02{float:left;}
/* Books Sublevel Links [End] */

