#panelBar
{
	background-color: #B9BCCD;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.menuHeaderExpanded
{
	font-family: arial; 
	font-size: 9pt;
	/*font-weight: bold;*/
	background-color: #dcdcdc;
	border-top: #E6E6E6 1px solid; 
	border-bottom:solid 1px #ABABAB; 
	color: #000000;
	height: 23px;
}

.menuHeaderExpandedOver
{
	font-family: arial; 
	font-size: 9pt;
	/*font-weight: bold;*/
	background-color: #dcdcdc;
	border-top: #E6E6E6 1px solid; 
	border-bottom:solid 1px #ABABAB; 
	color: #000000;
	height: 23px;
}

.menuHeaderExpanded td
{
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}

.menuHeaderExpandedOver td
{
	color: #000000;
	font-size: 9pt;
	/*font-weight: bold;*/
	cursor: hand;
}

.menuHeaderCollapsed
{
	font-family: arial; 
	font-size: 9pt;
	/*font-weight: bold;*/
	color: #B9BCCD;
	height: 23px;
	background-color: #dcdcdc;
	border-top: #E6E6E6 1px solid; 
	border-bottom:solid 1px #ABABAB; 
	font-size:11px;
}

.menuHeaderCollapsedOver
{
	font-family: arial; 
	font-size: 9pt;
	/*font-weight: bold;*/
	color: #B9BCCD;
	height: 23px;
	background-color: #dcdcdc;
	border-top: #E6E6E6 1px solid; 
	border-bottom:solid 1px #ABABAB; 
	font-size:11px;
}

.menuHeaderCollapsed td
{
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}

.menuHeaderCollapsedOver td
{
	color: #000000;
	font-size: 9pt;
	/*font-weight: bold;*/
	cursor: hand;
}

.menuItems
{
	font-family: arial; 
	font-size: 9pt;
	color: #000000;
	position: relative;
	background-color: #dcdcdc;
	border-top: #E6E6E6 1px solid; 
	border-bottom:solid 1px #ABABAB; 

}

.menuItemsOver
{
	font-family: arial; 
	font-size: 9pt;
	color: #004799;
	background-color: #dcdcdc;
	cursor: hand;
	/*font-weight: bold;*/
}

.menuItemsOut
{
	font-family: arial; 
	font-size: 9pt;
	color: #004799;
	background-color: #ececec;
	cursor: hand;
	font-weight: normal;
}

.menuItems table
{
	font-family: arial; 
	font-size: 9pt;
	background-color: #ececec;
	color: #004799;
	border-top: none;
}

.menuItems a
{
	color: #000000;
	text-decoration: none;
}

.menuItems a:hover
{
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: none;
}

.MenuItemsScroll
{
	overflow:auto; 
	height:88px;
	scrollbar-base-color		: #c0c0c0; 
	scrollbar-face-color		: #E2E2E2; 
	scrollbar-track-color		: #c0c0c0; 
	scrollbar-arrow-color		: #808080;
	scrollbar-highlight-color	: #E2E2E2; 
	scrollbar-3dlight-color		: #808080; 
	scrollbar-shadow-color		: #E2E2E2;
	scrollbar-darkshadow-color	: #808080;
}
