/*  Fortiss Style */
/*
These classes define the styles that change for different categories of page.
i.e. 'Themes'
*/

.border
{
	height: 7px;
	width: 7px;
	background-color: #B48630;
}
.menubar
{
	color: Black;
	background: #B48630;
}
A.menubarlink:hover
{
	color: #B48630;
}
.MainNavArea
{
	width: 233px;
	background-color: #7A6345;
}

