﻿.TopGroup
{
width:1px;
}

.MenuGroup
{
}

.TopMenuItem
{
}

.TopMenuItemHover 
{
}

.MenuItem
{
  color:#CEC5D8;
  font-family:Verdana; 
  font-size:12px; 
  cursor:pointer; 
  padding-left:18px;
  padding-right:18px;
}

.MenuItemHover 
{
  color:white;
  font-family:Verdana; 
  font-size:12px; 
  cursor:pointer; 
  padding-left:18px;
  padding-right:18px;
 }

.MenuBreak
{
  background-image:url(../../../CAimages/break_bg.gif);
  width:100%;
  height:1px;
}

.MenuItemBREAK
{
  color:#CEC5D8;
  font-family:Verdana; 
  font-size:12px; 
  cursor:Pointer; 
}



/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
  color:white;
  font-family:Verdana; 
  font-size:12px; 
  cursor:pointer; 
  padding-left:18px;
  padding-right:18px;
}

.SelectedItemHover
{
  color:#CEC5D8; 
}

.SelectedItemExpanded
{
  color:#CEC5D8; 
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
  color:#CEC5D8;
  font-family:Verdana; 
  font-size:12px; 
  cursor:pointer; 
  padding-left:18px;
  padding-right:18px;
  padding-top:3px;
  padding-bottom:3px;
  background-color:#4E1389;
}
.ChildSelectedItem
{
}

.ChildSelectedItemHover
{
  color:white;
  font-family:Verdana; 
  font-size:12px; 
  cursor:pointer; 
  padding-left:18px;
  padding-right:18px;
  padding-top:3px;
  padding-bottom:3px;
  background-color:#4E1389;
}

.ChildSelectedItemExpanded
{
  color:white; 
}



.TemplatedItem
{
}


/* SiteMap styles ------------------------------------ */ 
.SiteMap
{
  border:1px solid black;
  background-color:white;
  font-family: verdana; 
  font-size: 10px;
  padding-left:15px;
}

.RootNode
{ 
  color: black;
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  padding:7px;
  padding-top:7px;
  padding-bottom:1px;
} 

.RootNode a
{ 
  color: navy;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: navy;
  text-decoration:underline;
} 

.ParentNode
{ 
  font-family: verdana; 
  font-size:10px;  
} 

.ParentNode a
{ 
  color: navy;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: navy;
  text-decoration:underline;
} 

.LeafNode
{ 
  color: navy;
  font-family: verdana; 
  font-size:10px;  
} 

.LeafNode a
{ 
  color: navy;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: navy;
  text-decoration:underline;
} 

/* SiteMap styles ------------------------------------ */