
/*--header area--*/
#headerArea{}
#headerArea .biggerFontSizeTemplate{font-size:100%;}
#headerArea .biggestFontSizeTemplate{font-size:80%;}
#headerArea .headerArea{width:100%;}

/*--new layout update [tab store dropdown menu]--*/
#haTabStoreMenu{padding:0;margin:0;background-image:url(/images/LeeIna_02.jpg);
  color:white;
  font-size:13px;
  font-weight:bold;
  background-repeat: repeat-x;
	height:24px;
}
#haTabStoreMenu td {
	border-color:#83A33D;
	border-style:solid;
	border-width:2px 1px;
  border-left: 1px solid white;
  white-space:nowrap;
  background-image:url(/images/button-background.jpg);
	width:100px;
	text-indent:13px;
	padding: 5px 2px;
}
#haTabStoreMenu td a {
	text-decoration: none;
	text-transform:lowercase;
}
#haTabStoreMenu td#td1 {
	border-color:#83A33D;
}
#haTabStoreMenu td:hover {
  color: #ff0;
	background-image:url(/images/button-selected-background.jpg);
  background-repeat: repeat-x;
	cursor:pointer;
}
#haTabStoreMenu .biggerFontSizeTemplate{font-size:75%;}
#haTabStoreMenu .biggestFontSizeTemplate{font-size:60%;}
#haTabStoreMenu img{position:relative;z-index:500;}
#haTabStoreMenu td:hover ul{display:block;}
#haTabStoreMenu iframe{display:none;position:absolute;margin-left:-2px;background:transparent;}
#haTabStoreMenu ul{display:none;position:absolute;margin:21px 0 0 -2px;padding:0;list-style:none;z-index:10;}		
#haTabStoreMenu ul li{
  border: 2px solid #83A33D;
  border-top: 0;
  background-color: #6C8D25;
  white-space: nowrap;
  background-image:none;
	width:110px;
}
#haTabStoreMenu ul li:hover{
  border-color: #6C8D25;
  background-color: #83A33D;
}
#haTabStoreMenu ul li a{width:auto;display:block;padding:5px 2px;text-decoration:none;}
#haTabStoreMenu ul li a:link{color:#fff;text-decoration:none;}
#haTabStoreMenu ul li a:visited{color:#fff;text-decoration:none;}
#haTabStoreMenu ul li a:hover{color:#ff0;text-decoration:none; background-color:#91B24A}
#haTabStoreMenu ul li a:active{color:#000;}
#haTabStoreMenu ul li.first{background:url("/images/none.gif");height:2px;overflow:hidden;border:0;}
#haTabStoreMenu ul li.last{padding-bottom:2px;border-bottom:1px solid #33425a;}
#haTabStoreMenu a.noline{color:white}