/*----------------------------------------------------------------------------
  Clear Fix Hack (Float Clear Hack)
----------------------------------------------------------------------------*/
/* for New Browser */
#itemHd ul:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* for IE */
#itemHd ul{
display: inline-block;
}
/* Hides from IE-mac \*/
* html #itemHd ul
{ height:1%;}

#itemHd ul
{display:block;}
/* End hide from IE-mac */


#itemHd{
position:relative;
margin:0 auto;
width:900px;
height:60px;
text-align:left;
}
#itemHd p#itemLogo,
#itemHd ul{
position:absolute;
margin:0;
padding:0;
}
#itemHd p#itemLogo{top:22px;left:11px;}
#itemHd ul{
list-style:none;
top:0px;
left:173px;
}
#itemHd ul li{
float:left;
}
