/*
    menu.css
    Cascading Style Sheet for CENTROPOHOLICS.com
    (c) 2006 Stefan Habel
*/

td.Sidebar td p {
    margin-top: 6px;
}
td.Sidebar {
    font-size: 11px;
}

.MenuArea {
    border-bottom: 10px solid black;
}
.MenuHeadline {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.MenuItems {
    font-size: 11px;
}
div.MenuItem {
    text-indent: -9px;
    margin-left: 9px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.MenuItemsMain {
    font-size: 12px;
}
.MenuInformation {
    font-size: 11px;
    vertical-align: top;
}
.MenuLatestNews {
    font-size: 11px;
}
.MenuLatestNewsButtons {
    text-align: center;
}
.MenuSeparator {
    background-color: black;
}
.Selected {
    font-weight: bold;
}
.Disabled {
}
.Arrows {
    font-family: Verdana, Tahoma, Helvetica, sans-serif, sans;
    font-size: 11px;
    font-weight: bold;
}
