.nav, .nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.nav a {
    text-decoration:none;
}
/*IE5 list fix*/
.nav .sub li {float:left;}
.nav .sub > li {float:none;}

#navigation {
    position:absolute;
	top:0px;
	left:0px;
	height:25px;
	width:900px;
    background:#EBEBEB;
	padding-top:10px;
    z-index:10;
}
#languages {
	position:absolute;
	top:7px;
	left:815px;
}
.nav {
    position:absolute;
}
.nav .link {
    width:100px;
    margin-top:-10075px;
	text-align:center;
    float:left;
}
.nav a {
    position:relative;
    display:block;
    height:25px;
    line-height:25px;
    text-decoration:none;
    color:#000;
    z-index:10;
}
.nav .sub a {
    background:#EBEBEB;
    margin:0 -1px 0 0;
    width:100px;
}
.nav .sub {
    float:left;
    background:#CCCCCC;
    padding-top:35px;
    margin-top:-25px;
}
.nav a.main {
    width:100px;
    height:25px;
    line-height:25px;
    margin-top:10085px;
    margin-right:-99px;
	padding-top:5px;
	padding-bottom:5px;
    float:left;
}
.nav a.main:hover, .nav a.main:focus, .nav a.main:active {
    margin-right:0;
    background:#999999;
    color:#fff;
}
.nav .sub a:hover, .nav .sub a:focus, .nav .sub a:active {
    margin:0 0 0 0;
    background:#999999;
    color:#fff;
}

/* Empty rule to fix occassional IE6 tabbing bug */
a, a:hover, a:active, a:focus {}

/* Opera fix */
.sub:hover {
    clear:both;
}
