#nav01 { float:left;margin-top:15px;font-weight:bold; color:#FFFFFF;list-style: none;width:100px; /* Width of Menu Items */height:66px;}
#nav03{float:left;font-weight:bold; color:#FFFFFF;list-style: none;width:100px; /* Width of Menu Items */height:66px;}
.lb02 { width:100px;height:24px; line-height:24px; position: relative; text-align:right; }
.lb03{ height:26px; line-height:26px; width:80px;text-align:left; } 
.lb02 ul {width:150px; position: absolute;left:100px; /* Set 1px less than menu width */top:-28px;
  display: none;
  }

/* Styles for Menu Items */
.lb02 a {
  display: block;
  text-decoration: none;
  color: #777;

  }

/* Fix IE. Hide from IE Mac \*/
* html .lb02 { float: left; height:26px; line-height:26px;}
* html .lb02 a { line-height:26px; height:26px; }
/* End */

.lb02 a:hover { height:26px; line-height:26px; color: #E2144A;  } /* Hover Styles */
    
.lb03 a:hover { background:none;} /* Sub Menu Styles */
    
£á.lb02:hover ul, li.over ul { display: block; } /* The magic */

