.horbar, .verbar	{
	color: #FF9900;
	width: 165px;
	padding-left: 0px;
	padding-top: 0px;
}

/* OPMAAK MENU ITEMS */

.horbaritem .horbaritemActive	{
	white-space: nowrap;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}

.horbaritem a, .horbaritem a:link, .horbaritem a:visited {
	padding-right: 8px;
	display: block;
	text-decoration: none;
}

.horbaritemActive a, .horbaritemActive a:link, .horbaritemActive a:visited {
	padding-right: 10px;
	display: block;
	text-decoration: none;
	color: #999999;
}

.horbaritem a:hover, horbaritemActive a:hover, itemActive a:hover {
	padding-right: 10px;
	color: #3399CC;
	text-decoration: none;
}

.horbaritem a:active, horbaritemActive a:active, itemActive a:active {
	padding-right: 10px;
	color: #3399CC;
	text-decoration: none;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 0px;
	margin-top: 0px;
	visibility: hidden;
}

.subframe	{
	position: relative;
	width: 200px;
	display: block;
	background-color: #CC6633;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-width: 2px 2px 1px 2px;
	border-style: dashed;
	border-color: #CC6633;
}

.item {
	text-align: left;
	white-space: nowrap;
	font-family: sans-serif;
	font-size: 10px;
	text-indent: 5px;
	background-color: #FFFFFF;
	border-bottom-color: #CC6633;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.item a, .item a:link, item a:visited {
	color: #333333;
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 150%;
	height: 22px;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-weight: bold;
}

.item a:hover, item a:active {
	color: White;
	background-color: #CC6633;
	text-decoration: none;
	line-height: 150%;
	font-size: 10px;	
	padding-top: 6px;
	padding-bottom: 3px;
	font-weight: bold;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

