/* Breadcrumbs style ------------------------------------- */

.SiteMap
{
  font-family: verdana;
  font-size: 11px;
}

.BreadcrumbsNode
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: none;
}

.BreadcrumbsNode:hover
{
  font-family: verdana;
  font-size: 11px;
  text-decoration: underline;
}

/* Menu groups -------------------------------------------- */
.TopGroup
{
  background-color:white;
  background-image:url(images/item_bg.gif); 
  border:solid 0px #737373; 
}

.Group
{
  background-color:white;
  border:solid 1px #8197e6; 
  z-index:2;
  padding:5px 8px 5px 8px;
  
  
  
}

/* Default item styles ------------------------------------ */ 

.Item
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	 cursor:hand;
}

.ItemHover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ff9c00;
	text-decoration : none;
	font-weight: bold;	
	background-color :  #8197e6;
	
}

.ItemExpanded
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ff9c00;
	text-decoration : none;
	font-weight: bold;	
	background-color :  #8197e6;
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ff9c00;
	text-decoration : none;
	
	 cursor:hand;
}

.SelectedItemHover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #334998;
	text-decoration : none;
	cursor:hand;
	
}

.SelectedItemExpanded
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}

/* Child selected item styles ------------------------------------ */ 

.ChildItem
{
  background-color:Transparent; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color : #334998;
}
.ChildItemHover
{
  background-color:White; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color : #ff9c00;
}
.ChildSelectedItem
{
   background-color:Transparent; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color : #334998;
}

.ChildSelectedItemHover
{
  background-color:White; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color : #ff9c00;
}

.ChildSelectedItemExpanded
{
   background-color:White; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color : #ff9c00;
}

.MenuBreak
{
	font-family :Tahoma;
  background-image:url(images/menu_sperate.gif);
  width:9;
  background-repeat : no-repeat;
  
}
.leftmenusperate {
	background-image: url(images/menu/leftmenu_sperate.gif);
	background-repeat: repeat-x;
	background-position: center;

}


