FlashMenuHolder1 {
	position: absolute;
	display:block;
	padding:0;
	margin: 0;
	width:930px;
	height:73px;
	top: 0;
	left: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
}


#SAMenu1Holder {
	position: absolute;
	display:block;
	padding:0;
	margin: 0;
	width:799px;
	height:73px;
	top: 0px;
	left: 131px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
}

#SAMenu1 {
	position: relative;
	display:block;
	padding: 0;
	margin: 0;
	list-style:none;
	width:auto;
	height:73px;
	width:799px;
	float: left;
}

#SAMenu1:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}
		
#SAMenu1 li {	
	list-style:none;
	display:inline;
	float:left;
	padding:0;
	margin:0;
	height:73px;
	text-align: left;
	background: url(../img/menu1_line.gif) no-repeat right center;
}

#SAMenu1 li a {	
	display: block;
	position: relative;
	text-decoration:none;
	color: #6E6C65; 
	font-size:13px;
	margin:0;
	padding:0 25px 0 25px;
	height: 73px;
	line-height: 73px;
	font-family: Arial, Verdana;
	text-transform: uppercase;
}

* html #SAMenu1 li a {float:left;}

#SAMenu1 li a:hover  {color:#112558;}


/********************************************************************/
#SAMenu2Holder {
	position: absolute;
	display:block;
	padding:0;
	margin: 0;
	width:799px;
	height:30px;
	top: 73px;
	left: 131px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #B8B2A2;
}

#SAMenu2 {
	position: relative;
	display:block;
	padding: 0;
	margin: 0;
	list-style:none;
	width:auto;
	height:30px;
	width:799px;
	float: left;
}

#SAMenu2:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}
		
#SAMenu2 li {	
	list-style:none;
	display:inline;
	float:left;
	padding:0;
	margin:0;
	height:30px;
	text-align: left;
}

#SAMenu2 li a {	
	display: block;
	position: relative;
	text-decoration:none;
	color: #fff; 
	font-size:12px;
	margin:0;
	padding:0 10px 0 10px;
	height: 30px;
	line-height: 30px;
	font-family: Trebuchet MS, Arial, Verdana;
}

* html #SAMenu2 li a {float:left;}

#SAMenu2 li a:hover,#SAMenu2 li a.AtWay,#SAMenu2 li a.Selected  {background:#958F81;}



/*******************************************/

#FooterMenuHolder {
	position: relative;
	display:block;
	padding:0;
	margin: 0;
	width:650px;
	height: 46px;
	line-height: 46px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#FooterMenuHolder ul {
	position: relative;
	display:block;
	padding: 0;
	margin: 0;
	list-style:none;
	width:650px;
	height: 46px;
	line-height: 46px;
	float: left;
}

#FooterMenuHolder ul:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}
		
#FooterMenuHolder ul li {	
	list-style:none;
	display:inline;
	float:left;
	padding:0 10px 0 10px;
	margin:0;
	height: 46px;
	line-height: 46px;
	text-align: left;
	background: url(../img/FooterMenuSeparator.gif) no-repeat right center;
}

#FooterMenuHolder ul li a {	
	display: block;
	position: relative;
	text-decoration:none;
	color: #6E6C65; 
	font-size:11px;
	margin:0;
	padding:0;
	height: 46px;
	line-height: 46px;
}

* html #FooterMenuHolder ul li a {float:left;}


.FooterWindowLink {
	padding: 0 0 0 10px!important;
	background: url(../img/footer_window.gif) no-repeat 0 20px;	
}