﻿/* MainNavigation */
#MainNavigation
{
    width:750px;
    margin-left:0px;
    margin-top:5px;
    margin-bottom:0px;
    padding-left:0px;
    height:26px;
}

/*
join images - and shift pixels.
ul.navigation a{display:block;
width:120px;
height:30px;
background: url("../images/button_background.png") top left no-repeat;
text-decoration:none;
color: #FFFFFF;
text-align:center;
}
ul.navigation a:hover {
background: url("../images/button_background.png") top left no-repeat;
background-position: -120px 0;
}*/

#MainNavigation a
{
    text-decoration:none;
    text-transform:uppercase;
    /*background:url(../en/images/master/nav_link.gif) no-repeat bottom left;*/
    background:url(../../en/images/master/nav.gif) no-repeat bottom left;
    color:White;
    font-weight:bold;
    line-height:26px;
    text-align:center;
    width:125px;
    font-size:75%;
    float:left;
}

#MainNavigation a:hover
{
    /*background:url(../en/images/master/nav_hover.gif) no-repeat bottom left;*/
    background-position:-125px 2px;
}

#MainNavigation a.Active
{
    background:url(../../en/images/master/nav_active.gif) no-repeat bottom left;
}

#MainNavigation a.Active:hover
{
    background:url(../../en/images/master/nav_active.gif) no-repeat bottom left;
}

#MainNavigation a#End
{
    background:url(../../en/images/master/nav_link_end.gif) no-repeat bottom left;
}

#MainNavigation a#End:hover
{
    background:url(../../en/images/master/nav_hover_end.gif) no-repeat bottom left;
}

#MainNavigation a#End.Active
{
     background:url(../../en/images/master/nav_active_end.gif) no-repeat bottom left;
}

/* SubNavigation */
#SubNavigation
{
    list-style:none;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:25px;
    width:750px;
    background:#EEEEEE;
    border-bottom:solid 1px #000000;
    padding:0 0 0 0;
    min-height:22px;
}

#SubNavigation a
{
    text-decoration:none;
    font-size:75%;
    color:#3D4063;
    float:left;
    padding-left:7px;
    white-space:nowrap;
    line-height:22px;
    padding-right:10px;
}

#SubNavigation a:hover
{
    text-decoration:underline;
}

#SubNavigation a.Active
{
    font-weight:bold;
}