/* CSS Document */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/circular.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.Links { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #356aa5;  font-weight: bold; text-decoration: none; }
.Links:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #356aa5; font-weight: bold; text-decoration: none; }
.Links:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #356aa5; font-weight: bold; text-decoration: none;}	
.Links:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #356aa5; font-weight: bold; text-decoration: none; }
.Links:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffd817; font-weight: bold; text-decoration: none; }

#circularMenu {
	padding:0;
	margin:0 auto;
	list-style:none;
	position:relative;
	width:400px;
	height:400px;
	background:#fff url(circular/background.gif) no-repeat;
	background-image: url(images/background.gif);
}
#circularMenu li {
	display:block;
	width:65px;
	height:65px;
	position:absolute;
	background-image: url(images/fix.gif);
}

#circularMenu li.results {left:173px; top:12px; background:url(images/results.gif) no-repeat center center;}
#circularMenu li.cups {left:274px; top:33px; background:url(images/cups.gif) no-repeat center center;}
#circularMenu li.rank {left:123px; top:302px; background:url(images/rank.gif) no-repeat center center;}
#circularMenu li.league {left:232px; top:301px; background:url(images/league.gif) no-repeat center center;}
#circularMenu li.clubs {left:309px; top:217px; background:url(images/clubs.gif) no-repeat center center;}
#circularMenu li.fix {left:320px; top:126px; background:url(images/fix.gif) no-repeat center center;}
#circularMenu li.train {left:60px; top:33px; background:url(images/train.gif) no-repeat center center;}
#circularMenu li.info {left:23px; top:127px; background:url(images/info.gif) no-repeat center center;}
#circularMenu li.links {left:37px; top:217px; background:url(images/links.gif) no-repeat center center;}

#circularMenu li a b {display:none;}
#circularMenu li a {display:block; width:60px; height:60px; text-align:center;}

#circularMenu li a:hover {background:url(circular/circle.gif); text-decoration:none; font-family:georgia, serif;}
#circularMenu li a:hover b {display:block; width:70px; height:70px; font-size:16px; color:#000000; font-weight:bold; background:#fff;}
#circularMenu li a:hover b span {display:block; font-size:12px; color:#494442; font-weight:normal; margin-top:15px;}


#circularMenu li.results a:hover b  {left:-102px; top:64px;}
#circularMenu li.cups a:hover b  {left:63px; top:64px;}
#circularMenu li.rank a:hover b  {left:-132px; top:-11px;}
#circularMenu li.league a:hover b  {left:93px; top:-11px;}
#circularMenu li.clubs a:hover b  {left:-102px; top:-87px;}
#circularMenu li.fix a:hover b  {left:63px; top:-87px;}
#circularMenu li.train a:hover b  {left:-22px; top:-121px;}
#circularMenu li.info a:hover b  {left:-15px; top:-50px;}
#circularMenu li.links a:hover b  {left:-15px; top:-50px;}

.Valid { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #555555;  font-weight: bold; text-decoration: none; }
.copy {	color: #33302B font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}