/*
 * Version: $Revision: 1.13 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

DIV#Buttons
{
    position: absolute;
    top: 62px;
    left: 210px;
}

DIV#Buttons IMG
{
    margin-left: 5px;
    margin-right: 5px;
}

DIV#Left
{
    float: left;
    margin-left: 1px;
    width: 208px;
}

DIV#MenuTop,
DIV#RecentTop,
DIV#RefTop
{
    background-repeat: no-repeat;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 13px;
    height: 26px;
    overflow: hidden;
}

DIV#MenuTop A,
DIV#RecentTop A,
DIV#RefTop A
{
    color: white;
}

DIV#Menu,
DIV#Recent,
DIV#Ref
{
    background-repeat: repeat-y;
    color: white;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

DIV#RecentCycle
{
    height: 100px;
}

DIV#MenuBottom,
DIV#RecentBottom,
DIV#RefBottom
{
    padding-left: 35px;
    line-height: 27px;
    font-size: 8pt;
    background-repeat: no-repeat;
}

DIV#MenuBottom A,
DIV#RecentBottom A,
DIV#RefBottom A
{
    color: white;
}

DIV#MenuTop
{
    background-image: url(/img/menu/top.png);
    line-height: 53px;
    padding-top: 17px;
}

DIV#Menu
{
    background-image: url(/img/menu/middle.png);
    min-height: 160px;
    font-size: 9pt;
    line-height: 16px;
    padding: 5px 9px 5px 9px;
}

DIV#Menu.IE6
{
    height: 160px;
}

DIV#Menu DIV.Menu
{
    padding: 5px 10px 5px 10px;
}

DIV#Menu DIV.Selected
{
    background-image: url(/img/menu/selected_back.png);
    _background-image: none;
    _background-color: #708490;
}

DIV#Menu DIV.Menu DIV.Menu
{
    line-height: 12px;
    background-image: none;
    font-style: italic;
    padding-top: 8px;
    padding-bottom: 0px;
}

DIV#Menu DIV A
{
    color: white;
}

DIV#MenuBottom
{
    background-image: url(/img/menu/bottom.png);
    height: 13px;
    font-size: 1px;
}

DIV#RecentTop
{
    background-image: url(/img/menu/recent_top.png);
    line-height: 45px;
}

DIV#Recent
{
    background-image: url(/img/menu/recent_middle.png);
    padding: 0;
    padding-left: 9px;
    min-height: 50px;
}

DIV#Recent IMG
{
    margin: 0;
}

DIV#RecentBottom
{
    background-image: url(/img/menu/recent_bottom.png);
    height: 35px;
}

DIV#RefTop
{
    background-image: url(/img/menu/ref_top.png);
    line-height: 45px;
}

DIV#Ref
{
    background-image: url(/img/menu/ref_middle.png);
    padding-bottom: 1px;
    font-size: 9pt;
}

DIV#Ref UL
{
    padding-left: 9px;
    list-style-type: square;
    width: 160px;
}

BODY#IE DIV#Ref UL
{
    margin-left: 5px;
}

DIV#Ref UL LI
{
    margin-bottom: 2pt;
}

DIV#Ref UL LI A
{
    color: white;
}

DIV#RefBottom
{
    background-image: url(/img/menu/ref_bottom.png);
    height: 35px;
}

DIV#Content
{
    width: 473px;
    float: left;
    margin: 0 25px 0 15px;
    _margin: 0 24px 0 15px;
}

DIV#Content ul {
    list-style: none;    
    padding-left: 25px;
    _padding-left: 0;
}

DIV#Content ul li {
    background : url( '/img/besite_logo_bullet.gif' ) no-repeat -5px -3px;
    padding-left : 17px;
    margin-left: 0px;
}

HR#Breaker
{
    clear: both;
    height: 0;
    border: 0;
    color: white;
    margin-bottom: 15px;
}

.clear
{
    clear: both;
}
