/****************************************************************************** SA-MENUT 1*/
#SAMenu1_1_1 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: 20px;
	width: 612px;
/*	background: url(../img/menubg.gif) top left repeat-x; */
}

#SAMenu1 {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	height: 20px;
	list-style-type: none;
	white-space: nowrap;
}

#SAMenu1 li {
	float: left;
	margin: 0;
	padding: 0;
}

#SAMenu1 li a {
	display: block;
	margin: 0;
	padding: 5px 25px 0 25px;
	line-height: 18px;
/*	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #434344; 
	text-decoration: none;
	background: url(../img/menuline.gif) right top repeat-y;
*/
}

/*
#SAMenu1 li a:hover {
	color: #434344;   
	font-weight: bold;
	text-decoration: underline;
}


#SAMenu1 li a.Selected, #SAMenu1 li a.AtWay, #SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay:hover {
	color: #F2222A;   
	text-decoration: none;
	background-color: #FFFFFF;
}
*/


/****************************************************************************** SA-MENUT 2*/
#SAMenu2_2_1 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	height: auto;
	width: 612px;
	background: url(../img/Greybar.gif) left bottom no-repeat;
/*	background-color: #FFFFFF;  */
}

#SAMenu2 {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	height: auto;
	list-style-type: none;
	white-space: nowrap;
	float: left;
	width: 612px;
}

#SAMenu2 li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

html>body #SAMenu2 li { margin: 0 0 0 15px;}

#SAMenu2 li a {
	display: block;
	margin: 0;
	padding: 0 5px 0 8px;
	line-height: 25px;
/*	font-family:  Arial,Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #F2222A; 
	text-decoration: none;
	background: url(../img/arrowred.gif) left center no-repeat;
*/
}

/*
#SAMenu2 li a:hover {
	color: #F2222A;  
	text-decoration: underline;
	background: url(../img/arrowred.gif) left center no-repeat;
}


#SAMenu2 li a.Selected, #SAMenu2 li a.AtWay, #SAMenu2 li a.Selected:hover, #SAMenu2 li a.AtWay:hover {
	color: #434344;  
	text-decoration: none;
	background: url(../img/arrowblack.gif) left center no-repeat;
}
*/









