/*Target Example*/

.vm-cursor-clickable
{ 
   cursor: pointer;
}

.vm-cursor-inactive
{
   cursor: default;
}

.vm-base-menu
{
   padding-bottom: 2px;
   background: url(vm-images/base-background.gif) left bottom no-repeat;   
}

.vm-sub-menu
{
	background: #EBEBEB;
	border: 1px solid #008A8E;
}

.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: #36A3A6;
}

.vm-sub-label,
.vm-sub-label-over
{
   color: #666666;
   font-family: arial;
   font-size: 8pt;
   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;
}