﻿.menuver
{
	margin:8px;
	color:#000000;
    font-size:12px;
}
.menuver .itemcontainer
{
    clear:both;
}
.menuver .item
{
    display:block;
	font-weight:700;
	text-decoration:none !important;
    padding:5px 2px;
    border-bottom:1px dotted #bf353a;
}
.menuver .item:hover
{
	color:#e6edf5;
    background-color:#a3bfdb;
}

.menuver .active
{
}

.menuver .arrow
{
	margin-right:5px;
}
.menuver .separator
{
	height:3px;
	margin:0;
	font-size:0px;
	line-height:0px;
	background: url('/Media/Build/menu_separator.gif') repeat-x;
}

