﻿
/* ==  Menus  ==*/
.TopGroup
{
  color:White;
  background-color:#382A6E;
  border:1px solid #000;
  cursor:default;
  width:840px;
}


.TopGroupNew
{
  /*color:White;*/
  /*background-color:#382A6E;*/
  border:0px solid #000;
  cursor:default;
  width:840px;
  height:31px;
}


.MenuGroup 
{
	margin:0px;
	background-color:#f6f6f6;
	border:1px solid #666;
	cursor:default;
}



.TopMenuItem
{
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight: bold;
  cursor:default;
  text-align:center;
 }
 
 .TopMenuItemNew
{
  color:white;
  font-family:arial;
  font-size:12px;
  /*font-weight: bold;*/
  cursor:default;
  text-align:center;
 }

.TopMenuItemHover
{
  color:white;
  /*background-image: url(images/top_itemHoverBg.gif);*/
  background-color:#b9b9b9;
  font-family:arial;
  font-size:12px;
  font-weight: bold;
  cursor:default;
  text-align:center;
}


.TopMenuItemHoverNew
{
  color:#2895d5;
  /*background-image: url(images/top_itemHoverBg.gif);*/
  
  font-family:arial;
  font-size:12px;
  /*font-weight: bold;*/
  cursor:default;
  text-align:center;
  text-decoration: underline;
}


.MenuItem 
{
  border: 1px solid #f6f6f6;
  color:#666;
  font-family:arial;
  font-size:11px;
  cursor:default;
}


.MenuItemHover 
{
  margin:0;
 /* background:#fff url("images/itemHoverBg.gif") repeat-x;*/
  color: white;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  font-family:arial;
  font-size:11px;
  cursor:default;
  background-color:#6a5c7d;
}

.MenuItemHoverNew 
{
  margin:0;
  color: white;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  font-family:arial;
  font-size:11px;
  cursor:default;
 background-color:#77787b;
}


.MenuItemExpanded
{
  margin:0;
  /*background:#fff url("images/itemHoverBg.gif") repeat-x;*/
  color: #000;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  font-family:arial;
  font-size:11px;
  cursor:default;
}

.MenuItemExpandedNew
{

  margin:0;
  color: #000;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  font-family:arial;
  font-size:11px;
  cursor:default;
}


.MenuItemActive
{
  margin:0;
  /*background:#fff url("images/itemActiveBg.gif") repeat-x;*/
  color: #454545;
  border: 1px solid #ddd;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  font-family:arial;
  font-size:11px;
  cursor:default;
}

.MenuBreak
{
  background-color: silver;
  width:100%;
  height:2px;
}



.TreeMenuItem 
{
  font-family:arial;
  font-size:11px;
  cursor:default;
  
}

.TreeMenuItemHover 
{
  margin:0;
 /* background:#fff url("images/itemHoverBg.gif") repeat-x;*/
  color: white;
  border: 1px solid #ccc;
  border-right-color:#b9b9b9;
  border-bottom-color:#b9b9b9;
  font-family:tahoma;
  font-size:11px;
  cursor:default;
   background-color:#6a5c7d;
}



.TreeMenuItemActive
{
  margin:0;
  /*background:#fff url("images/itemActiveBg.gif") repeat-x;*/
  font-family:arial;
  font-size:11px;
  cursor:default;
   font-weight:bold;
}

.TreeMenuBreak
{
  background-color: silver;
  width:100%;
  height:2px;
}

.LeftMenu
{
  margin:0;
  font-family:arial;
  font-size:11px;
  cursor:default;
}

.LeftMenu A:Visited 
{
	color:#3333cc;
	font-weight:normal;
}
	
.LeftMenu A:Link 
{
	color:#3333cc;
	font-weight:normal;	
}

.LeftMenuUpdated A:Visited 
{
	color:#666666;
	font-weight:normal;
}
	
.LeftMenuUpdated A:Link 
{
	color:#666666;
	font-weight:normal;	
}
.LeftMenuUpdated A:Hover
{
	color:#2895d5;
	font-weight:normal;
	text-decoration: underline;	
}


.toptext A:Visited 
{
	
	color:#666666;
	font-weight:normal;
}
	
.toptext A:Link 
{
	color:#666666;
	font-weight:normal;	
}
.toptext A:Hover
{
	color:#2895d5;
	font-weight:normal;
	text-decoration: underline;	
}





.LeftMenu td
{
   white-space:nowrap;
   height:20px;
}


.LeftMenuAdmin
{
  margin:0;
  font-family:arial;
  font-size:11px;
  cursor:default;
}

.LeftMenuAdmin A:Visited 
{
	color:#3333cc;
	font-weight:normal;
}
	
.LeftMenuAdmin A:Link 
{
	color:#3333cc;
	font-weight:normal;	
}

.LeftMenuAdmin td
{
   white-space:nowrap;
}
