.navigation{
margin: 0;
background: url(/images/nav_bg.jpg) repeat-x;
padding: 7px 0 6px 0;
position: relative;
border-bottom: 1px solid #2D3A4D;
}
.navigation a{
font-weight: bold;
padding: 6px 10px;
margin: 0;
}
.navigation a:hover{
background: #69a4df;
border-bottom: 1px solid #69a4df;
color: #2d3a4d;
}
.navigation a.selected{
background: #69a4df;
border-bottom: 1px solid #69a4df;
color: #2d3a4d;
}

.navigation .tl{
	top: 0;
	position: absolute;
}
.navigation .tr{
	top: 0;
	position: absolute;
	right: 0;
}
