﻿
/* MENU styles ------------------------------------ */ 
.TopGroup
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.MenuGroup
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.TopMenuItem
{
	color: #A3BAAA;
	cursor:pointer;
	width:80px;
	text-align:center;
	padding:0px;
  background:url('../images/menuBAK.jpg') no-repeat;
  height:26px;
}

.TopMenuItemHover 
{
	color: #DAEFDE;
	background-color: #52509B; 
	cursor:pointer;
	width:80px;
	text-align:center;
	padding:0px;
  background:url('../images/menuBAK.jpg') no-repeat;
}

.MenuItem
{
	color: #52509B;
	padding: 6px;
	background-color: #B7BFE3;
	cursor:pointer;
	text-align:left;
}

.MenuItemHover 
{
	color: white;
	background-color: #52509B; 
	cursor:pointer;
	width:80px;
	text-align:center ;
	padding:0px;
  background:url('../images/menuBAK.jpg') no-repeat;
 }


.MenuBreak
{
  background-image:url(../../../CAimages/break_bg.gif);
  width:100%;
  height:1px;
}


.MenuItemBREAK
{
  background-image: url(../images/menuoneBAK.jpg) ; 
  color:gray;
  font-family:Verdana; 
  font-size:12px; 
  cursor:Pointer; 
}




/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
	color: white;
	background-color: #52509B; 
	cursor:pointer;
	width:80px;
	text-align:center ;
	padding:0px;
  background:url('../images/menuBAK.jpg') no-repeat;
}

.SelectedItemHover
{
	color: white;
	background-color: #52509B; 
	cursor:pointer;
	width:110px;
	text-align:center;
	padding:6px;
}

.SelectedItemExpanded
{
	color: white;
	background-color: #52509B; 
	cursor:pointer;
	width:80px;
	text-align:center ;
	padding:0px;
  background:url('../images/menuBAK.jpg') no-repeat;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	color: #A3BAAA;
	background-color: #4F6C56;
	cursor:pointer;
	padding: 6px;
	text-align:left;
}


.ChildSelectedItem
{
	color: white;
	background-color: #4F6C56;
	cursor:pointer;
	padding: 6px;
	text-align:left;
}

.ChildSelectedItemHover
{
	color: white;
	background-color: #4F6C56;
	cursor:pointer;
	padding: 6px;
	text-align:left;
}

.ChildSelectedItemExpanded
{
	color: #fff;
	background-color: #52509B; 
	cursor:pointer;
	padding: 6px;
	text-align:left;
}



.TemplatedItem
{
}

/* MENU styles ------------------------------------ */ 



/* 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: #A58CA5;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: #A58CA5;
  text-decoration:underline;
} 

.ParentNode
{ 
  font-family: verdana; 
  font-size:10px;  
} 

.ParentNode a
{ 
  color: #A58CA5;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: #A58CA5;
  text-decoration:underline;
} 

.LeafNode
{ 
  color: #A58CA5;
  font-family: verdana; 
  font-size:10px;  
} 

.LeafNode a
{ 
  color: #A58CA5;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #A58CA5;
  text-decoration:underline;
} 

/* SiteMap styles ------------------------------------ */ 






/* Breadcrumbs styles ------------------------------------ */ 
.SiteMapBREAD
{
  font-family: verdana; 
  font-size: 11px;
  color:#A58CA5;
  text-alight:right;
  padding-top:3px;
  padding-right:12px;
}

.BreadcrumbsNode
{
  font-family: verdana; 
  font-size: 11px;
  text-alight:right;
  color:#A58CA5;
} 

.BreadcrumbsNode a
{ 
  color:#A58CA5;
  text-decoration:none;
  text-alight:right;
} 

.BreadcrumbsNode a:hover
{ 
  color: red;
  text-decoration:underline;
  text-alight:right;
}
/* Breadcrumbs styles ------------------------------------ */

