﻿/* --------- 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(94,39,40);
    background-image:       url(TopMenu-MenuBarBackground.gif);
}

/* The styles for the menu-bar titles */
.aTopMenu-StaticMenuItemStyle
{
	color:					rgb(253,248,214);
}

/* The styles for hovering on menu-bar titles */
.aTopMenu-StaticHoverStyle
{
	color:					rgb(253,248,214) !important;
    background-color:       rgb(0,42,70);
}

/* 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(253,248,214);
    background-color:       rgb(94,39,40);
}

/* The styles for hovering on menu-bar items */
.aTopMenu-DynamicHoverStyle
{
	color:					rgb(253,248,214) !important;
    background-color:       rgb(0,42,70);
}

/* The styles for the selected menu-bar items */
.aTopMenu-DynamicSelectedStyle
{
	color:					rgb(255,206,0) !important;
}









