/*  *************** MAIN MENU ITEMS ************** */
#column_one ul
{
margin:0 0px 10px 0px;
padding:0;
list-style-type: none;
font-weight:bold;
}

#column_one a
{
display: block;
padding: 9px 0 9px 13px;
width: 174px;
background-color: #D1D1D2;
border-bottom: 1px solid #eee;
}

#column_one a:link, #navlist a:visited
{
color: #444;
text-decoration: none;
}

#column_one a:hover
{
background-color:#E3E3E3;
color: #444;
font-style:italic;
}

/* highlight the current menu item */
#column_one ul#navlist li#active a#current {
    font-style:italic;
    background-color:#E0E0E0;
}



/* Login button links for Fellows and Subscribe */

#login_buttons {
    text-align:center;
    margin-top:20px;
    margin-bottom: 15px;
}
#login_buttons img {
    margin-top:8px
}
