﻿/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(../images/nav_bg.gif) 0 0 repeat-x;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		color: #82865b;
		background: #394030 url(../images/nav_hover_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}








/* 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: #7B8266;
	cursor:pointer;
	width:50px;
	text-align:center;
	padding:6px;
}

.TopMenuItemHover 
{
	color: #C9CCBD;
	cursor:pointer;
	width:50px;
	text-align:center;
	padding:6px;
}

.MenuItem
{
	color: #7B8266;
	padding: 6px;
	background-color: #343925;
	cursor:pointer;
	text-align:left;
}

.MenuItemHover 
{
	color: #C9CCBD;
	background-color: #343925;
	cursor:pointer;
	padding: 6px;
	width:50px;
	text-align:center;
 }


.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: #C9CCBD;
	cursor:pointer;
	width:50px;
	text-align:center ;
	padding:6px;
}

.SelectedItemHover
{
	color: white;
	background-color: #52509B; 
	cursor:pointer;
	width:110px;
	text-align:center;
	padding:6px;
}

.SelectedItemExpanded
{
	color: #fff;
	background-color: #52509B; 
	cursor:pointer;
	padding: 6px;
	width:110px;
	text-align:center;
}

/* Child selected item styles ------------------------------------ */ 
.ChildItem
{
	color: #7B8266;
	background-color: #343925;
	cursor:pointer;
	padding: 6px;
	text-align:left;
}


.ChildSelectedItem
{
	color: #C9CCBD;
	background-color: #343925;
	cursor:pointer;
	padding: 6px;
	text-align:left;
}

.ChildSelectedItemHover
{
	color: #C9CCBD;
	background-color: #343925;
	cursor:pointer;
	padding: 6px;
	width:110px;
	text-align:left;
}

.ChildSelectedItemExpanded
{
	color: #fff;
	background-color: #52509B; 
	cursor:pointer;
	padding: 6px;
	width:110px;
	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 ------------------------------------ */

