﻿.StaticMenu
{
    cursor: hand;
    font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	color: black;
	height: 55px;
    padding: 0px 5px 0px 5px;	
}

.StaticMenuHover
{
	clear: right;
    cursor: hand;
    display: inline-block;
    font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 55px;
	color: #D12420;
	height: 55px;
    padding: 0px 5px 0px 5px;	
}

.DynamicMenuLayout
{
    z-index: 1000;
}

.DynamicMenu
{
	clear: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #DADBDB;
    width: 200px;
    display: inherit;
    color: black;
    cursor: hand;
    padding: 1px 2px 1px 2px;	
    margin: 0px 0px 0px 0px;
    z-index: 1000;
}

.DynamicMenuHover
{
	clear: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: white;
    width: 200px;
    display: inherit;
    color: #D12420;
    cursor: hand;
    padding: 1px 2px 1px 2px;	
    margin: 0px 0px 0px 0px;
    z-index: 1000;
}


