.line {
    background-color: #3399FF;
    }

.pipe {
    background-color: #3399FF;
    }

.nav {
    font-family: verdana;
    font-size: 10px;
    line-height: 1.1em;
    color: #666666;
	text-decoration: none;
	} 

.nav.on {
    font-weight: bold;
    color: #000000;
	}

.nav a {
    color: #666666;
	text-decoration: none;
    }

.nav a:hover {
    text-decoration: underline;
	}

.nav a.on {
	text-decoration: none;
	color: #000000;
	}
.nav a:hover.on {
    text-decoration: underline;
	}
