/* Hovedmenypunktene*/
/*Bakgrunnsfarge på "baren"*/
.horbar	{
	color: black;
	background-color: #F2F2F2; 
	/*background-color: 8B96B8; */
	margin-left: 174px;
	margin-right: 30px;
	/*width: 760px; */
	text-align: center;
	
}
.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #F2F2F2;
	/*border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;*/
	/* background-color: #E7E7E7; */
	/*border: solid #000000;
	border-width: thin; */
	padding-left: 0px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
	font-weight: none;
}

.horbaritem a:link	{
	color: #2D4488;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #2D4488;
	text-decoration: none;
	font-weight: none;
}

.horbaritem a:hover	{
	color: #F5192A;
	/*background-color: #FF3300;*/
	text-decoration: none;
	font-weight: none;
}

.horbaritem a:active	{
	color: #F5192A;
	text-decoration: none;
	font-weight: none;
}
.verbar	{
	color: black;
	background-color: #ffffff;
	border: 2px outset #000000;
}
/*.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
} */

/* Undermenyen*/
.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

/*.subframe	{
	position: relative;
	display: block;
	background-color: #E7E7E7;
	border: 1px outset #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	
} */

.subframe	{
	position: relative;
	margin: 5px 0px 2px 1px;	/* top right bottom left */
	display: block;
	background-color: #F2F2F2;
	border-width: 1px;
	border-style: solid;
	border-color: #8B96B8;
	
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 15px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
	margin-left: 5px;
}

.item a:link	{
	color: #2D4488;
	text-decoration: none;
}

.item a:visited	{
	color: #2D4488;
	text-decoration: none;
}

.item a:hover	{
	color: #F5192A;
	/*background-color: #FF3300;*/
	text-decoration: none;
}

.item a:active	{
	color: #F5192A;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 4px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}


