div.container	{	
    width: 240px;
}

div.menuitem	{
    background: url(/images/menuItemBg-240.jpg);
    width: 100%;
    height: 34px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.pagination_menuitem	{
    background: url(/images/pagBigItemBg-240.jpg);
    width: 100%;
    height: 34px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.no_prev_pagination_menuitem	{
    background: url(/images/noPrevPagBigItemBg-240.jpg);
    width: 100%;
    height: 34px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.no_next_pagination_menuitem	{
    background: url(/images/noNextPagBigItemBg-240.jpg);
    width: 100%;
    height: 34px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.menulink	{
    padding-left: 24px;
    padding-top: 10px
}

div.navbar {
    background: url(/images/windowTitleBg-240.jpg);
    width: 240px;
    height: 34px;
}

div.navcontents {
    color: white;
    font-family: "Arial";
    font-size: 11pt;
    font-weight: bold;
    padding-top: 9px;
    margin-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: elipsis;
}

.big_divider {
    height: 3em;
}

div.bigmenuitem	{
    background: url(/images/menuBigItemBg-240.jpg);
    width: 100%;
    height: 54px;
    margin-top: 2px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.bigmenulink a {
    color: white;
    text-decoration: none;
    padding-top:18px;
    padding-left:5px;
    display: block;
}
