#menu2 {
font-family: Arial, Helvetica, sans-serif; 
width:635px;
height:510px;
margin:0; 
position:relative;
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 {border-collapse:collapse; 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 {
display:block; 
text-align:center; 
text-decoration:none; 
width:125px; 
height:31px; 
color:#FFFFFF; 
border:1px solid #4E5D3C;
border-width:1px 1px 0 0;
background:#435535; 
line-height:30px; 
font-size:11px;
}
/* make the dropdown ul invisible */
#menu2 ul li ul {
	position:absolute;
	left:-9999px;
	height:0;
	z-index: 3;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#menu2 ul li#current a {color:#FFFFFF; background:#4E5D3C;}

#menu2 ul li a:hover,
#menu2 ul li:hover a {
color:#FFFFFF; 
background:#3E4D2C;
}
/* make the sub menu ul visible and position it beneath the first list item */
#menu2 ul li#current ul,
#menu2 ul :hover ul {
top:30px; 
left:0;
height:250px;
background:#fff;
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:#435535; 
color:#FFFFFF;
padding:13px;
width:570px;
height:325px;
border:20px solid #3E4D2C;
list-style: none;
float:left;
}

#menu2 ul li#current ul li {border:20px solid #4E5D3C;}
/*float the image left with padding and no border */
#menu2 ul li#current ul li img,
#menu2 ul :hover ul li img {
float:left; 
padding:10px 10px 10px 0; 
border:0;
}
/* style the paragraph font height */
#menu2 ul li#current ul li p,
#menu2 ul :hover ul li p {
font-size:12px;
font-family:arial, helevetica, sans-serif;
line-height:1.4em;
}
/* 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:none;
color:#FFFFFF;
text-decoration:none;
border:0;
line-height:1.8em;
}
/* 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:#CCCCCC;
}

/* Tables */

#table-gen {
	width: 590px;
	margin: 0px auto;
	border: 1px solid #4e5d3c;
 }

#table-gen .rowa {
	background: #576646;
	height: 18px;
	
}
#table-gen .rowb {
	background: #6A785B;
	height: 18px;

}
#table-gen .cell {
	padding: 2px;
	border: 1px solid #4e5d3c;
}

#table-header {
	width: 591px; 
	height: 25px; 
	background-color: #3E4C32;
	}

#table-text {
	width: 591px; 
	height: 18px; 
	background-color: #576646;
	font-size: 11px;
	color: #FFFFFF;
	}

table#padding {padding: 3px;}

body,td {
	font-size: 11px;
	color: #FFFFFF;
}

th {
	font-size: 11px;
	color: #FFFFFF
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

