/* 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
{
	font-family: Verdana;
	font-size : 12px;
	color : #000063;
	text-decoration : none;
	cursor:hand;
	text-align:center;
	/*border:1px solid #000063;
	/*padding:1 1;*/
}

.Group
{
	font-family: Verdana;
	font-size : 12px;
	color :  #000063;
	border-color:#000063;
	background-color:#e7e7ce;
	cursor:hand;
	text-align:center;
	text-decoration : none;
	border:1px solid #000063;
	/*padding:1 1;*/
	
}
/*----------------------------------------------------------*/ 

/* Default item styles ------------------------------------ */ 

.Item
{
	font-family: Verdana;
	font-size : 12px;
	color :000063;
	text-decoration : none;
	cursor:hand;
	text-align:center;
	height : 23px;
	/*border-color:#000063;
	/*border:1px solid #000063;*/

}

.ItemHover
{
	font-family: Verdana;
	font-size : 12px;
	color : White;
	text-decoration : none;
	background-color : #000063;
	border-color:#000063;
	text-align:center;
	/*border:1px solid #000063;*/
}

.ItemExpanded
{
  font-family: Verdana;
	font-size : 12px;
	color : White;
	text-decoration : none;
	background-color : #000063;
	border-color:#000063;
	text-align:center;

	/*border:1px solid #000063;*/
	
}
/********************************************************
.ustmenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

.ustmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

.ustmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #9cce00;
	text-decoration : none;
}

.ustmenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}
**************************************************************/
/* Selected item styles ------------------------------------*/ 
.SelectedItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color :#000063;
	text-decoration : none;
	cursor:hand;
	border-color:#000063;
	text-align:center;
	background-color:White;
	/*border:1px solid #000063;*/
}

.SelectedItemHover
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color:#000063;
	cursor:hand;
	color :White;
	text-align:center;
	/*border:1px solid #000063;*/
	
}

.SelectedItemExpanded
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-color:#000063;
	background-color:#000063;
	cursor:hand;
	color :White;
	text-align:center;
	
	/*border:1px solid #000063;*/
}
/*----------------------------------------------------------------*/ 
/* Child selected item styles ------------------------------------ */ 

.ChildItem
{
  font-family: Verdana;
	font-size : 11px;
	color :  #000063;
	border-color:#000063;
	background-color:#e7e7ce;
	cursor:hand;
	height:20px;
	width:170px;
	text-indent:3px;
	/*border:1px solid #000063;*/
	/*border-bottom:1px solid #000063;
	border-left:1px solid #000063;
	border-right:1px solid #000063;
	text-indent:2px;*/
	
  
}
.ChildItemHover
{
  background-color:#000063; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color :  #FFFFFF;
  height:20px;
  text-indent:3px;
  /*border:1px solid #000063;*/
  /*border-bottom:1px solid #000063;
  border-left:1px solid #000063;
  border-right:1px solid #000063;*/
  	 
}


.ChildSelectedItem
{
   font-family: Verdana;
	font-size : 11px;
	color :  #000063;
	border-color:#000063;
	background-color:#e7e7ce;
	cursor:hand;
	height:20px;
	width:170px;
	text-indent:3px;
}
/*--------------------------------------------------------------*/
.ChildSelectedItemHover
{
   background-color:#000063; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:11px; 
  cursor:hand;
  color :  #FFFFFF;
  height:20px;
  text-indent:3px;
}


.ChildSelectedItemExpanded
{
   font-family: Verdana;
	font-size : 11px;
	color :  #000063;
	border-color:#000063;
	background-color:#e7e7ce;
	cursor:hand;
	height:20px;
	width:170px;
	text-indent:3px;
}
/*--------------------------------------------------------------------*/


.MenuBreak
{

  background-image:url(images/0.gif);
  background-color: #000063;
  background-repeat:repeat-x;	
  
}

.leftmenusperate {
	background-image: url(images/0.gif);
	background-repeat: repeat-x;
	background-color: #000063;
	

}

