/* CSS Document */
#content {
	float:left;
	/* total width: 463px */
	width: 413px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top:8px;
	background-image: url(../_images/contentTop_c2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
	background-color: #FFF;
}
#rightMenu {
	float:left;
	/* total width: 165 */
	width: 153px;
	padding-right: 12px;
	background-image: url(../_images/contentTop_c3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;

}

#rMenuContent {
	float:left;
	/* total width: 153 */
	width:143px;
	background-color: #fffcb9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #063563;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-size: 0.9em;
}
#rMenuTitle {
	background-image: url(../_images/buildingBridgesText.gif);
	background-repeat: no-repeat;
	background-position: center;
	/* total width: 153px */
	width:151px;
	height:27px;
	margin-top: 27px;
	padding-top: 3px;
	background-color: #fffcb9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #063563;
}

.rMenuIcon {
	width: 48px;
	float:left;
	clear: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #fffcb9;
}
.rMenuNav {
	float: left;
	clear: right;
	margin: 0px;
	/* total width: 143 - 48 = 95 */
	width: 88px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #fffcb9;
}
.rMenuNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#rMenuBottom {
	float:left;
	/* total width: 153px */
	width:153px;
	height:13px;
	background-image: url(../_images/rightMenu_bott.gif);
	background-repeat: no-repeat;
	background-position: left top;
}