#menu2 {
width:870px;
height:250px;
margin-top:0px; 
position:relative;
background:none;
z-index:90;
}
/* 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;
}
#menu2 ul table {margin:-1px -10px; font-size:1em;}
/* float the list so that the items are in a line */
#menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu2 ul li a, .menu2 ul li a:visited {
margin-top: 20px;
background-image:url(../images/tab_off.png);
display:block; 
text-align:center; 
text-decoration:none; 
width:145px; 
height:30px; 
color:#FFF; 
font-size:12px;
font-family: Helvetica, Verdana, Arial, sans-serif;
line-height: 28px;
}
/* make the dropdown ul invisible */
#menu2 ul li ul {
position:absolute; left:-9999px; height:0; 
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#menu2 ul li#current a {color:#000; background-image:url(../images/tab_on.png); margin-top: 20px;}

#menu2 ul li a:hover,
#menu2 ul li:hover a {
color:#fff; 
background-color:none;
margin-top: 20px;
background-image:url(../images/tab_hover.png);
}
/* make the sub menu ul visible and position it beneath the first list item */
#menu2 ul li#current ul,
#menu2 ul :hover ul {
left:0;
height:293px;
background:transparent;
text-align:left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#menu2 ul li#current ul li,
#menu2 ul :hover ul li {
background:none; 
color:#000;
width:869px;
height:auto;
border:0;
}
#menu2 ul li#current ul li {border:0;}
/*float the image left with padding and no border */
#menu2 ul li#current ul li img,
#menu2 ul :hover ul li img {
float:left; 
}

/* style the paragraph font height */
#menu2 ul li#current ul li p,
#menu2 ul :hover ul li p {
font-size:0.9em;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
#menu2 ul li#current ul li a,
#menu2 ul :hover ul li a {
display:inline;
background:#000000;
text-decoration:underline;
border:0;
line-height:30px;
}
/* style the background and forground colors of the links on hover */
#menu2 ul li#current ul li a:hover,
#menu2 ul :hover ul li a:hover {
text-decoration:none; 
color:#000;}