body {
    background-color: white;
    font-family:Arial,sans-serif;
}

img {
    border: 0;
}

#left_top {
    background-image: url(/local/templates/images/left_top.jpg); 
    background-repeat: no-repeat; 
}

#left_top_bg {
    background-image: url(/local/templates/images/left_top_bg.gif); 
    background-repeat: repeat-x;
    background-position: 2px;
}

.menu li a {
    font-size: 0.9em;
    font-weight:normal;
    background-image: url(/local/templates/images/menu_default.gif);
    background-repeat: no-repeat;
    display:block;
    padding-left: 28px;
    height: 24px;
    padding-top: 3px;
    color: black;
    text-decoration: none;

}

.menu li a:hover {
    text-decoration: underline;
    background-image: url(/local/templates/images/menu_hover.gif);
    background-repeat: no-repeat;
}

.menu li a:active {
    background-image: url(/local/templates/images/menu_selected.gif);
    background-repeat: no-repeat;
}


.menu li.selected a {
    background-image: url(/local/templates/images/menu_selected.gif);
    background-repeat: no-repeat;

    font-weight:bold;

}

.subitems li, .subitems li a, .subitems li a:hover, .subitems li a:active {
    font-weight:normal ! important;
    background-image: none ! important;
    padding:0;
    margin:0;
    height: 1.2em;
}

.subitems li.selected a:hover {
    font-weight:bold ! important;

}

.subitems li.selected a {

    font-weight:bold ! important;

}


.clear {
   clear: both;
   float: none;
   height: 0;
   font-size: 0;
}
