﻿.Menu
{
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 200px;
    display: block;
    float: left;
    list-style: none;
}
.Menu-Header
{
}
.Menu-Arrow
{
}
.Menu-Item
{
    position:relative;
}
.Menu-Link
{
}
.Menu-Icon
{
    margin: 5px;
    height: 10px;
    width: 10px;
    display: block;
    float: left;
}
.Menu-Title
{
    margin: 5px 0px;
    padding-right: 10px;
    height: 10px;
    width: 170px;
    clear: none;
    display: block;
}
.Menu-Description
{
    text-align: justify;
    margin:10px;
    padding: 10px;
    height: 100px;
    width: 200px;
    position: absolute;
    left: 200px;
    top: 0px;
    display: none;
}
.Menu-Hightlight
{
}
.Menu-Break
{
}
.Menu-Footer
{
}

/*SubMenus*/

.SubMenu
{
    margin: 0px;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 200px;
    display: none;
    list-style: none;
}
.SubMenu-Header
{
}
.SubMenu-Arrow
{
}
.SubMenu-Item
{
    position:relative;
}
.SubMenu-Break
{
}
.SubMenu-Link
{
}
.SubMenu-Icon
{
    margin: 5px;
    height: 10px;
    width: 10px;
    display: block;
    float: left;
}
.SubMenu-Title
{
    margin: 5px 0px;
    padding-right: 10px;
    height: 10px;
    width: 170px;
    clear: right;
    display: block;
    float: none;
}
.SubMenu-Description
{
    text-align: justify;
    margin:10px;
    padding: 10px;
    height: 100px;
    width: 200px;
    position: absolute;
    left: 200px;
    top: 0px;
    display: none;
}
.SubMenu-Highlight
{
}
.SubMenu-Footer
{
}

/*Contextual Selectors*/

.Menu-Header,
.Menu-Arrow,
.Menu-Item,
.Menu-Link,
.Menu-Icon,
.Menu-Title,
.Menu-Hightlight,
.Menu-Break,
.Menu-Footer
{
    display:block;
}

.Menu-Item,
.Menu-Link
{
    height: 20px;
    width: 200px;
}

.SubMenu-Header,
.SubMenu-Arrow,
.SubMenu-Item,
.SubMenu-Link,
.SubMenu-Icon,
.SubMenu-Title,
.SubMenu-Hightlight,
.SubMenu-Break,
.SubMenu-Footer
{
    display:block;
}

.SubMenu-Link
.SubMenu-Item
{
    height: 20px;
    width: 200px;
}