﻿body 
{
    color: #404141;
    background:#000099 url(Background.jpg) repeat-x;
}
.tournum
{
	color: #dadef3;
}
#menu
{
    background: url(Menu.png) no-repeat;
    background-position: 5px 0;
    background-color:#E6E6E6;
}
#menu a
{
    color: #bfc8cd;
    text-shadow: #011e2e 2px 2px 2px;
}
#menu a:hover
{
    color: White;
    background-image: url(MenuItem_hover.png);
    background-repeat: repeat-x;
}
#menu a.selected
{
    color: White;
    background: url(MenuItem_selected.png) repeat-x;
}
.menu-divider
{
    background: url(MenuItemDivider.gif) no-repeat;
    width:2px;
}
#bottom-nav
{
	background-image:url(BottomNavBar.gif);
}
#bottom-nav-separator
{
	background-image:url(BottomNavSeparator.gif);
}