/****************************************************************************** MENUT */
#SAMenu1_1_1 {
	position: relative;
	clear: both;
	margin: 0;
	padding:0;
	width: 600px;
	display: block;
/*	background-color: #AA3837;   */
}

#SAMenu1 {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: 600px;
	height: 25px;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
/*	background-color: #AA3837;   */
}

#SAMenu1 li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;	
/*	font-weight: bold; */
}

#SAMenu1 li a {
	display: block;
	margin: 0;
	padding: 6px 20px 7px 10px;
/*	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
*/
}

#SAMenu1 li a:hover {
	margin: 0;
	padding:6px 20px 7px 10px;
/*	text-decoration: underline;  */
}


/*
#SAMenu1 li a.Selected, #SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay, #SAMenu1 li a.AtWay:hover{
	color: #AA3837;
	background-color: #FFFFFF;
	text-decoration: none;
}
*/

/************************************************************************** SA-MENUT2 */


#SAMenu2_2_1 {
	position: relative;
	/*float: left;*/
	margin: 0;
	padding:0;
	height: 51px;
	width: 780px;
	display: block;
	/*background-color: blue;*/
	/*border: solid 1px black;*/
	background: url(../img/menu_bg.gif) 0 0 no-repeat;	
	clear:both;
	/*background-color: transparent;
	border-bottom: 1px solid #AA3837;*/	

}

#SAMenu2 
{
    display: inline;
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	text-transform: uppercase;	
	font-size: 11px;	
}

#SAMenu2 li {
	float: left;
	display: inline;
	margin: 0;
	/*background-color: green;*/
	height: 21px;
	/*border: solid 1px blue;*/
	/*padding: 10px 0 0 0;*/
	width: auto;
}
* html #SAMenu2 li
{
    width: 50px;
}
#SAMenu2 li a {
	display: block;
	padding: 30px 10px 0 10px;
	margin: 0;
	color: #EEDFE0;
	text-decoration: none;
/*	font-size: 12px;
	font-weight: normal;
	color: #AA3837; 
	text-decoration: none;
	background: url(../img/box.gif) 1px 3px no-repeat;
*/
}

#SAMenu2 li a:hover {
	display: block;
	padding: 30px 10px 0 10px;
	margin: 0;
	height: 20px;
	/*border: dashed 1px yellow;*/
	color: #F5B84D;
	background: url(../img/menu_highlight_bg.gif) 0  0 repeat-x;
	width: auto;
	overflow: hidden;
/*	text-decoration: underline;  */
}

#SAMenu2 li a.Selected, #SAMenu2 li a.Selected:hover #SAMenu2 li .AtWay{
	display: block;
	padding: 30px 10px 0 10px;
	height: 20px;	
	margin: 0;
	background: url(../img/menu_highlight_bg.gif) 0 0 repeat-x;
	width: auto;
	overflow: hidden;
/*	text-decoration: underline; */
}


/************************************************************************** SA-MENUT2 */


#SAMenu3_3_1 {
	position: relative;
	/*float: left;*/
	margin: 0;
	margin-bottom: 10px;
	padding:0;	
	height: 26px;
	width: 770px;
	display: block;
	/*background-color: blue;*/
	/*border: solid 1px black;*/
	background: url(../img/menu3_bg.gif) 0 0 no-repeat;	
	clear:both;
	/*border: solid 1px yellow;*/
/*	background-color: transparent;*/
	/*border-bottom: 1px solid #AA3837;*/

}

#SAMenu3 
{
    display: inline;
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	text-transform: uppercase;	
	font-size: 11px;	
}

#SAMenu3 li {
	float: left;
	display: inline;
	margin: 0;
	width: auto;
	/*background-color: green;*/
	height: 26px;
	/*border: solid 1px blue;*/
	/*padding: 10px 0 0 0;*/

}

* html #SAMenu3 li
{
    width: 50px;
    height: 20px;
    padding: 0;
    margin: 0;
    /*border: solid 1px yellow;*/
}

#SAMenu3 li a {
	display: block;
	/*padding: 30px 10px 0 10px;*/
	height: 26px;
	padding: 5px 5px 0px 5px;	
	margin: 0;
	color: #EEDFE0;
	text-decoration: none;
/*	font-size: 12px;
	font-weight: normal;
	color: #AA3837; 
	text-decoration: none;
	background: url(../img/box.gif) 1px 3px no-repeat;
*/
}

#SAMenu3 li a:hover {
	display: block;
	/*padding: 30px 10px 0 10px;*/
	padding: 5px 5px 0px 5px;	
	margin: 0;
	height: 26px;
	/*border: dashed 1px yellow;*/
	color: #F5B84D;
	/*background: url(../img/menu_highlight_bg.gif) 0  0 repeat-x;*/
/*	text-decoration: underline;  */
/*border: solid 1px red;*/
}

#SAMenu3 li a.Selected, #SAMenu3 li a.Selected:hover {
	display: block;
	/*padding: 30px 10px 0 10px;*/
	padding: 5px 5px 0px 5px;	
	height: 26px;
	margin: 0;
	color: #F5B84D;
	/*background: url(../img/menu_highlight_bg.gif) 0 0 repeat-x;*/
    /*	text-decoration: underline; */
    /*border: solid 1px blue;*/
    overflow: hidden;
}