#MenuBox {
	position: relative;
	/*float: left;*/
	margin: 0;
	padding: 10px 0 0 10px;
	width: 158px; 
	height: auto ! important;
	height: auto;
	background-color: #F4F4F6;
}

#MenuHeader {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 158px; 
	height: 22px;
}

#MenuFooter {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 158px; 
	height: 23px;
	background: url(../img/mnufooterbg.gif) no-repeat left top;
}


#SAMenu1_1_0 {
	position: relative;
	float: left;
	width: 158px;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;	
	overflow: hidden;
}

#SAMenu1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 158px;
	height: auto;
	list-style-type: none;
	list-style-image: none;
	border: 0;
	background: #F4F4F6;
}
		
#SAMenu1 li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}

#SAMenu1 li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 15px;
	display: block;
	margin: 0;
	/*width: 170px;*/
	color: #000000;
	text-decoration: none;
	/*background: #CBF1B4;*/
	border-bottom: 5px solid #F4F4F6;
	width: auto;
}

#SAMenu1 li a {
	display: block;
	text-decoration: none;
	background: url(../img/ul_li_bg.gif) repeat-y left top;
	width: auto;
}

#SAMenu1 li a:hover {
	display: block;
	background: url(../img/ul_li_bg.gif) repeat-y left top;
	width: auto;	
	color: gray;

}

#SAMenu1 .AtWay, #SAMenu1 .Selected {
	display: inline;
}

#SAMenu1 .AtWay a, #SAMenu1 .Selected a {
	display: block;
	width: auto;
	color: #6A6B80;
	background: #FFCE00;
	border-bottom: 5px solid #F4F4F6; /*************/
}

#SAMenu1 .AtWay a:hover, #SAMenu1 .Selected a:hover {
	display: block;
	width: auto;
	color: #6A6B80;
	background: #FFCE00;
	border-bottom: 5px solid #F4F4F6; /*************/
}

#SAMenu1 .AtWay ul, #SAMenu1 .Selected ul {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	border: 0;
}

#SAMenu1 .AtWay ul li a, #SAMenu1 .Selected ul li a	 {
	display: block;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0px 2px 16px;
	color: #6A6B80;
	border: 0;
	background: transparent;
	background: url(../img/mnupointer.gif) no-repeat 8px 5px;
	border: 0;
}

#SAMenu1 .AtWay ul li a:hover, #SAMenu1 .Selected ul li a:hover {
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	background: url(../img/mnupointer.gif) no-repeat 8px 5px;
	border: 0;
}

#SAMenu1 .AtWay ul li, #SAMenu1 .Selected ul li {
	display: block;
	background: transparent;
}

#SAMenu1 .AtWay ul li.Selected a, #SAMenu1 .Selected ul li.Selected a {
	display: block;
	font-weight: normal;
	color: #000000;
	border: 0;
	width: auto;
}

#SAMenu1 .AtWay ul li.Selected a:hover, #SAMenu1 .AtWay ul li.Selected a:hover {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

/* 3 Taso */

#SAMenu1 .AtWay ul li.Selected ul li a, #SAMenu1 .Selected ul li.Selected ul li a {
	display: block;
	font-weight: normal;
	color: #6A6B80;
	border: 0;
	width: 100%;
	background: transparent;
}

#SAMenu1 .AtWay ul li.Selected ul li a:hover, #SAMenu1 .Selected ul li.Selected ul li a:hover {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	width: 100%;
	background: transparent;
}


#SAMenu1 .AtWay ul li.AtWay a.AtWay {
	color: #000000;
}

#SAMenu1 .AtWay ul li.AtWay ul li a {
	display: block;
	font-weight: normal;
	/*color: #000000;*/
	border: 0;
	width: 100%;
	background: transparent;
}

#SAMenu1 .AtWay ul li.Atway ul li a:hover {
	display: block;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	color: #000000;
	width: 100%;
	background: transparent;
}


