/* @override 
	http://localhost/space_at_work/css/navigation.css
*/

/* Homepage module */

.homeNavigation
{
    position: absolute;
    height: 300px;
    width: 300px;
    left: 0;
    top: -100px;
}

/* TOP LEVEL NAV */

div.topnav
{
    display: block;
    position: absolute;
    left: 0;
    top: 200px;
    width: 117px;
    height: 27px;
    font-size: 10px;
    padding-left: 23px;
    padding-right: 20px;
    padding-top: 5px;
    text-decoration: none;
    background-image: url(../img/nav-bg.gif);
    background-repeat: repeat-x;
    background-position: top right;
    color: #333;
    overflow: hidden;
    z-index: 40;
    background-color: #ffffff;
    cursor: pointer;
    border:0;
}

html>body div.topnav
{
    width: 84px;
    height: 20px;
}

#topnav1, .topnav1 { top: 129px; }
#topnav2, .topnav2 { top: 153px; }
#topnav3, .topnav3 { top: 177px; }
#topnav4, .topnav4 { top: 201px; }
#topnav5, .topnav5 { top: 225px; }
#topnav6, .topnav6 { top: 249px; }
#topnav7, .topnav7 { top: 273px; }
#topnav8, .topnav8 { top: 297px; }
#topnav9, .topnav9 { top: 321px; }
#topnav10, .topnav10 { top: 345px; }
#topnav11, .topnav11 { top: 369px; }
#topnav12, .topnav12 { top: 393px; }
#topnav13, .topnav13 { top: 417px; }
#topnav14, .topnav14 { top: 441px; }
#topnav15, .topnav15 { top: 465px; }
#topnav16, .topnav16 { top: 489px; }
#topnav17, .topnav17 { top: 513px; }
#topnav18, .topnav18 { top: 537px; }




/* SUB NAV */
div.subnav
{
    display: none;
    position: absolute;
    width: 228px;
    height: 25px;
    font-size: 10px;
    padding-left: 25px;
    padding-top: 5px;
    background-color: white;
    color: #333;
    font-size: 10px;
    text-decoration: none;
    background-image: url(../img/nav-bg.gif);
    background-repeat: repeat-x;
    background-position: top right;
    cursor: pointer;
}

html>body div.subnav
{
    width: 214px;
    height: 20px;
}

.subnav1 { left: 108px; }
.subnav2 { left: 336px; }

.toppos1 { top: 129px; }
.toppos2 { top: 153px; }
.toppos3 { top: 177px; }
.toppos4 { top: 201px; }
.toppos5 { top: 225px; }
.toppos6 { top: 249px; }
.toppos7 { top: 273px; }
.toppos8 { top: 297px; }
.toppos9 { top: 321px; }
.toppos10 { top: 345px; }
.toppos11 { top: 369px; }
.toppos12 { top: 393px; }
.toppos13 { top: 417px; }
.toppos14 { top: 441px; }
.toppos15 { top: 465px; }
.toppos16 { top: 489px; }
.toppos17 { top: 513px; }
.toppos18 { top: 537px; }


/* FINAL */
div.final,
div.final:hover,
div.final:active
{
    background-image: url(../img/nav-bg-no-arrow.gif);
}