/* Navigation Menu Container */
#menu {
width: auto;
height: 29px;
background: transparent url("images/bg_menu.jpg ") no-repeat 100% 100%;
z-index: 500;
}
#menu * {
margin: 0;
padding: 0;
border: 0;
background-repeat: repeat-x;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif
}
#menu li {
text-transform: uppercase
}
#menu li li {
text-transform: none
}
/* Parent */
#menu ul {
list-style: none
}
#menu li {
position: relative;
float: left;
border-right: 1px solid #3C0909;
background: transparent url("images/bg_menu.jpg ") no-repeat 50% 0
}
#nav li.first {
background-position: 0 0;
 }
#nav li:hover, 
#nav li.over {
background-color: transparent;
background-image: url("http://www.maf.org/layoutimages/bg_menu-hover.gif ")
}
#nav a {
text-decoration:none;
color: #fff;
white-space: nowrap;
display: block;
width: auto;
height: 21px;
text-align: center;
padding: 8px 7px 0px 7px;
position: relative
}

/*NASTY IE HACK*/
*:first-child+html {} *html #nav a { padding-bottom: 7px; }
/*EOF HACK*/

#nav a:hover {
color: #fff
}
/* for 8 button nav */
#nav.eight a {
width: 92px
}
#nav.eight li ul li a {
width: auto
}
#nav.eight li#nav_home a {
width: 93px
}
#nav.eight li#nav_mymaf {
width: 104px
}
#nav.eight li#nav_mymaf ul li a {
width: auto
}
#nav.eight li#nav_join a {
width: 81px
}
/*Get Involved*/

#nav.eight li#nav_join ul li a {
width: 135px
}
/*Get Involved*/

#nav.eight li#nav_home a {
width: 93px
}
#menu {
z-index: 50;
}
