.RadPanelbar_RichardCaplan
{
	white-space: normal;
	width: 211px;
}

/* Top Level Styles */
/* **************** */
.RadPanelbar_RichardCaplan .rootGroup .first 
{
	/*display: block;*/
	 /*Hack to only apply the inline in Internet Explorer */
	display: inline !ie;
}


.RadPanelbar_RichardCaplan .level1 .first
{
	display: block;
}

.RadPanelbar_RichardCaplan .rootGroup .item
{
	width: 211px;
	background-image: url(./Img/menu_top.png);
	_background-image: url(./Img/menu_top.gif);
	background-repeat: no-repeat;
	
}

.RadPanelbar_RichardCaplan .rootGroup .link
{
	height: 32px;
	padding: 11px 0 0 20px;
	font-weight: bold;
	font-size: 1.5em;
	color: White;
	font-family: times new roman, serif;
}

.RadPanelbar_RichardCaplan .rootGroup .item .last .link
{
	_padding: 0px; 
	_text-indent:28px;
}

/* First Sub Level  */
/* **************** */
.RadPanelbar_RichardCaplan .level1 .item
{
	background-image: url(./Img/menu_bg.png);
	_background-image: url(./Img/menu_bg.gif);
	background-repeat: no-repeat;
	width: 211px;
	line-height: 14px;
}

.RadPanelbar_RichardCaplan .level1 .link
{
	background: url(./Img/bullet_level1.gif) no-repeat;
	font-size: 1.1em;
	font-weight:normal;
	color: #666666;
	height: auto;
	padding: 0 0 0 28px;
	font-family: arial, helvetica, sans-serif;
}


.RadPanelbar_RichardCaplan .level1 .last
{
	background-image: url(./Img/menu_bottom.png);
	_background-image: url(./Img/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	
}

.RadPanelbar_RichardCaplan .level1 .selected
{
	color: #0D1868;
	font-weight: bold;
}

.RadPanelbar_RichardCaplan .level1 .focused,
.RadPanelbar_RichardCaplan .level1 .expanded,
.RadPanelbar_RichardCaplan .level1 .link:hover
{
	color: #0D1868;
}

/* Second Sub Level */
/* **************** */
.RadPanelbar_RichardCaplan .level2 .item
{
	background-image: none;
	background-repeat: no-repeat;
	width: 211px;
	line-height: 14px;
}

.RadPanelbar_RichardCaplan .level2 .link
{
	background: url(./Img/bullet_level2.gif) no-repeat;
	font-size: 1.1em;
	font-weight:normal;
	color: #666666;
	height: auto;
	padding: 0 0 0 52px;
	font-family: arial, helvetica, sans-serif;
}

.RadPanelbar_RichardCaplan .level2 .last
{
	background-image: none;
	background-repeat: no-repeat;
	min-height: 12px;
		padding-bottom: 0px;
}

.RadPanelbar_RichardCaplan .level2 .selected
{
	color: #0D1868;
	font-weight: bold;
}

.RadPanelbar_RichardCaplan .level2 .last .link .text
{
	_padding: 0px;
	_text-indent:52px;
}

/* Third Sub Level */
/* *************** */
.RadPanelbar_RichardCaplan .level3 .item
{
	background-image: none;
	background-repeat: no-repeat;
	width: 211px;
	line-height: 14px;
}

.RadPanelbar_RichardCaplan .level3 .link
{
	background: none;
	font-size: 1.1em;
	font-weight:normal;
	color: #666666;
	height: auto;
	padding: 0 0 0 62px;
	font-family: arial, helvetica, sans-serif;
}

.RadPanelbar_RichardCaplan .level3 .last
{
	background-image: none;
	background-repeat: no-repeat;
	min-height: 12px;
		padding-bottom: 0px;
}

.RadPanelbar_RichardCaplan .level3 .selected
{
	color: #0D1868;
	font-weight: bold;
}

