@charset "utf-8";
/* CSS Document */

/*Begin styles for Menu and Sub-Menu Containers*/
#menu {
	position:relative;
	left:0px;
	min-height:inherit;
	width:inherit;
}
#sub_menu {
	clear:both;
}
/*End styles for Menu and Sub-Menu Containers*/

/*Begin styles for Menu and Sub-Menu and Footer Menu UL - unordered lists*/

#menu ul {
	padding: 3px 0;
	padding-right:10px;
	margin-left:0;
	margin-bottom:.03em;
	margin-top:0px;
	float:right;
	/*border-bottom: 1px solid #778;*/
	font: bold 13px Verdana, sans-serif;
}
#sub_menu ul {
	padding: 3px 0;
	padding-right:20px;
	margin-left:0;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	/*font-style: italic;*/
	font-weight: bold;
}
#footer_menu ul {
	padding: 3px 0;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font: bold 12px Verdana, sans-serif;
}
#menu ul li, #sub_menu ul li, #footer_menu ul li {
	list-style:none;
	margin:0;
	display:inline;
}
#menu ul li a {
	padding: 4px 0.8em;
	margin-left: 3px;
	/*border: 1px solid #778;*/
	border-bottom: none;
	text-decoration: none;
}
#menu ul li a:link, #sub_menu ul li a:link {
	color: #BDA28D;
}
#menu ul li a:visited, #sub_menu ul li a:visited {
	color: #BC965C;
}
#menu ul li a:link:hover, #menu ul li a:visited:hover {
	color:#000;
	background: #BD8C71;/*border-color:#227;*/
}
#menu ul li a.current {
/*border-bottom: 1px solid white;*/
}
#sub_menu ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	text-decoration: none;
	text-align:right;
}
#sub_menu ul li a.current {
	font-weight: bolder;	
}
#footer_menu ul li a {
	font-size:13px;
	text-decoration: none;
	color:#FFFFFF;
}
#footer_menu ul li a:hover {
	color:#BD8C71;
}

/*Begin styles for Background Colors for the Menu Tabs and Sub-Menu Bars*/

#main_menu_1, #sub_menu_1 { /*this should be the same color as the page headers in tnt_styles.css*/
	background: #2F4270;/*333366*/
}
#main_menu_2, #sub_menu_2 { /*this should be the same color as the page headers in tnt_styles.css*/
	background: #922F0E;
}
#main_menu_3, #sub_menu_3 { /*this should be the same color as the page headers in tnt_styles.css*/
	background: #374B48;
}
#main_menu_4, #sub_menu_4 { /*this should be the same color as the page headers in tnt_styles.css*/
	background: #965A84;
}
#main_menu_5, #sub_menu_5 { /*this should be the same color as the page headers in tnt_styles.css*/
	background: #62433B;
}
#main_menu_6, #sub_menu_6 { /*this should be the same color as the page headers in tnt_styles.css*/
	background: #0A3E35;
}

/*End styles for Background Colors for the Menu Tabs and Sub-Menu Bars*/
