#nav 
{height:24px;
width:728px;
padding:0px;
margin:0px;
background-image: url('../images/nav/back.gif');
}

.menu 
{

height:24px;
width:720px;
padding-left:0px;
margin-left:4px;
font-family: sans-serif;
}


/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
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;
width:120px;
z-index:150;
margin-right:0px;

}



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





/* style all the top level links */
.menu a, .menu :visited {
display:block;
font-size:12px;
font-weight:normal;
width:120px;
height:24px;
padding:0;
line-height:22px;
color: #333333;
background:url(../images/nav/menu.gif);
text-decoration:none;
margin-right:0px;
text-align:center;
}








/* style the links hover */
/* for IE6 */
.menu a:hover{
border:0;
background:#ffffff url(../images/nav/menu_over.gif);
}









/* for IE7 and non-IE browsers */
.menu li:hover > a {
color:#339999;
background:#ffffff url(../images/nav/menu_over.gif);
}









/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:120px;
height:0;
top:24px;
}










/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
height:auto;
}





/* place the bottom scroll image beneath the drop down list */
.menu ul :hover ul a 
{
background:url(../images/nav/middle_fill.gif);
height:22px;
text-align:left;
padding-left:10px;
width:110px;
font-size:11px;
}


/*
.menu ul :hover ul a:hover 
{
color:#ffffff;
background: white url(../images/nav/middle_fill_hover.gif);
}
*/

