#menu {
margin-top: 75px; 
margin-left: 10px;	  
}

#menu {
width: 142px; /* set width of menu */
background: transparent;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

/* style, color and size links and headings to suit */
#menu a, #menu form {
font: bold 11px/14px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
white-space:nowrap;
margin: 0;
padding: 2px 3px;	

}


#menu a {
color: #1e4a49;
background: transparent;
text-decoration: none;
}

#menu a:hover, a:active {
color: #000;
}
	
#menu form {  
padding-top: 12px; 	  
padding-bottom: 7px;
color: #1e4a49;	 
text-align: center;
}  
#menu form select{width: 120px;}  
#menu form input {width: 29px; margin-bottom: 8px;}

#menu li {list-style: none; }

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu li ul { /* nested lists */
	background-color: #ecf0e4;
	width: 240px;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}



#donate a {
    display: block;
    position: relative;
    left: -17px;
    top: -10px;
    margin: 0;
    padding-top: 3px;
    width: 103px;
    height: 23px;
    background: transparent url(/images/button_donate_pair.gif) no-repeat 0 0;
    text-decoration: none;
}
    
#donate a:hover {
    background-position: -109px 0;
      }

#join a {
    display: block;
    position: relative;
    left: -17px;
    top: -10px;
    margin: 0;
    padding-top: 3px;
    width: 103px;
    height: 23px;
    background: transparent url(/images/button_donate_pair.gif) no-repeat 0 0;
    text-decoration: none;
}
    
#join a:hover {
    background-position: -109px 0;
      }


