
	/*
		included via config_menu_horizontal
	*/
	div.menuhoriblock
	{
		width:					800px;
		height:					auto;
		background-image:		none;
		background-color:		#C2AE70;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-top-style:		solid;
		border-top-color:		#004652;
		border-top-width:		1px;
		border-right-style:		none;
		border-bottom-style:	solid;
		border-bottom-color:	#004652;
		border-bottom-width:	1px;
		border-left-style:		none;

		margin-top:		0px;
		margin-right:	0px;
		margin-bottom:	0px;
		margin-left:	0px;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;
	}
	div.menuhori
	{
		width:					585px;
		height:					auto;
		background-image:		none;
		background-color:		transparent;
		background-repeat:		repeat;
		background-attachment:	scroll;

		border-top-style:		none;
		border-right-style:		none;
		border-bottom-style:	none;
		border-left-style:		none;

		margin-top:		0px;
		margin-right:	0px;
		margin-bottom:	0px;
		margin-left:	215px;

		padding-top:	0px;
		padding-right:	0px;
		padding-bottom:	0px;
		padding-left:	0px;
	}
	span.menuhori
	{
		font-family:		Arial, Helvetica, FreeSans, sans-serif;
		font-weight:		bold;
		font-size:			12px;
		font-style:			normal;
		color:				#004652;
		text-decoration:	none;
		text-transform:		uppercase;
		line-height:		200%;
		background-color:	transparent;
	}
	a.menuhori
	{
		font-family:		Arial, Helvetica, FreeSans, sans-serif;
		font-weight:		bold;
		font-size:			12px;
		font-style:			normal;
		color:				#004652;
		text-decoration:	none;
		text-transform:		uppercase;
		line-height:		200%;
		background-color:	transparent;
	}
	a.menuhori:hover
	{
		font-family:		Arial, Helvetica, FreeSans, sans-serif;
		font-weight:		bold;
		font-size:			12px;
		font-style:			normal;
		color:				#004652;
		text-decoration:	underline;
		text-transform:		uppercase;
		line-height:		200%;
		background-color:	transparent;
	}
	a.menuhori-selected
	{
		font-family:		Arial, Helvetica, FreeSans, sans-serif;
		font-weight:		bold;
		font-size:			12px;
		font-style:			normal;
		color:				#004652;
		text-decoration:	underline;
		text-transform:		uppercase;
		line-height:		200%;
		background-color:	transparent;
	}
	a.menuhori-selected:hover
	{
		font-family:		Arial, Helvetica, FreeSans, sans-serif;
		font-weight:		bold;
		font-size:			12px;
		font-style:			normal;
		color:				#004652;
		text-decoration:	underline;
		text-transform:		uppercase;
		line-height:		200%;
		background-color:	transparent;
	}

