.nav2
{
    float: right;
    text-align: right;
    width: 52%;
    height: 28px;
    border: none;
    background: transparent;
    color: #FFFFFF;
    text-align: right;
}
/*Color navigation bar normal mode*/
.nav2 ul
{
    list-style-type: none;
}
.nav2 ul li
{
    float: left;
    position: relative;
    z-index: 1000;
    border-right: solid 1px rgb(175,175,175);
}
.nav2 ul li ul
{
    display: none;
    border: none;
}

/*Sticky hover zones*/
.nav2 ul li a
{
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 16px 0 16px;
    text-decoration: none;
    color: #FFFFFF;
}
.nav2 ul li:hover
{
    width: auto;
}
.nav2 table
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    border-collapse: collapse;
}
/*Non-IE6*/
.nav2 ul li:hover a
{
    background-color: rgb(210,210,210);
    text-decoration: none;
}
/*Color main cells hovering mode*/
.nav2 ul li:hover ul
{
    display: block;
    position: absolute;
    z-index: 998;
    top: 28px;
    left: 0;
}
.nav2 ul li:hover ul li ul
{
    display: none;
}
.nav2 ul li:hover ul li a
{
    display: block;
    width: 10em;
    height: auto;
    line-height: 1.3em;
    margin-left: -1px;
    padding: 4px 16px 4px 16px;
    border-left: solid 1px rgb(175,175,175);
    border-bottom: solid 1px rgb(175,175,175);
    background-color: rgb(237,237,237);
    font-weight: normal;
    color: #000000;
}
/*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover
{
    background-color: rgb(210,210,210);
    text-decoration: none;
}
/*Color subcells hovering mode*/

/*IE6*/
.nav2 ul li a:hover
{
    background-color: rgb(210,210,210);
    text-decoration: none;
}
/*Color main cells hovering mode*/
.nav2 ul li a:hover ul
{
    display: block;
    position: absolute;
    z-index: 998;
    top: 1.7em;
    top: 1.6em;
    left: 0;
    margin-top: 0.1em;
}
.nav2 ul li a:hover ul li a
{
    display: block;
    width: 10em;
    height: 1px;
    line-height: 1.3em;
    padding: 4px 16px 4px 16px;
    border-left: solid 1px rgb(175,175,175);
    border-bottom: solid 1px rgb(175,175,175);
    background-color: rgb(237,237,237);
    font-weight: normal;
    color: rgb(50,50,50);
}
/*Color subcells normal mode*/
.nav2 ul li a:hover ul li a ul
{
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: absolute;
    z-index: 997;
}
.nav2 ul li a:hover ul li a:hover
{
    background-color: rgb(210,210,210);
    text-decoration: none;
}

