﻿/*
	Main menu styles
*/

.MainMenu
{
	padding: 5px 0px 5px 10px;
	clear: both;
}

/*
	Level containers
*/
.MenuLevel
{
	clear: both;
}
.MenuLevel0
{
}
.MenuLevel1
{
}
.MenuLevel2
{
}

/*
	Menu items
*/
.MenuItem
{
	float: left;
	font-family: Helvetica, Arial, Sans-Serif;
}
.MenuItem a
{
    color: inherit;
}
.MenuItem0
{
    font-size: 10pt;
    font-weight: bold;
    color: Black;
}
.MenuItem1
{
    font-size: 8pt;
    font-weight: bold;
    color: #505050;
}
.MenuItem2
{
    font-size: 7pt;
    font-weight: bold;
    color: #606060;
}
.MenuItem3
{
    font-size: 6pt;
    font-weight: bold;
    color: #404040;
}

.MenuDivider
{
	float: left;
	width: 1px;
	background: transparent url('../../Images/Digitalia2008/MenuDivider.gif') no-repeat 0px 0px;
}

.MenuDivider0
{
	height: 24px;
	margin-top: 7px;
}
.MenuDivider1
{
	height: 17px;
	margin-top: 2px;
}
.MenuDivider2
{
	height: 15px;
	margin-top: 0px;
}

.MenuSpan
{
	margin: 0px 14px 5px 14px;
}

.Open
{
	color: #80008c;
}
