#wrapperSection {
	background:#FFF url(images/banner.gif) 0 28px repeat-x;
}

#section {
	background:#FFF url(images/edge_banner.gif) 0 28px no-repeat;
}

/*-- Section Head --*/
#sectionHead {
	background:none;
	border-bottom:none;
	padding:0;
	width:100%;
	float:left;
}

#sectionTitle {
	background:#3F3A2C url(images/tab_shadow_bottom.gif) left bottom repeat-x;
	float:left;
	width:286px;
	height:46px;
}

#sectionTitle a {
	display:block;
	background:url(images/tab_top_286.gif) 0 0 no-repeat;
	letter-spacing:0.1em;
	font-size:2.2em;
	line-height:1.2;
	padding:11px 22px 0;
}

#navSectionPrimary {
	float:left;
	margin:16px 0 0 0;
	width:506px;
	height:30px;
	padding:0;
	background:url(images/tab_shadow_corner.gif) left bottom no-repeat;
}

#navSectionPrimary ul {
	list-style-type:none;
	font-size:1.2em;
	height:30px;
	margin:0;
	padding:0 11px;
	background:url(images/tab_corner_right.gif) right top no-repeat;	
}

#navSectionPrimary li {
	float:right;
	margin:0 1px;
	padding:0;
}

#navSectionPrimary a,
#navSectionSecondary a {
	color:#FFF;
	display:block;
	padding:6px 11px;
	text-decoration:none;
	height:18px;
	line-height:1.5;
}

* html #navSectionPrimary a,
* html #navSectionSecondary a {
	white-space:nowrap;
	width:1%;
}

#navSectionPrimary a:hover {
	background:#181612;
	text-decoration:underline;
}

#navSectionPrimary li.selected a {
	background:#181612;
}

#navSectionSecondary {
	list-style-type:none;
	margin:0;
	padding:0 11px;
	background:#655A45 url(images/tab_shadow_bottom2.gif) left bottom repeat-x;
	float:left;
	width:770px;
}

#navSectionSecondary li {
	float:left;
	margin:0 1px;
	padding:0;
}

#navSectionSecondary a:hover {
	background:#FFF url(images/tab_shadow_bottom_white.gif) left bottom repeat-x;
	color:#000;
	text-decoration:underline;
}

#navSectionSecondary li.selected a {
	background:#FFF;
	color:#000;
}

#navSection ul ul.subnav {
	display:block;
}

/*---*/
.flushRight {
	border-top:none;
	border-right:none;
	padding:0 0 1px 1px;
	margin:-22px -22px 0 22px;
	float:right;
	position:relative;	
}

