﻿/* ================================================================ 
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) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#circularMenu {padding:0; margin:0 auto; list-style:none; position:relative; width:300px; height:300px; background:#fff url(../images/background.gif) no-repeat;}
#circularMenu li {display:block; width:60px; height:60px; position:absolute;}

#circularMenu li.center-top {left:120px; top:4px;}
#circularMenu li.right-top {left:200px; top:40px;}
#circularMenu li.left-top {left:35px; top:40px;}
#circularMenu li.right-middle {left:230px; top:115px;}
#circularMenu li.left-middle {left:5px; top:115px;}
#circularMenu li.right-bottom {left:200px; top:190px;}
#circularMenu li.left-bottom {left:35px; top:190px;}
#circularMenu li.middle-bottom {left:120px; top:225px;}

#circularMenu li a b {display:none;}
#circularMenu li a {display:block; width:60px; height:60px; text-align:center;}

#circularMenu li a:hover {background:url(../images/circle.gif); text-decoration:none; font-family:georgia, serif;}
#circularMenu li a:hover b {position:absolute; display:block; width:100px; height:100px; font-size:14px; color:#63352c; background:#fff;}
#circularMenu li a:hover b span {display:block; font-size:12px; color:#888; font-weight:normal; margin-top:15px;}

#circularMenu li.center-top a:hover b {left:-22px; top:100px;}
#circularMenu li.right-top a:hover b  {left:-102px; top:64px;}
#circularMenu li.left-top a:hover b  {left:63px; top:64px;}
#circularMenu li.right-middle a:hover b  {left:-132px; top:-11px;}
#circularMenu li.left-middle a:hover b  {left:93px; top:-11px;}
#circularMenu li.right-bottom a:hover b  {left:-102px; top:-87px;}
#circularMenu li.left-bottom a:hover b  {left:63px; top:-87px;}
#circularMenu li.middle-bottom a:hover b  {left:-22px; top:-121px;}