/* MAIN MENU */

#main-menu {
     position: absolute;
     width: 620px;
     height: 28px;
     top: 240px;
     right: 25px;
}

#main-menu ul {
     float: right;
     margin: 0;
     padding: 0;
     list-style-type: none;
}

#main-menu li {
     margin: 0;
     padding: 0;
     float: left;
     height: 28px;
     line-height: 28px;
}

#main-menu a {
     padding: 0 14px 0 14px;
     color: #FFF;
     text-decoration: none;
     font-weight: bold;
}

#main-menu a:hover {
     text-decoration: underline;
}

.mainMenu-delimiter {
     width: 1px;
     height: 28px;
     background: url('../img/delimiter_mainMenu.gif') no-repeat;
}

/* LEFT NAVIGATION */

#left-navigation {
     margin: 0;
     padding: 0;
     list-style-type: none;
}

.ln-level-on, .ln-level-off {
     padding: 12px 7px 12px 7px;
     background: url('../img/delimiter_leftNavigation.gif') left bottom no-repeat;
}

.ln-level-on a, .ln-level-off a {
     padding-left: 16px;
     font-size: 110%;
}
     
.ln-level-on a {
     font-weight: bold;
     color: #313f4b;
     background: url('../img/bullet1.gif') left 3px no-repeat;
}

.ln-level-off a {
     background: url('../img/bullet2.gif') left 3px no-repeat;
}
