
/* =Header
----------------------------------------------- */

#branding {position: relative; z-index: 9999}

.TitleBar {position:relative; background-color:rgb(255,255,255); width:918px; height: 98px; padding:0px; margin:0px;}
.Title {position:absolute; top:0px; left:0px; height:98px}


/* =Menu
-------------------------------------------------------------- */
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 14px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

#access {position:relative;
	height:34px;
	line-height: 34px;
	width:778px;
	overflow:visible;
	background-color:rgb(255,255,255);
	background-image:url('images/title/navback.gif');
	background-repeat:repeat-x;
	clear: both;
	display: block;
	padding: 0px 15px 0px 125px;
}
#access ul {
	margin:0px;
	list-style: none;
	font-size: 18px;
}
#access li {
	float: left;
	position: relative;
	border-right:1px rgb(58, 20, 29) solid;
}
#access a {
	color:rgb(58, 20, 29);
	display: block;
	padding:0px 9px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 99999;
	border-top:1px rgb(58, 20, 29) solid;
	width: 237px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: rgb(227, 232, 238);
	border-width: 0px 1px 1px 0px;
	border-style:solid;
	border-color: rgb(58, 20, 29);
	color:rgb(58, 20, 29);
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 215px;
	border-color:rgb(58, 20, 29);
	border-style:solid;
	border-width:0px 0px 1px 1px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: rgb(78, 125, 99);
	color:rgb(255,255,255)
}
#access li:hover > a,
#access a:focus {
	background: rgb(58, 20, 29);
	color:rgb(255,255,255);
}
#access ul li:hover > ul {
	display: block;
}

.CopyrightNotice {text-align: center; color: rgb(91, 88, 80); margin:5px}

.sdacc_credit { float:left; line-height: 32px; padding:0px; text-align:left; color:rgb(255,255,255); font-size:14px;}
.sdacc_credit a, .sdacc_credit a:visited {padding: 0px 10px; display:block; line-height: 32px;color:rgb(255,255,255); text-decoration: none}
.sdacc_credit a:hover {color:rgb(0, 41, 25); background-color:rgb(138, 163, 151); text-decoration:none}