/* navigation.css V2.4 (c) Hans Georg Peters */

#navigation
{
	padding-left: 20px;
	padding-top: 15px;
	float: left;
	line-height: 1.0;
}

#navigation p 
{
    padding-bottom: 0.8em;
}

#navigation a 
{
    text-decoration: none;
    color: #ae814e;
}

#navigation a:hover 
{
    text-decoration: underline;
}