/* SAMenu1 */
#SAMenu1_2_3
{
	display: block;
	position: relative;
	margin-top: 110px;
	width: 970px;
	text-align: center;
	background: url(../img/SAMenu1.gif) left top repeat-x;
}
html>body #SAMenu1_2_3
{
	display: block;
	position: absolute;
	margin-top: 0;
	top: 110px;
	left: 0;
	text-align: center;
}

#SAMenu1
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	overflow: hidden;
	
}

#SAMenu1 li
{
	display: inline;
	float: left;
	line-height: 60px;
	/*width: 161px;*/
	width: 138px;
	overflow: hidden;
	background: url(../img/SAMenu1_li_narrow3.gif) left top no-repeat;
}

#SAMenu1 li.Selected, #SAMenu3 li.AtWay
{
	background: url(../img/SAMenu1_selected_li_narrow.gif) left top no-repeat;
}

#SAMenu1 a
{
	display: block;
	text-decoration: none;
	color: #145093;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 60px;
	/*width: 162px;*/
	width: 138px;
}

#SAMenu1 a.Selected, #SAMenu1 a.AtWay
{
	color: #c65368;
}


/* SAMenu2 */
#SAMenu2_3_0
{
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
	width: 235px;
	background: url(../img/colorblock3.gif) left bottom no-repeat #c55166;
}

#SAMenu2
{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#SAMenu2 li
{
	display: block;
	float: left;
	line-height: 29px;
	width: 235px;
	border-bottom: 1px solid #bf4057;
	background: url(../img/SAMenu2_li.gif) left top no-repeat;
}
#SAMenu2 li.Selected
{
	background: url(../img/SAMenu2_li_selected.gif) left top no-repeat #913143;
}
#SAMenu2 li.AtWay
{
	background: url(../img/SAMenu2_li_atway.gif) left top no-repeat Transparent;
}

#SAMenu2 a
{
	display: block;
	line-height: 29px;
	color: #efd7db;
	text-decoration: none;
	padding-left: 25px;
	width: 210px;
	text-transform: uppercase;
}
#SAMenu2 a:hover, #SAMenu2 a.Selected, #SAMenu2 a.AtWay {color: #fff;}


#SAMenu2 ul
{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	border-top: 1px solid #bf4057;
	height: auto;
}

#SAMenu2 ul li
{
	display: block;
	float: left;
	line-height: 29px;
	width: 235px;
	border-bottom: 1px solid #bf4057;
	background: url(../img/SAMenu2_li.gif) left top no-repeat #c55166;
}
#SAMenu2 ul li.Selected
{
	background: url(../img/SAMenu2_li_selected.gif) left top no-repeat #913143;
}
#SAMenu2 ul li.AtWay
{
	background: url(../img/SAMenu2_li_atway.gif) left top no-repeat #913143;
}

#SAMenu2 ul a
{
	display: block;
	line-height: 29px;
	color: #efd7db;
	text-decoration: none;
	padding-left: 40px;
	width: 210px;
	text-transform: none;
}
#SAMenu2 ul a:hover, #SAMenu2 ul a.Selected, #SAMenu2 ul a.AtWay {color: #fff;}


/* SAMenu3 - language menu */
#SAMenu3
{
	display: inline;
	margin: 0;
	padding: 0;
	width: 170px;
	list-style-type: none;
	font-size: 1em;
	float: left;
	text-transform: uppercase;
}

#SAMenu3 li
{
	display: inline;
	float: left;
	line-height: 40px;
	padding-left: 1px;
}

#SAMenu3 li.Selected, #SAMenu3 li.AtWay
{
	background: url(../img/SAMenu3_selected_li.gif) left top no-repeat;
}

#SAMenu3 a
{
	display: block;
	float: left;
	text-decoration: none;
	line-height: 40px;
	padding: 0 15px 0 15px;
	color: #145093;
}

#SAMenu3 a.Selected, #SAMenu3 a.AtWay
{
	color: #88b2df;
	background: url(../img/SAMenu3_selected_a.gif) right top no-repeat;
}
