/* common styling */h1{    margin-top: 25px;    text-align: center;    font: normal 24px Georgia, times, "times new roman", serif;    color: #996600; /*#800517*/    font-weight: bold; }p.note{    text-align: center;    font: normal 14px Georgia, times, "times new roman", serif;    color: #996600;    font-weight: bold;    }/* set up the overall width of the menu div and the margins */.menu2 {font-family: Georgia, times, "times new roman", serif; width:847px;height:31px;background:#fff;padding:0;margin:0 auto; position:relative;z-index:1;margin-top:360px;}/* remove the bullets and set the margin and padding to zero for the unordered list */.menu2 ul {padding:0; margin:0;list-style-type: none;border:0;}/* float the list so that the items are in a line */.menu2 ul li {display:block;float:left;width:121px;height:31px;}/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */.menu2 ul li a, .menu2 ul li a:visited {display:block; float:left;text-align:center; text-decoration:none; width:120px; height:31px; color:#593c0f;border-right:1px solid #fff;background:#d7c263; line-height:30px; font-size:11px;}/* make the dropdown ul invisible */.menu2 ul li ul {display: none;}/* remove the table styling */table {border-collapse:collapse;margin:0; padding:0;}/* specific to non IE browsers *//* set the background and foreground color of the main menu li link on hover */.menu2 ul li:hover a{color:#fff; background:#000;cursor:default;}/* make the sub menu ul visible and position it above the first list item */.menu2 ul li:hover ul{text-align:left;display:block; position:absolute; top:-311px; left: 60px;}/* make the sub menu ul li the full width with padding and border. */.menu2 ul li:hover ul li  {cursor:pointer;width:676px;height:220px;border: 20px solid #000;border-width:20px 5px;background: #d7c263; color: #fff;padding:25px 20px;cursor:default;}img.first{position:absolute; top:-311px; left: 60px; border: 20px solid #000;border-width:20px 5px;background: #d7c263; /*here initial bg color was #ddd*/color:#fff;padding:25px 20px;}