﻿/* Indien werken met een Menu control */
.Menu
{
    color:White;
    width:753px;
    height:138px;
    cursor:pointer;
    }

/* Componentart Look  */
.MenuLook
{
    color:#b7b7b7;
    text-decoration:none;
    width:125.5px;
    cursor:pointer;
    height:17px;

    }

.MenuExpanded
{
    
    color:#b7b7b7;
    text-decoration:none;
    width:125.5px;
    cursor:pointer;
    height:17px;

    }
.MenuHover
{
    
    color:#ffffff;
    width:125.5px;
    cursor:pointer;
    height:17px;
    position:relative; 
    
    }
.MenuActive
{
    
    color:#b7b7b7;
    width:125.5px;
    cursor:pointer;
    height:17px;
    position:relative;
    }
