@charset "utf-8";
/* CSS Document */
#menuPanel{
	width:104px;
	margin:0px 25px 0px;
}
	
	
	
#menuPanel ul{
	display:block;
	width:104px;
	height:200px;
	position:relative;
	list-style-type:none;
	border-bottom:#666 thick solid;
}

#menuPanel ul li{
	/*float:right;*/
	font:14px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#menuPanel ul li a{
	width:104px;
	height:50px;
	display:block;
	color:#FFF;
	background:url(/images/blue-bead.jpg);
	text-decoration:none;
	text-align:center;
	top:0px;
	left:0px;
}

#menuPanel ul li a:hover{
	width:104px;
	height:50px;
	text-decoration:none;
	background:url(/images/grey-bead.jpg) no-repeat 0 0 #AEAEAE;
	color:#333333;
}

#menuPanel ul li.active{
	width:104px;
	display:block;
	height:50px;
	background:url(/images/active-bead.jpg) no-repeat 0 0 #AEAEAE; color:#000;
	text-align:center;
	margin:0 1px 0 0;
}

