div#select {
    position:absolute;
    top:20px;
    left:0px;
    height:32px;
    width: 350px;
    border-color:red;
    border-width:1px;
    border-style:solid;
}
div#userOff {
    position:absolute;
    top:0px;
    left:300px;
    height:32px;
    width:700px;
    color:black;
    font-weight:bold;
    font-size:small;
    vertical-align:middle;
    line-height: 32px;
}
div#userOn {
    position:absolute;
    top:0px;
    left:620px;
    height:32px;
    margin: 0 0 0 0;
    color:black;
    font-weight:bold;
    font-size:small;
    line-height:32px;
}
div.navbloc
{
    display:block;
    height:32px;
    width:98px;
    margin: 0 0 0 0;
    color:black;
    font-weight:bold;
    font-size:small;
    text-align:center;
    line-height:32px;
    background-color:rgb(0,132,198);
    background-image:url("../back_black.gif");
    background-repeat:repeat-x;
    background-position:bottom left;
    border-right: Gray groove 2px;   
}
div.navbloc_sel
{
    display:block;
    height:32px;
    width:98px;
    margin: 0 0 0 0;
    color:black;
    font-weight:bold;
    font-size:small;
    text-align:center;
    line-height:32px;
    background-color:rgb(0,132,198);
    background-image:url("../back_blkblu.gif");
    background-repeat:repeat-x;
    background-position:bottom left;
    border-right: Gray groove 2px;   
}
div#nav1
{
    position:absolute;
    top:0;
    left:0;
}
div#nav2
{
    position:absolute;
    top:0;
    left:100px;
}
div#nav3
{
    position:absolute;
    top:0;
    left:200px;
}
div#nav4
{
    position:absolute;
    top:0;
    left:300px;
}div#nav5
{
    position:absolute;
    top:0;
    left:400px;
}
div#ac2cnd
{
    position:absolute;
    top:0;
    left:500px;
}
div#logonbut
{
    position:absolute;
    color:Red;
    top:0;
    right:0; 
    border-left: Gray groove 2px;   
}
div#logoffbut
{
    position:absolute;
    color:Red;
    top:0;
    right:0; 
    border-left: Gray groove 2px;   
}
span#name
{
    display:inline;
}
input#username
{
    display:inline;
}
span#pword
{
    display:inline;
}
input#password
{
    display:inline;
}
span#welcome
{
    display:inline;
}
span#servTZ
{
    display:inline;
    color:gold;
}
