@charset "utf-8";
/* MAIN NAVIGATION */

#nav, #nav ul {
	padding:0 0 5px 0;
	margin:0;
	list-style:none;
	border:1px solid #000;
	border-color:#eca #b97 #a86 #edb;
	border-width:1px 2px 2px 1px;
	background:#333;
	position:relative;
	z-index:500;}
#nav {
	height:25px;
	padding:0; }
#nav table { border-collapse:collapse; }
#nav li {
	float:left;
	padding:0 10px 0 11px;}
#nav li li { float:none; }
/* hack for IE5.x and IE6 */
#nav li a li { float:left; }
#nav li a {
	display:block;
	float:left;
	font-size: 10px;
	color:#fff;
	height:25px;
	padding-right:8px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
	font-family: Verdana,Tahoma,Segoe,sans-serif; 
}
#nav li li a {
	height:20px;
	line-height:20px;
	float:none;}
#nav li:hover {
	position:relative;
	z-index:700;
	background:#fff;}
#nav a:hover {
	position:relative;
	z-index:300;
	text-decoration:underline;
	color:#b75;}
#nav :hover ul {
	left:0;
	top:22px;}
#nav :hover .mbr {left:-145px;}

/* hack for IE5.5 and IE6 */
#nav a:hover ul { left:-10px; }
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;}
/* show next level */
#nav li:hover li:hover > ul {
	left:-15px;
	margin-left:100%;
	top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;}
/* show path followed */
#nav li:hover > a {
	text-decoration:underline;
	color:#b75;}
/* IE5.x and IE6 flyouts*/
/* show next level */
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
	left:100%;
	top:-1px;}
/* keep further levels hidden */
#nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;}

#nav .text{
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;}

#nav .text:hover{
	font-weight:bold;
	color:#b75;
	line-height:20px;}

/* BOTTOM NAVIGATION */
#btmnav {
	width:100%;
	margin: 0 auto;
	padding: 0px;
	float: left;}
#btmnav_1 {
	width:960px;
	height: 135px;
	margin: 0 auto;
	float: none;
	padding-top:10px;
		/* background-color:#dadee7; */
	background: url(' /elements/frt-page/mbr-bg.png') 0 0 repeat;}
#btmnav_1 img {
	float:left;
	padding-right:20px;}
#btmnav_1 .btmenu {
	width:150px;
	float:left;
	padding-left:10px;}
#btmnav_1 a { font-size: 9px; color:#2F5596; line-height: 16px; }
#btmnav_1 .address {
	width:280px;
	font-size: 9px;
	float:right;
	text-align:right;
	padding-right:4px;}

