ul.menu {
    list-style: none; 
    margin: 0; 
    padding: 0
}

ul.menu * {
    margin: 0;
    padding: 0
}

ul.menu a {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
/*    font-size: 13px;*/
    line-height: 14px;
/*    white-space: nowrap;*/
    color: #555; 
    text-decoration: none;
}

ul.menu li {
    position: relative;
    float: left;
}

ul.menu ul {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    opacity: 0;
    list-style: none;
}

ul.menu ul li {
    position: relative;
/*    border-top: none;*/
    width: 170px;
    margin: 0;
    text-align: center;
}

ul.menu ul li a {
    display: block;
    padding: 3px 7px 5px;
    background-color: #fff;
}

ul.menu ul li a:hover {
/*    background-color: #c5c5c5;*/
    color: #000;
/*    text-transform: uppercase;*/
}

ul.menu ul ul {
    left: 172px;
    top: -1px
}

ul.menu .menulink {
    display: block;
/*    float: left;*/
    width: 172px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-family: Georgia, 'Times New Roman', serif;
    white-space: nowrap;
    color: #555;
}
    
ul.menu .menulink:hover, ul.menu .menuhover {
    color: #000;
/*    text-transform: uppercase;*/
}

ul.menu .selected {
    color: #000;
    text-transform: uppercase;
}
    
ul.menu .sub {
    background: #fff url(arrow.gif) 160px 8px no-repeat;
}

ul.menu .topline {
    border-top:1px solid #aaa
}

