#panelBar
{
	background-color: #ECE9D8;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.menuHeaderExpanded
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url('../Images/SilverExpand.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
	height: 23px;
}

.menuHeaderExpandedOver
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url('../Images/SilverExpand.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
	height: 23px;
}

.menuHeaderExpanded td
{
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}

.menuHeaderExpandedOver td
{
    color: #555555;
	font-size: 0.7em;
	font-weight: bold;
}

.menuHeaderCollapsed
{
	font-family: Verdana, Tahoma, Arial;
    font-size: 0.7em;
	font-weight: bold;
	background-image: url('../Images/SilverCollapse.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: #B9BCCD;
	height: 23px;
}

.menuHeaderCollapsedOver
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url('../Images/SilverCollapse.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: #B9BCCD;
	height: 23px;
}

.menuHeaderCollapsed td
{
	color: #000000;
	font-size: 0.7em;
	vertical-align:middle;
	font-weight: bold;
}

.menuHeaderCollapsedOver td
{
    color: #555555;
	font-size: 0.7em;
	font-weight: bold;
}

.menuItems
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	background-color: #F0F1F5;
	color: #000000;
	position: relative;
}

.menuItemTable
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.7em;
	background-color: #F0F1F5;
	color: #004799;
	border-top: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.menuItems td
{
	background-color: #F0F1F5;
	color: #004799;
	font-size: 0.7em;	
	vertical-align:middle;
	text-align:left;
}
.menuItems a
{
	color: #000000;
	text-decoration: none;
}

.menuItems a:hover
{
	color: #555555;
	font-weight: normal;
	text-decoration: underline;
}
