.menu-td {
	background-image:url(../img_site/menuback.jpg);
	background-repeat:no-repeat;
	height:315px;
	vertical-align:top;
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding-left:38px;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:146px;
height:20px;
padding-left:15px;
padding-top:3px;
color:#fff;
text-decoration:none;
text-align:left;
}
/* style the links hover */
.menu :hover{
color:#000066;
background:#BDB2D3;
}
