.nav-text {
	display: block;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #324C50;
}

.nav-text a {
	padding: 3px;
}

.nav-text a:link {
    text-decoration: none;
    color: #324C50;    
}
.nav-text a:visited {
    text-decoration: none;
    color: #324C50;    
}
.nav-text a:hover {
    text-decoration: none;
    color: #000; 
    background-color: #8EAEB1;
 }
.nav-text a:active {
    text-decoration: none;
    color: #324C50;    
    background-color: #8EAEB1;
}

.nav-text ul ul a,  .nav-text ul ul a:link, .nav-text ul ul a:visited, .nav-text ul ul a:active{
    color: #818362;
}

.nav-text ul ul a:hover{
    color: #585A37;
}

.text { /* Text */
	font-family: sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #324C50;
}
