/*System -- Horizontal Skin*/

.vm-base-menu
{
	background: #D7663A;
}

.vm-sub-menu
{
	padding: 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
	border: 1px solid #9C9A9C;
	background: white;
}

.vm-base-elem,
.vm-base-elem-over,
.vm-sub-elem,
.vm-sub-elem-over
{   
	cursor: pointer; 
	cursor: hand;
	padding: 1px;	
}

.vm-base-elem-over,
.vm-sub-elem-over
{
	background: #FCB565;
}

.vm-base-sep-inner,
.vm-base-label,
.vm-base-label-over,
.vm-sub-label,
.vm-sub-label-over,
.vm-base-title-label,
.vm-sub-title-label,
.vm-base-title-label,
.vm-sub-title-label
{
   font-family: Verdana;
   font-size: 8pt;
   color: black;
   white-space: nowrap;
}

.vm-base-title-label,
.vm-sub-title-label
{
   font-weight: bold;
	padding: 3px;
}

.vm-base-sep-inner
{
	cursor: default;
	color: #ADAA9C;
}

.vm-base-label,
.vm-sub-label
{
	color: black;
}

.vm-base-label-over,
.vm-sub-label-over
{
	color: white;
}

.vm-base-icon,
.vm-sub-icon,
.vm-base-icon-over,
.vm-sub-icon-over
{
	padding-left: 5px;
}

.vm-base-label,
.vm-base-label-over,
.vm-sub-label,
.vm-sub-label-over
{
	padding: 3px 10px;
}

.vm-base-arrow,
.vm-base-arrow-over,
.vm-sub-arrow,
.vm-sub-arrow-over
{
	padding-right: 4px;
}

.vm-sub-sep-outer
{
	padding: 3px 1px;
}

.vm-sub-sep-inner
{
	border-top: 1px solid #ADAA9C;
}
