/*Target Example*/

.vm-cursor-clickable
{ 
   cursor: pointer;
}

.vm-cursor-inactive
{
   cursor: default;
}

.vm-base-menu
{
   padding-bottom: 0px;
   background: url(vm-images/base-background.gif) left bottom no-repeat;   
}

.vm-sub-menu
{
	background: #ebebeb;
	text-align:left;
	border: 1px solid #9B9B9B;
}

.vm-sub-elem,
.vm-sub-elem-over
{
   padding-left: 8px;
   padding-right: 8px;	
   background: url(vm-images/sep-background.gif) repeat-x;	
}

.vm-sub-elem-over
{
   background: #7FA4C0;
}

.vm-sub-label,
.vm-sub-label-over
{
	color: #666666;
	font-family: arial;
	font-size: 9pt;
	white-space: nowrap;
	}

.vm-sub-label,
.vm-sub-label-over
{
   padding-top: 6px;
	padding-bottom: 6px;
}

.vm-sub-label-over
{
	color: white;
}

.vm-sub-icon,
.vm-sub-icon-over
{
	padding-left: 3px;
}

.vm-sub-arrow,
.vm-sub-arrow-over
{
   padding-left: 3px;
   padding-right: 6px;
}