#level1 {
    position: absolute;
}

#level1 li {
    position: relative;
    display: block;
    float: left;
    height: 32px;
    margin: 2px 10px 0 0;
    padding: 16px 0 0 13px;
}

#level1 li.active {
    background: url('/template/images/tab-navigation-left.png') no-repeat;
}

#level1 #tabNavigationRight {
    position: absolute;
    right: -13px;
    top: 0px;
}

#level1 li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#level1 li.active a {
    color: #7A7A7A;
}

#level1 li a:hover {
    text-decoration: underline;
}

#level1 li.active a:hover {
    text-decoration: none;
}

#firstLevelMenu li {
    list-style: none;
    margin-right: 10px;
}

li div.list.engine:hover {
    background-position: 0px 11px;
}
div.list, div.listSelected {
    position: relative;
    background-image: url('/template/images/arrow-submenu.png');
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 16px 0 0 33px;
    margin: 0 0 0 10px;
    text-decoration: none;
    height: 26px;
    display: inline-block;
}

div.list a, div.listSelected a {
    line-height: 20px;
}

li div.list {
    background-image: url('/template/images/arrow-toggle-right.png');
    background-repeat: no-repeat;
    background-position: left -30px;
}

li div.list:hover {
    background-position: left 11px;
}

ul#subMenu {
    margin: 0px;
}

ul#subMenu li {
    display: inline;
    list-style: none;
	float: left;
}

ul#subMenu li a {
    font-weight: bold;
    text-decoration: none;
    color: #7a7a7a;
}

ul#subMenu li.selected a {
    font-weight: bold;
    text-decoration: none;
}
