﻿/* --------------------------------------------- */
/* MAIN MENU                                     */
/* --------------------------------------------- */

.MainMenu
{
	font-family: 'Arial';
	font-weight: 900;
	font-size: 11px;
	margin-left: 0px;
}

/* root level */

.StaticMenuItemStyle
{
	font-family: 'Arial';
	font-size: 11px;
	color: #000;
	margin-right: 5px;
}

.StaticSelectedStyle
{
	color: #000;
}
 
.StaticHoverStyle
{
	color: #136339;
}

.MainMenu A:Link
{
	color: #000;
}

.MainMenu A:Visited
{
	color: #000;
}

.MainMenu A:Active
{
	color: #000;
}

.MainMenu A:Hover
{
	color: #136339;
}

/* --------------------------------------------- */
/* SUB MENU                                   */
/* --------------------------------------------- */

.SubMenu
{
	font-family: 'Arial';
	font-weight: bold;
	font-size: 11px;
	/*margin-left: 11px;
	margin-top: 25px; */
	width: 219px;
	height: 24px;
	
	position: relative;
	left: 387px;
	top: 0px;
}

.DynamicMenuStyle 
{
    padding-left: 3px;
}

.DynamicMenuStyle A:Link
{
    font-family: 'Arial';
	font-weight: bold;
    font-size: 11px;
    width: 219px;
    color: #000;
    
}

.DynamicMenuStyle A:Visited
{
    font-family: 'Arial';
	font-weight: bold;
    font-size: 11px;
    width: 219px;
    color: #000;
}

.DynamicMenuStyle A:Active
{
    font-family: 'Arial';
	font-weight: bold;
    font-size: 11px;
    width: 219px;
    color: #136339;
}

.DynamicMenuStyle A:Hover
{
    font-family: 'Arial';
	font-weight: bold;
    font-size: 11px;
    width: 219px;
    color: #136339;
}

/* root level */

.SubStaticMenuItemStyle
{
	color: #00FF00;
	margin-left: 5px;
}

.SubStaticSelectedStyle
{
}
 
.SubStaticHoverStyle
{
}

.SubMenu A:Link
{
	color: #514e4c;
}

.SubMenu A:Visited
{
	color: #514e4c;
}

.SubMenu A:Active
{
	color: #514e4c;
}

.SubMenu A:Hover
{
	color: #136339;
}