.TopMenuBar
{
	background-color: #222955;
	color: White;
}
#leftmenu h1 {color:#212954;font-weight:normal;font-size:14px;}

td.TopMenuItem
{
	padding: 10px 22px 8px 22px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #333367;
}

td.TopMenuItemActive
{
	padding: 10px 22px 8px 22px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #b6b9bc;
	cursor: pointer;
}

td.SelectedTopMenuItem
{
	padding: 10px 22px 8px 22px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #b6b9bc;
}

td.SelectedTopMenuItemActive
{
	padding: 10px 22px 8px 22px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #b6b9bc;
	cursor: pointer;
}

.MenuGroup
{
    background-color:	;
    color: white;
    width: 185px;
}

.LeftMenuItemParent
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #CFD2D4;
	padding: 1px 15px 2px 22px;
	border-top: solid 6px #E8EaEB;
	border-bottom: solid 0px #E8EaEB;
	cursor: pointer;
	width: 189px;
	color: white;
	background-image:url(../images/menu/leftMenuArrow2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.LeftMenuItemCurrent
{
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	background-color: #CFD2D4;
	padding: 1px 15px 2px 22px;
	border-top: solid 6px #E8EaEB;
	border-bottom: solid 0px #E8EaEB;
	cursor: pointer;
	width: 227px;
	color: white;
	background-image:url(../images/menu/leftMenuArrow2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.LeftMenuItem
{
	font-family: verdana;
	font-size: 10px;
	background-color: #E8EaEB;
	padding: 1px 5px 2px 22px;
	border-top: solid 6px #E8EaEB;
	border-bottom: solid 0px #E8EaEB;
	cursor: pointer;
	width: 227px;
	color: #4d6c9e;
	font-weight:bold;	
}

.LeftMenuItemActive
{
	font-family: verdana;
	font-size: 10px;
	background-color: #CFD2D4;
	padding: 1px 15px 2px 22px;
	border-top: solid 6px #E8EaEB;
	border-bottom: solid 0px #E8EaEB;
	cursor: pointer;
	width: 227px;
	color: white;
	background-image:url(../images/menu/leftMenuArrow1.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;	
}

.LeftMenuItemNoSubActive
{
	font-family: verdana;
	font-size: 10px;
	background-color: #Cfd2d4;
	padding: 1px 15px 2px 22px;
	border-top: solid 6px #E8EaEB;
	border-bottom: solid 0px #E8EaEB;
	cursor: pointer;
	width: 227px;
	color: white;
	font-weight:bold;
}

.LeftMenuItemChosen
{
	font-family: verdana;
	font-size: 10px;
	background-color: #Cfd2d4;
	padding: 1px 15px 2px 22px;
	border-top: solid 6px #E8EaEB;
	border-bottom: solid 0px #E8EaEB;
	cursor: pointer;
	width: 227px;
	color: white;
	font-weight:bold;
}


.SubMenuItem
{
	font-family: verdana;
	font-size: 10px;
	background-color: #d7d3d6;
	padding: 2px 22px 2px 22px;
	cursor: pointer;
	color: #212954;
}

.SubMenuItemActive
{
	font-family: verdana;
	font-size: 10px;
	background-color: #b6b9bc;
	padding: 2px 22px 2px 22px;
	cursor: pointer;
	color: white;
}
