.cover_tab {
display:block;
font-family: Georgia, "Times New Roman", Times, serif; 
width:640px; 
position:relative;
z-index:0;
list-style-image: none;
list-style-type: none;
margin-top:-30px
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.cover_tab ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
.cover_tab ul table {border-collapse:collapse; margin:-1px 10px; font-size:1em;}
/* float the list so that the items are in a line */
.cover_tab 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. */
.cover_tab ul li a, .cover_tab ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:150px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:0px 0px 0 0;
background:#ccc; 
line-height:30px; 
font-size:11px;
margin-top:280px;
}
/* make the dropdown ul invisible */
.cover_tab ul li ul {
position:absolute; left:-9999px; height:0;
}
.cover_left_1 { background:url(../images/cover_left_1.jpg);}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.cover_tab ul li a:hover,
.cover_tab ul li:hover a {
color:#fff; 
background:#000;
}
/* make the sub menu ul visible and position it beneath the first list item */
.cover_tab ul :hover ul {
top:30px; 
left:0;
height:auto;
text-align:left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.cover_tab ul :hover ul li {
/*background:#eee; */
color:#000;
width:640px;
/*
padding:10px;
border:20px solid #b3ab79;*/
height:250px;
}
/*float the image left with padding and no border */
.cover_tab ul :hover ul li img {
float:left; 
/*padding:10px 10px 10px 0; */
border:0;
}
/* style the paragraph font height */
.cover_tab ul :hover ul li p {
font-size:0.9em;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
.cover_tab ul :hover ul li a {
display:inline;
background:#eee;
color:#c00;
text-decoration:underline;
border:0;
line-height:1.8em;
}
/* style the background and forground colors of the links on hover */
.cover_tab ul :hover ul li a:hover {
text-decoration:none; 
color:#000;
}

