﻿.menuver
{
	margin:6px 0 30px 0;
	color:#000000;
}
.menuver .itemcontainer
{

}
.menuver .item
{
	color:#e65322;
	font-weight:700;
	text-decoration:none !important;
    display:block;
    padding:5px 0;
    border-bottom:1px solid #0076bc;
}

.menuver .item:hover
{
	color:#e77b56;
}

.menuver .itemactive
{
	color:#bb3c11;
	font-weight:700;
    display:block;
    padding:5px 0;
	text-decoration:none !important;
    border-bottom:1px solid #0076bc;
}

.menuver .child
{
	font-size:11px;
    font-weight:400;
    border-top:0px solid #e7e7e7;
    border-bottom:0px solid #e7e7e7;
}

.menuver .arrow
{
	margin-right:2px;
}
.menuver .separator
{
	height:6px;
	margin:0;
	font-size:0px;
	line-height:0px;
	background: url('/Media/Build/menu_separator.gif') repeat-x;
}

.menuver .separatorChild
{
	height:6px;
	margin:0;
	font-size:0px;
	line-height:0px;
	background: #f1f1f1;
}
