/* Menu */

.main-menu-wrapper-fixed {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
   bottom:0px;
}

div.main-menu-wrapper-fixed#past-events{
background-image: url(../images/past-events-bg.jpg);
width:100%;
height:36px;
padding-left:20px;
}

div.main-menu#past-events {
text-align:center;
margin:0 auto;
width:940px;
height:20px;
margin-top:8px;
}

div.main-menu#past-events a{
font-family:helvetica;
font-size:18px;
text-decoration:none;
color: #666633;
}

div.main-menu#past-events a:hover{
font-size:18px;
text-decoration:none;
color:#999933;
}

div.menu-item {
    display:inline;
    font-size:18px;
    margin-right:30px;
    text-decoration:none;
}
/* End Menu */
