/* Central Pane */

	.centralPane {
		padding-right: 270px;
		text-align: justify;
	}
html>body .pageContent {
	padding-top: 20px;
	// padding-top: 3px;
}

/* Right Pane */

	.rightPane {
		width: 245px;
		float: right;
		margin: 0px;
		margin-bottom: 0px;
		padding-top: 60px;
	}
	.rightMenu {	
		background: url(../image/bg/bg-rightMenu.jpg) left bottom no-repeat;
		width: 245px;
/*		height: 340px;*/
		height: auto;
		text-align: left;
		padding-bottom: 44px;
	}
	.rightMenu#small {	
		background: url(../image/bg/bg-rightMenuSmall.jpg) left bottom no-repeat;
		width: 245px;
		height: auto;
		text-align: left;
	}

	.rightMenu h1 {
		font-family: Tahoma; 
		font-weight: normal;
		font-size: 22px;
		color: #999;
		border-bottom: 1px solid #e4e4e4;
		margin: 0px 15px;
		padding: 6px 0px 6px 15px;
	}

	.rightMenu ul {
		list-style: none;
		margin: 10px 0px 0px 30px;
		padding: 0px;

	}
	.rightMenu ul li {
		font-size: 13px;
		font-family: Tahoma; 
		margin: 15px 0px;
		padding: 0px;
		background: none;
		
	}
/*
	html>body .rightMenu ul li {
		margin: 15px 0px;
		// margin: 14px 0px;
	}
*/
	.rightMenu ul li a {
		text-decoration: none;
		color: #666;
	}
	.rightMenu ul li a:hover {
		text-decoration: none;
		color: #0080d2;
		background: url(../image/bullet/rightMenu-current.gif) left 5px no-repeat;
		padding: 0px 0px 0px 15px;
	}

	 .rightMenu ul li a.current {
		color: #0080d2;
		background: url(../image/bullet/rightMenu-current.gif) left 5px no-repeat;
		padding: 0px 0px 0px 15px;
		cursor: pointer;
	}
