.NavigationNavBar
{
  width:100%;
  background-color:#6593CF;
  /*border-left:solid 1px #6593CF;*/
}

.ShowHideMenuItemLabel
{
	padding:0px;
	margin:0px;
	background-color:#C0DBFF;
  background-image:url(../images/navigationbar/item_bg.gif);
  background-position:center center;
  background-repeat:repeat-x;
	border: none 0px;
}

.NavigationNavBarItem
{
	width:100%;
  color:#204D84;
  background-color:#C0DBFF;
  background-image:url(../images/navigationbar/item_bg.gif);
  background-position:center center;
  background-repeat:repeat-x;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  height:31px;
  text-align: left;
  border: None;
}
.NavigationNavBarItem tr td.hlk_img{
	width:24px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border:None;
}
.NavigationNavBarItem tr td.hlk_txt{
	text-align:left;
	font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-right: 5px;
}
.NavigationNavBarItem a
{
	text-decoration:none;
	color:#204D84;
	width:100%;
	white-space: nowrap;
}
.NavigationNavBarItemHover
{
	width:100%;
  color:#204D84;
  background-color:#FFE69E;
  background-image: url(../images/navigationbar/item_bg_hover.gif);
  background-position:center center;
  background-repeat:repeat-x;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  height:31px;
  text-align: left;
  border: None;
}
.NavigationNavBarItemHover a
{
	text-decoration:none;
	color:#204D84;
	width:100%;
	white-space: nowrap;
}
.NavigationNavBarItemHover tr td.hlk_img{
	width:24px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.NavigationNavBarItemHover tr td.hlk_txt{
	text-align:left;
	font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-right: 5px;
}
.NavigationNavBarSelectedItem
{
	width:100%;
  color:#204D84;
  background-color:#FEE17A;
  background-image:url(../images/navigationbar/item_bg_selected.gif);
  background-position:center center;
  background-repeat:repeat-x;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  height:31px;
  text-align: left;
}
.NavigationNavBarSelectedItem tr td.hlk_img{
	width:24px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.NavigationNavBarSelectedItem tr td.hlk_txt{
	color:#204D84;
	text-align:left;
	font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-right: 5px;
}
.NavigationNavBarSelectedItem a
{
	text-decoration:none;
	color:#204D84;
	white-space: nowrap;
}
.NavigationNavBarSelectedItemHover
{
	width:100%;
  color:#204D84;
  background-color:#FED364;
  background-image: url(../images/navigationbar/item_bg_selected_hover.gif);
  background-position:center center;
  background-repeat:repeat-x;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  cursor:hand;
  height:31px;
  text-align: left;
}
.NavigationNavBarSelectedItemHover tr td.hlk_img{
	width:24px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.NavigationNavBarSelectedItemHover tr td.hlk_txt{
	text-align:left;
	font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-right: 5px;
}
.NavigationNavBarSelectedItemHover a
{
	text-decoration:none;
	color:#204D84;
	white-space: nowrap;
}
.NavigationNavBarSubMenu
{
  /*background-color:#BFDBFF;*/
  border: None 0px;
  border-top: Solid 1px #6593CF;
  background-color: White;
  width:100%;
  color:#204D84;
  cursor:default;
}
.NavigationNavBarSubItem
{
	width:100%;
  font-family:tahoma;
  font-size:11px; 
}
.NavigationNavBarSubItem a
{
	text-decoration:none;
	color:#204D84;
	white-space: nowrap;
}
.NavigationNavBarSubItem tr td.hlk_img
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  background-color: White;
  width:22px;
  padding: 2px 2px 2px 4px;
}
.NavigationNavBarSubItem tr td.hlk_txt
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  background-color: White;
  padding: 2px 2px 2px 4px;
  text-align:left;
}
.NavigationNavBarSubItemHover
{
	width:100%;
	background-color:#FFDB75;
  background-image:url(../top_panel_images/item_bg_hover.gif);
  background-repeat:repeat-x;
  background-position:left top;
	font-family:tahoma; 
  font-size:11px; 
}
.NavigationNavBarSubItemHover a
{
	text-decoration:underline;
	color:#204D84;
	white-space: nowrap;
}
.NavigationNavBarSubItemHover tr td.hlk_img
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  width:22px;
  padding: 2px 2px 2px 4px;
}
.NavigationNavBarSubItemHover tr td.hlk_txt
{
	font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  padding: 2px 2px 2px 4px;
  text-align:left;
  
}
.NavigationNavBarSubItemActive
{
	width:100%;
	background-color:#FFB85E;
  background-image:url(../images/toppanel/item_bg_active.gif);
  background-repeat:repeat-x;
  background-position:left top;
	color: Black;
	font-family:tahoma; 
  font-size:11px; 
  cursor:default;
}
.NavigationNavBarSubItemActive a
{
	text-decoration:none;
	color:#204D84;
	white-space: nowrap;
}
.NavigationNavBarSubItemActive tr td.hlk_img
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  width:22px;
  padding: 2px 2px 2px 4px;
}
.NavigationNavBarSubItemActive tr td.hlk_txt
{
	color: Black;
	font-family:tahoma; 
  font-size:11px; 
  cursor:default;
  padding: 2px 2px 2px 4px;
  text-align:left;
  white-space: nowrap;
}