/**
* VSliga.cz - SQUASH
* css name: style5.css - experimental
* 
**/

body
{
  background: url(grid.jpg) top repeat-y;
}

div#header
{
  background: url(header01.jpg) center top no-repeat;
}

#menu a:hover, #menu a:active 
{
  background: #f93d00;
}

.menu_active
{

}

a:link, a:visited 
{
  font-weight: bold;
  color: #f93d00; /*#f93d00;*/
  text-decoration: none;
  outline: none;
}

a:hover, a:active 
{
  background: #f93d00; /*#f93d00;*/
  color: #fff;
}

h3
{
  color: #93ad6f;
}

a.results_toggler:hover
{
  background: #e9ffc8;
  color: #f93d00;
}

div#chart ul li a:hover, div#chart ul li a:active
{
  background: transparent;
  color: #f93d00;
}
