body{
    background-color: #FEFECC;
}

#topmenu ul li a {
    background: none;
    background-color: #FEFECC;
    border: 1px solid #000;
    color: #000;
}
#topmenu ul li a:hover {
    background-color: #001ca7;
    border: 1px solid #FEFECC;
    color: #fff;
}
#navbar {
    background: none;
    background-color: #003399;
    color: #fff;
    border: none;
    border: 1px solid #003399;    
}
#navbar a {
    color: #fff;
}
.menublock {
    border: none
}

.menublock h4 {
    background: none;
    background: url(../images/menublock_bg.gif) repeat-x;
    color: #fff;
    position: relative;
    padding-left: 10px;
}

.cornerleft{
    background: url(../images/menublock_l.gif) no-repeat;  
    width: 7px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    
}

.cornerright{
    background: url(../images/menublock_r.gif) no-repeat;  
    width: 7px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.contentblock {
    border: none;
}

.contentblock h1 {
    background: none;
    background: url(../images/menublock_bg.gif) repeat-x;
    color: #fff;
    padding-left: 10px;
    position: relative;
    height: 32px;
}

a.adv_button {
    background: none;
    background-color: #f80;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
