a:link {
	text-decoration: none;
	color: #3f89d4;
}

a:visited {
	text-decoration: none;
	color: #2e56ad;
}
	
a:hover, a:active {
	text-decoration: underline;
	color: #3f89d4;
}

#navcontainer #current {
	background: no-repeat url(../../images/button_over1.png);
}
#navcontainer a {
	background: no-repeat url(../../images/button_normal1.png);
}
#navcontainer a:hover {
	background: no-repeat url(../../images/button_over1.png);
}
#navcontainer ul ul a {
	color: #3f89d4;
}

#navcontainer ul ul ul a{
	color: #a9c5d4;
}
