/* *****************************************************************************

								Left-hand Menu Bar

***************************************************************************** */

.leftmenu {
	font-family: Verdana, Helvetica, sans-serif;	
	width: 150px;
	padding: 0px;
	margin: 15px auto 0 auto;
	indent: 0px;
	float: left;
	background: #FFFFFF;
	list-style-type: none;
}

.leftmenu a {
	font-size: 10px;
	display: block;
	padding: 8px;
	width: 136px;
	margin: 2px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
background: #DDDC4C;	
	white-space: nowrap;
	overflow: hidden;
border: 0;	
}

.leftmenu .leftitem-selected a {
	background: #666;
	color: #FFF;
border: 0;
}

.leftmenu a:hover {
	background: #666;
	color: #FFFFFF;
border: 0;
}

/* *****************************************************************************

								Right-hand Menu Bar

***************************************************************************** */

.rightmenu {
	width: 145px;
	padding: 0px;
	margin: 0px auto;
	indent: 0px;
	float: left;
}

.rightbox {
	width: 145px;	
	padding: 3px;
	margin: 6px 0px;
}

.rightbox a.button {
	display: block;
	background: #DDDC4C;	
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	padding: 3px;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-indent: 0px;
	line-height: 15px;
	cursor: pointer;
	width: auto;
	white-space: nowrap;
}

.rightbox a.button:hover {
	background: #666;		
	border-color: #666;
	color: #FFFFFF;
}

#CanWeTalk {
	padding-top: 80px;
	background: url('/images/rsb-canwetalk.gif') top left no-repeat;
}

#TopraBox {
	padding-top: 80px;
	background: url('/images/rsb-topra.gif') top left no-repeat;
}

#BrumBox {
	padding-top: 80px;
	background: url('/images/rsb-birmingham.gif') top left no-repeat;
}

#MLinkBox {
	padding-top: 80px;
	background: url('/images/rsb-mlink.gif') top left no-repeat;
}

#ChinaBox {
	padding-top: 80px;
	background: url('/images/rsb-china.gif') top left no-repeat;
}

#ClinicalBox {
	padding-top: 80px;
	background: url('/images/rsb-clinical.gif') top left no-repeat;
}

#BarqaBox {
	padding-top: 80px;
	background: url('/images/rsb-barqa.gif') top left no-repeat;
}

#PipaBox {
	padding-top: 80px;
	background: url('/images/rsb-pipa.gif') top left no-repeat;
}


