﻿.menuver
{
	margin:0 7px 0 0;
	padding:0;
}

.menuver .itemcontainer
{
	margin:0;
}

/* alla items */
.menuver .itemcontainer a
{
	display:block;
	padding:2px 4px;
	color:#cb2500;
	font-weight:400;
	text-decoration:none;
	background-color:#f8f8f8;
}

/* topmeny */
.menuver .itemcontainer .item
{

}

.menuver .itemcontainer .item:hover
{
	background-color:#f1f1f1;
}

.menuver .itemcontainer .itemactive
{
}

/*undermeny */
.menuver .itemcontainer .subitem
{
	
}

.menuver .itemcontainer .subitem:hover
{
	background-color:#f1f1f1;
}

.menuver .itemcontainer .subitemactive
{
}

.menuver .itemcontainer .arrow
{
	vertical-align:middle;
	margin-top:4px;
	float:right;
}

.menuver .separator
{
	background-color:#ffffff;
    margin:1px 0 0 0 !important;
}
