#MenuHeader {
	position: relative;
	display: block; 
	margin:  0;
	padding: 0;
	width: 236px; 
	height: 10px;
	/*background: url(../img/roundedbox_top.gif) no-repeat left bottom;*/
	/*background-color: #EDE4D9;*/
}

* html #MenuHeader {margin-top:-5px; height: 7px;}

#MenuBox {
	position: relative;
	display: block;
	margin:  0;
	padding: 0;
	width: 236px; 
	/*background: url(../img/roundedbox_mid.gif) repeat-x left top;*/
	/*background-color: #EDE4D9;*/
}

#MenuFooter {
	position: relative;
	display: block;
	clear: both;
	margin:  0;
	padding: 0;
	width: 236px; 
	height: 10px;
	/*background: url(../img/roundedbox_bot.gif) no-repeat left top;*/
	/*background-color: #EDE4D9;*/
}

* html #MenuFooter {height: 7px;}

#SAMenu1_1_0 {
	position: relative;
	float: left;
	display: block;
	width: 236px;
	margin: 0;
	padding: 0;
	/*background: url(../img/roundedbox_mid.gif) repeat-y left top;*/
	/*background-color: #EDE4D9;*/
	overflow: hidden;
}

#SAMenu1 {
	display: block;
	margin: 0 0 0 40px;
	padding: 0;
	width: 200px;
	list-style-type: none;
	list-style-image: none;
	background: transparent;
}

		
#SAMenu1 li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-image: none;

}

#SAMenu1 li a {
	display: block;
    	font-family: Times New Roman, Helvetica, Arial
	font-size: 12px;
        font-weight: bold;
       	text-decoration: none;
	padding: 3px 3px 3px 15px;
	margin: 0;
	width: 100%;
    	/*color: #000000;*/
	/*background: url(../img/menubullet.gif) no-repeat left center;*/
}

#SAMenu1 li a:hover, #SAMenu1 li a.Selected, #SAMenu1 li a.AtWay {
	/*color: #931214;*/
	/*background: url(../img/menubullet.gif) no-repeat left center;*/
}

#SAMenu1 ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	background: transparent;
}

#SAMenu1 ul li a, #SAMenu1 ul li a:hover {
    	font-family: Times New Roman, Helvetica, Arial
	font-size: 10px;
    	/*color: #000000;*/
    	font-weight: normal;
	background: transparent;
}

#SAMenu1 ul li a:hover, #SAMenu1 ul li a.Selected, #SAMenu1 ul li a.AtWay  {
	/*color: #931214;*/
	background: transparent;
}


