


.estoretabs{
	/*width:900px;
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 ;
	background: red url(../images/tab_bg3.gif) repeat-x; 
	height: 46px;
	list-style: none;	
	overflow: hidden;*/
}
/*html>body .estoretabs{width:866px;}*/
#hz_menu ul{ margin:0; padding:0; list-style:none; overflow: hidden; }
#hz_menu ul li{
	float:left;
	
}

#hz_menu ul li a{
	font: normal 12px Verdana,"Trebuchet MS",sans-serif;
	float: left;
	/*display: block;*/
	color:#000;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	padding:0 0 0 16px; 
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
#hz_menu ul.temp {margin:0; padding:0;}
#hz_menu ul li a b{
	float: left;
	display: block;
	padding: 0 15px 0 8px; /*Padding of menu items*/
}

#hz_menu ul li.current a{
	color: red;
	background: url(../images/menub_hover_left.gif) no-repeat; 
	background-position: left;
	font-variant: small-caps;
}
#hz_menu ul li.current a:hover b{
	color: #000;
	
}

#hz_menu ul li.current a b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; 
}
#hz_menu ul li a:hover{
	
}
#hz_menu ul li a:hover b {
	/*border-bottom: #2c6ab4 solid 3px;*/
	color: #2c6ab4;	
}



