@charset "utf-8";
/* CSS Document */

<style type="text/css">
#info {padding-bottom:100px;}

#circularMenu {
	padding:0;
	list-style:none;
	width:300px;
	height:290px;
	background-image: url(../../img/br-blue5.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#circularMenu li {
	display:block;
	width:60px;
	height:60px;
	position:absolute;
	background-image: url(.../img/chat.gif);
}
#circularMenu li.home {
	left:122px;
	top:4px;
	background-image: url(../../img/wheel-web.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.chat {
	left:200px;
	top:40px;
	background-image: url(../../img/wheel-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.upload {
	left:35px;
	top:40px;
	background-image: url(../../img/wheel-support.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.email {
	left:230px;
	top:115px;
	background-image: url(../../img/wheel-graphic.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.address {
	left:5px;
	top:115px;
	background-image: url(../../img/wheel-data.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.shop {
	left:200px;
	top:190px;
	background-image: url(../../img/wheel-marketing.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.search {
	left:35px;
	top:190px;
	background-image: url(../../img/wheel-services.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#circularMenu li.delivery {
	left:120px;
	top:225px;
	background-image: url(../../img/wheel-extras.png);
	background-repeat: no-repeat;
	background-position: 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:"Trebuchet MS", "Lucida Sans", Verdana;
}
#circularMenu li a:hover b {
	position:absolute;
	display:block;
	width:100px;
	height:100px;
	font-size:16px;
	color:#666;
	line-height: 1em;
}
#circularMenu li a:hover b span {display:block; font-size:12px; color:#888; font-weight:normal; margin-top:5px;}

#circularMenu li.home a:hover b {left:-22px; top:100px;}
#circularMenu li.chat a:hover b  {left:-102px; top:64px;}
#circularMenu li.upload a:hover b  {left:63px; top:64px;}
#circularMenu li.email a:hover b  {left:-132px; top:-11px;}
#circularMenu li.address a:hover b  {left:93px; top:-11px;}
#circularMenu li.shop a:hover b  {left:-102px; top:-87px;}
#circularMenu li.search a:hover b  {left:63px; top:-87px;}
#circularMenu li.delivery a:hover b  {left:-22px; top:-121px;}

