/* Menu Styles */

/* Header Menus */
ul.menu_header {
	list-style: none;
	float: right;
	clear: both;
	display: block;
	width: 40em;
	height: 2.1em;
	text-align: right;
	padding-top: .8em;
}
ul.menu_header li {
	display: inline;
	margin-right: .3em;
	margin-left: .4em;
}
ul.menu_header li * {
	font-size: 1.1em;
	font-weight: bold;
}
ul.menu_header li a {
	text-decoration: none;
}
ul.menu_header li a:hover {
	text-decoration: underline;
}

ul.menu_header#one {
	color: #FFFFFF;
}
ul.menu_header#one a {
	color: #FFFFFF;
}

ul.menu_header#two li * {
	font-weight: normal;
}
ul.menu_header#two a {
	color: #293f69;
}

/* Main Menu */
div.menu_main {
	width: 52.6em;
	position: relative;
	display: block;
	float:left;
}
div.menu_main_sub {
	display: block;
	height: 2.4em;
	width: 52.6em;
	background-color: #736223;
	color: #c6c0ac;
	padding: 0em 1em 0em 1em;
	border: 0px none #FFFFFF;
	float:left;
}

ul.menu_main {
	border-right: 1px solid #cdaf3e;
	border-left: 1px solid #cdaf3e;
	border-top: 1px solid #cdaf3e;
	border-bottom: 0px none #FFFFFF;
	padding: 1px 1px 0px 1px;
	background-color:#FFFFFF;
	height: 2.4em;
	width: 45.5em;
	list-style: none;
	white-space: nowrap;
	display:block;
	overflow: hidden;
}

ul.menu_main li {
	border: 0px none #FFFFFF;
	float: left;
	clear: none;
	background-color: #f9f2d6;
	height: 2em;
	text-align:center;
	padding: .4em 1em 0em 1em;
	white-space: nowrap;
}
ul.menu_main li * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #555555;
}
ul.menu_main li.selected {
	background-color: #736223;
}
ul.menu_main li.selected * {
	color: #FFFFFF;
}
ul.menu_main li a {
	text-decoration: none;
}

ul.menu_main_sub {
	display: none;
	visibility: hidden;
}
ul.menu_main_sub_sel {
	display: block;
	height: 2.4em;
	width: 52.6em;
	background-color: #736223;
	color: #c6c0ac;
	list-style: none;
	padding: 0em 1em 0em 1em;
	border: 0px none #FFFFFF;
}
ul.menu_main_sub_sel li {
	color: #c6c0ac;
	display:inline;
	float: left;
	clear: none;
	height: 1.8em;
	text-align: center;
	padding-top: .4em;
	padding-right: .4em;
	padding-left: .4em;
	padding-bottom: 0em;
	font-size:1.1em;
}
ul.menu_main_sub_sel li a {
	color: #c6c0ac;
	font-weight:bold;
	display: block;
}
ul.menu_main_sub_sel li.selected a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer Menu */
ul.menu_footer {
	list-style: none;
	float: right;
	display: block;
	width: 40em;
	text-align: right;
	vertical-align: bottom;
}
ul.menu_footer li {
	display: inline;
	margin-right: .2em;
	margin-left: .2em;
}
ul.menu_footer li a {
	text-decoration: none;
	color: #848273;
}
ul.menu_footer li a:hover {
	text-decoration: underline;
}
p.footer_fdic a {
	text-decoration: none;
	color: #848273;
}
p.footer_fdic a:hover {
	text-decoration: underline;
}

/* Side Menu */
div.menu_side {
	background-color: #f9f2d6;
	padding: .8em .5em 1em .5em;
	margin-bottom: 1em;
	background-image: url(../_images/background_bar_left.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	min-height: 20em;
}
* html div.menu_side {
	height: 20em;
}
ul.menu_side {
	list-style-image:url(../_images/icons/arrow-small.gif);
	margin: 0em 0em 0em 2.5em;
}
* html ul.menu_side {
	margin: 0em 0em 0em 2em;
}
ul.menu_side li {
	font-size: 1.1em;
	padding: .2em 0em .3em 0em;
}
ul.menu_side li a {
	text-decoration: none;
}

ul.menu_side li a:hover {
	color: #aa2561;
}
* html ul.menu_side li a {
	display: block;
	padding-right: .3em;
}
ul.menu_side li.selected {
	border-bottom: 1px solid #ecda90;
}
ul.menu_side li.selected a {
	font-weight: bold;
	color: #aa2561;
}

div.menu_side h2 {
	font-size: 1.1em;
	color: #736223;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 0px none #cdaf3e;
	margin-top: .8em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
div.menu_side h2.selected a {
	color: #293f69;
	text-decoration: none;
}

div.menu_side h2.selected {
	color: #293f69;
}

/* Hide from Safari */
/* Menu width for Firefox */
ul.menu_main { 
	width: 49.8em;#
}
/* Menu width for IE */
* html ul.menu_main {
	width: 50em;
}