.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pane-list li {
	width: 237px;
	height: 30px;
	background: url(../images/about/nav.png) no-repeat 0 -212px;
	padding: 10px 0px 5px 10px;
	cursor: pointer;
	margin-bottom:5px;
}
.pane-list li:hover {
	background: url(../images/about/nav.png) no-repeat;
}

.pane-list li.current{
background:url(../images/about/nav.png) no-repeat 0 -106px;
color:#CCFF99;
}

.pane-list li.current a, .pane-list li.bigcurrent a{
color:#fff;
}

.pane-list a{
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", tahoma, Arial, verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#00B0D0;
	text-decoration:none;
	font-weight:bold;
}

.rrboxb {
	
	font-family:"Lucida Grande", tahoma, Arial, verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin-top:5px;
	padding-right:5px;
}

/***************************/


div.imgleft {float:left; width:300px; margin-right:10px; padding-right:10px;}

.bodytext {
font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
color:#333;
margin-bottom:15px;
text-align:justify;
}