/* SAMenu1 */
#SAMenu1_1_2
{
	display: block;
	position: relative;
	right: 10px;
	padding: 0;
	margin: 0;
	width: 300px;
	float: right;
}
html>body #SAMenu1_1_2 {height: auto; width: 315px; right: 10px;}

#SAMenu1 {
	position: relative;
	margin: 0; 
	padding: 0;
}

#SAMenu1 li {
	display: inline; 
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	margin: 0; 
	padding: 0 15px 0 15px;
	line-height: 30px;
	width: 100px;
    background: url(../img/topmenu_separator.gif) top right no-repeat Transparent;
	overflow: hidden;
	text-transform: uppercase;
}
html>body #SAMenu1 li {width: 75px;}

#SAMenu1 li a {
	display: block; 
	padding: 0; 
	margin: 0; 
	color: #616161;
    text-decoration: none; 
	overflow: visible;
}

#SAMenu1 li a:hover {
	text-decoration: underline; 
}

#SAMenu1 li a.Selected, #SAMenu1 li a.Selected:hover,
#SAMenu1 li a.AtWay, #SAMenu1 li a.AtWay:hover
{
    color: #616161;
    text-decoration: none;
}

#SAMenu1 li a.Selected:hover, #SAMenu1 li a.AtWay:hover
{
    text-decoration: underline;
}



/* SAMenu2 */
#SAMenu2_2_2 {
	display: block;
	position: relative;
	width: 210px;
	padding: 25px 20px 0 40px;
	margin: 0;
	min-height: 250px;
	height: 250px;
}
html>body #SAMenu2_2_2 {height: auto;}

#SAMenu2 {
	position: relative;
	margin: 0; 
	padding: 0; 
}

#SAMenu2 li {
	display: block; 
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin: 0; 
	padding: 0;
	width: 210px;
	line-height: 20px;
    background: url(../img/menuitem.gif) top left no-repeat Transparent;
	clear: both; 
	overflow: hidden;
	text-transform: uppercase;
}

#SAMenu2 li a {
	display: block; 
	padding: 0 0 0 20px; 
	width: 185px;
	margin: 0; 
	color: #0053c6;
    text-decoration: none; 
	overflow: visible;
}

#SAMenu2 li a:hover {
	text-decoration: underline; 
}

#SAMenu2 li.Selected, #SAMenu2 li.AtWay
{
	background: url(../img/menuitem_selected.gif) top left no-repeat Transparent;
}

#SAMenu2 li a.Selected, #SAMenu2 li a.Selected:hover,
#SAMenu2 li a.AtWay, #SAMenu2 li a.AtWay:hover
{
    color: #bf3767;
    text-decoration: none;
}

#SAMenu2 li a.Selected:hover, #SAMenu2 li a.AtWay:hover
{
    text-decoration: underline;
}

#SAMenu2 ul {
	list-style-type: square;
	position: relative;
	margin: 0; 
	padding: 0 0 0 10px; 
}

#SAMenu2 ul li 
{
	display: block; 
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 180px;
	line-height: 20px;
    background: url(../img/menuitem_square.gif) top left no-repeat Transparent;
	clear: both; 
	overflow: visible;
	text-transform: none;
}

#SAMenu2 ul li a {
	display: block;
	margin-left: 10px; 
	padding: 0 0 0 8px; 
	width: 169px;
	color: #0053c6;
    text-decoration: none; 
	overflow: visible;
}

#SAMenu2 ul li a:hover {
	text-decoration: underline; 
}

#SAMenu2 ul li.Selected, #SAMenu2 ul li.AtWay
{
    color: #bf3767;
    text-decoration: none;
    background: url(../img/menuitem_square_selected.gif) top left no-repeat Transparent;
}

#SAMenu2 ul li a.Selected, #SAMenu2 ul li a.Selected:hover,
#SAMenu2 ul li a.AtWay, #SAMenu2 ul li a.AtWay:hover
{
    color: #bf3767;
    text-decoration: none;
}

#SAMenu2 ul li a.Selected:hover, #SAMenu2 ul li a.AtWay:hover
{
    text-decoration: underline;
}


/* SAMenu2_Level3 */
#SAMenu2 ul ul {
	list-style-type: square;
	position: relative;
	margin: 0; 
	padding: 0; 
}

#SAMenu2 ul ul li 
{
	display: block; 
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0 20px;
	padding: 0;
	width: 170px;
	line-height: 20px;
    background: url(../img/menuitem_square.gif) top left no-repeat Transparent;
	clear: both; 
	overflow: visible;
}

#SAMenu2 ul ul li a {
	display: block;
	margin-left: 10px; 
	padding: 0 0 0 8px; 
	width: 150px;
	color: #0053c6;
    text-decoration: none; 
	overflow: visible;
}

#SAMenu2 ul ul li a:hover {
	text-decoration: underline; 
}

#SAMenu2 ul ul li.Selected, #SAMenu2 ul ul li.AtWay
{
    color: #bf3767;
    text-decoration: none;
    background: url(../img/menuitem_square_selected.gif) top left no-repeat Transparent;
}

#SAMenu2 ul ul li a.Selected, #SAMenu2 ul ul li a.Selected:hover,
#SAMenu2 ul ul li a.AtWay, #SAMenu2 ul ul li a.AtWay:hover
{
    color: #bf3767;
    text-decoration: none;
}

#SAMenu2 ul ul li a.Selected:hover, #SAMenu2 ul ul li a.AtWay:hover
{
	text-decoration: underline;	
}

#SAMenu2 ul ul ul {
    overflow: hidden;
}

#SAMenu2 ul ul ul li {
	float: left; 
	display: block; 
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	clear: both;
}

/* SAMenu3 */
#SAMenu3_2_3
{
	display: block;
	position: relative;
	left: 10px;
	padding: 0;
	margin: 30px 0 0 30px;
	width: 300px;
	float: left;
}

#SAMenu3
{
	padding: 0;
	margin: 0;
}