/********************
Global Section
********************/
.skip {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.hide {
	display: none;
	visibility: hidden;
}
.clear {
	clear: both;
}

hr.clearer {
	clear: both;
	visibility: hidden;
}
.body-margin {
	margin: 0;
	padding: 0;
}
ul, 
.td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
/*********************************
Expanded Drawer 
**********************************/	
#nav_expanded {
	background-color: #fff;
	width: 958px;
	margin-bottom: -6px;
	margin: 0;
	padding: 0;
}
#nav_expanded p {
	margin: 0;
}
#expanded_icon {
	border: none;
	padding-right: 3px;
}
#expanded_table_header {
	visibility: hidden;
	display: none;
}
#expanded_content table {
	padding: 0;
	border: 0;
	outline: 0;
	margin-left: 8px;
	display: block;
}
#expanded_content {
	margin: 0;
	padding: 0;
	width: 958px;
	border-left: 1px solid #e6e4db;
	border-right: 1px solid #e6e4db;
	display: none;
}
#expanded_content img {
	display: none;
}
.expanded li {
	display: list-item;
	width: 160px;
	border: solid;
	border-color: White;
	border-bottom-width: 2px;
	border-top: 0px;
	padding-bottom: 5px;
	border-right: 0px;
	list-style-image: url(../images/raquo.gif);
	list-style-position: inside;
}

#expanded_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: #565347;
	border-bottom: none;
} 
#expanded_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: #820000;
	border-bottom: 1px dotted #81785a;
} 

#toggle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565347;
	text-decoration: none;
	margin-top: 9px;
	border: none;
	width: 140px;
	display: block;
}
#toggle img {
	padding-top: 1px;
	margin-top: 1px;
	vertical-align: text-bottom;
	margin-right: 2px;
}
#toggle:focus {
	border: none;
	outline: 0;
}
#toggle:active {
	border: none;
	outline: 0;
}
.thinbar-outer {
	background-image: url(../images/nav/nav_thin_bar_bg.jpg);
	background-repeat: repeat-x;
}
/***********************
Drawer
************************/
#nav_expanded table {
	width: 958px;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 8px;
}

