
#Navigation
{
	width: 180px;
	float: left;	
	padding: 0;
	margin: 0 10px;
	display: inline; /* Fixes the double margin thing in IE6 */
}

#TopNavigation
{
    margin:0 0 10px 0px;
    color: Black;
    font-weight: bold;
}

#TopNavigation a
{
    margin:0 0 10px 0px;
    color: Black;
    font-weight: bold;
    text-decoration: none;
}


#PrimaryContent
{
	width: 712px;
	float: left;
	padding: 10px 12px;
	margin: 0 10px;
	border-style: solid;
	border-width: 1px;
	display: inline; /* Fixes the double margin thing in IE6 */
	/* Editable */
	background-color: White;
	color: Black;
	border-color: black;
}

#Navigation ul, #Navigation li
{
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

#Navigation a
{
	display: block;
	padding: 3px 6px;
	font-size: 16px;
	margin: 0;
	color: Black;
	font-weight: bold;
	text-decoration: none;	
}

#Navigation a:hover
{
	background: #99CC00; /* Primary colour */
	color: White; /* Calculate */
}

#Navigation a.Active,
#Navigation a.Active:hover /* This is needed by IE to override a:hover */
{
	background: #00882F; /* Secondary colour */
	color: White; /* Calculate */
}
