#navigation{
	background-color:#413F40;
	width:996px;
}
.topnavigation{
	background-color:#FFF;
	width:996px;
	height:18px;
	padding:0;
	padding-top:8px;
	text-align:right;
	_height:26px;
}
.topnavigation a,
.topnavigation a:visited{
	color:#000;
	text-decoration:none;
}
.topnavigation a:active,
.topnavigation a:hover{
	color:#AE5E1D;
	text-decoration:underline;
}
/*Breadcrumbs*/
.breadcrumbs{
	color:#333;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:11px;
	width:974px;
	_width:996px;
}
.breadcrumbs .separator{
	color:#363636;
}
.breadcrumbs a,
.breadcrumbs a:visited{
	color:#363636;
	text-decoration:none;
}
.breadcrumbs a:active,
.breadcrumbs a:hover{
	color:#363636;
	text-decoration:underline;
}
/*ChildNavigation*/
.child-nav-header{
	background:#555 url(/images/bucket-header.gif) top left no-repeat;
	width:250px;
	height:25px;
}
.child-nav-header h5{
	background:url(/images/bucket-header-right.gif) top right no-repeat;
	font:bold 12px arial,helvetica,sans-serif;
	color:#FFF;
	display:block;
	padding:5px 0 0 14px;
	text-transform:uppercase;
}
.child-nav-content{
	background-color:#EAE8E9;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	margin:0;
	padding:0;
	width:248px !important;
	_width:250px !important;
}
div.child-nav{
	margin:0;
	padding:0;
}
.child-nav a,
.child-nav a:visited{
	background-position:10px 8px;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFF;
	display:block;
	padding:4px 0 6px 21px;
	text-decoration:none;
}
.child-nav a:link,
.child-nav a:visited{
	background-image:url(/images/childnav-arrow.png);
	color:#000;
}
.child-nav a:active,
.child-nav a.expand:active
.child-nav a.highlight:active{
	font-style:italic;
}
.child-nav a:hover{
	background-color:#DAD8D9;
	background-image:url(/images/childnav-arrow-on.png);
	color:#AE5E1D;
	text-decoration:underline;
}
.child-nav a.expand,
.child-nav a.expand:visited{
	color:#000;
	background-image:url(/images/childnav-arrow-expand-on.png);
}
.child-nav a.expand:hover{
	background-color:#DDD;
	background-image:url(/images/childnav-arrow-expand-on.png);
	color:#AE5E1D;
	text-decoration:underline;
}
.child-nav a.highlight,
.child-nav a.highlight:visited{
	background-color:#DAD8D9;
	background-image:url(/images/childnav-arrow-on.png);
	font-weight:bold;
	color:#AE5E1D;
}
.child-nav a.noarrow,
.child-nav a.noarrow:visited,
.child-nav a.noarrow:hover
{
	background-image: none;
}
.child-nav-bottom{
	background:#FFF url(/images/childnav-bottom.jpg) top left no-repeat;
	width:250px;
	height:5px;
	font-size:0px;
	line-height:0px;
}
/*SearchBox*/
.search-box{}
.search-box-content{
	padding-top:30px;
	padding-right:25px;	
	float:right;
}
.search-box-field{
	float:right;
}
.search-box-field .form{
	background:#FFF;
	border-top:2px solid #999;
	border-left:2px solid #AFAFAF;
	border-right:2px solid #AFAFAF;
	border-bottom:1px solid #CCC;
	color:#000;
	font:12px arial,helvetica,sans-serif;
	width:188px;
	height:22px;
	padding-top:3px;
	padding-left:5px;
}
.search-box-button{
	float:right;
	margin-top:-1px;
	_margin-top:0;
}
.search-box-links{
	padding-right:25px;	
	float:right;
}
.search-box-links a,
.search-box-links a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
.search-box-links a:active
.search-box-links a:hover{
	color:#CCC;
	font-weight:bold;
	text-decoration:underline;
}
/*CSS for RadMenu is in Skin CSS file*/
