.infoCell
{
  font-size: xx-small;
	background-image: url(images/backgrounds/menuBarBackground.png);
	background-repeat: repeat-x;
	width: 168px;
}

.menu
{
	background-image: url(images/backgrounds/menuBarBackground.png);
	background-repeat: repeat-x;
	text-align: left;
}

.menu td a
{
	text-decoration: none;
	color: White;
}

.menu td img
{
	position: relative;
	top: 1px;
}

.menu_separator
{
	padding-top: 1px;
	background-image: url(images/backgrounds/menuBarSeparator1px.png);
	background-repeat: no-repeat;
}

.menuLeft
{
	position: relative;
	top: 80px;
	margin-bottom: 100px;
	margin-left: 45px;
}

.menuLeft li 
{
	margin-left: -25px;
}

.menuLeft li a
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.menuLeft li a:hover
{
	color: #B22222;
}

.menuLeft li.menuExpanded
{
	list-style-image: url(images/icons/menu/menuCollapse.png);
}

.menuLeft li.menuCollapsed
{
	list-style-image: url(images/icons/menu/menuExpand.png);
}

.menuLeft li.menuItemSelected a.selected
{
	color: #0F6EFF;
}

.menuLeft li.menuItemSelected a.selected:hover
{
	color: #25569B;
}

.menuItem a
{
  text-decoration: none;
  font-size: x-small;
  font-weight: bold;

  padding-left : 5px;
  padding-right : 5px;
}

.menuItem a:hover
{
	color: #B22222;
}

.menu td.menuItemSelected a
{
  color: #FFA500;
}

/* foldbar classes */
.foldbarTable
{
/*	background-attachment: fixed;
	background-image: url(images/backgrounds/menuBarBackground.jpg);
	background-repeat: repeat-x;*/
	text-align: left;
	height: 22px;
	margin-bottom: -6px;
}

.foldbarTable td a
{
	text-decoration: none;
	color: White;
}

.foldbarTable td img
{
	position: relative;
	top: 1px;
}

.foldbarTable td.menuItem
{
	width: 120px;
}

.foldbarTable td.menuItem a
{
	font-size: xx-small;
	font-weight: 600;
	text-transform: uppercase;
}

.foldbarTable td.menuItemSelected
{
	background-color: #FFA500;
}

.foldbarTable td.menuItemUnselected
{
	background-color: #cccccc;
}

/*
.foldbarTable td.menuItemUnselected a
{
	color:Black;
}

.foldbarTable td.menuItemSelected a
{
	color: #FFA500;
}
*/

.foldbarTable td.menu_separator
{
	background-image: none;
	width: 2px;
	background-color: white;
	font-size: 0pt;
}

/*
.foldbarTable td.menuItem
{
	background-color: White;
	color: White;
}
*/

.foldbar_separator
{
/*
	padding-top: 1px;
	background-image: url(images/backgrounds/menuBarSeparator1px.png);
	background-repeat: no-repeat;*/
}

.lineUnderFoldbar
{
	height: 1px;
	background-color: Black;
}

.userInfoTable
{
	color:White;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-size:x-small;
	/*border-right: white thin solid;*/
}