﻿/* --------- Menu bar ------------ */
/* Menubar's table background, better to set here so it spans width of body instead of fixed menubar width */
table.aTopMenu
{
    background-color:       rgb(0,42,70);
    background-image:       url(TopMenu-MenuBarBackground.gif);
}

/* The styles for the menu-bar titles */
.aTopMenu-StaticMenuItemStyle
{
	color:					rgb(243,226,167);
}

/* The styles for hovering on menu-bar titles */
.aTopMenu-StaticHoverStyle
{
	color:					rgb(243,226,167) !important;
    background-color:       rgb(124,34,48);
}

/* The styles for the selected menu-bar titles */
.aTopMenu-StaticSelectedStyle
{
	color:					rgb(255,206,0) !important;
}

/* --------- Menu ------------ */
/* The fonts for menu items */
.aTopMenu-DynamicMenuItemStyle
{
	color:					rgb(243,226,167);
    background-color:       rgb(0,42,70);
}

/* The styles for hovering on menu-bar items */
.aTopMenu-DynamicHoverStyle
{
	color:					rgb(243,226,167) !important;
    background-color:       rgb(124,34,48);
}

/* The styles for the selected menu-bar items */
.aTopMenu-DynamicSelectedStyle
{
	color:					rgb(255,206,0) !important;
}

