#CONTAINER_menu{
	margin: 0 0 0 35px;
}
.MENU_seltec{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: normal;
	position: relative;
}
.MENU_seltec ul{
	font-weight: normal;
}
.MENU_seltec li{
	background-color: #C0272D;
	background-image: url(../../images/spacer.gif);
	background-position: 10px 22px;
	background-repeat: no-repeat;
 	width: 190px;
}
.MENU_seltec ul li{
	background-color: #C0272D;
	background-image: none;
	text-align: right;
}
.MENU_seltec a{
	color: #FFFFFF;
	cursor: pointer;
	line-height: 18px;
	padding: 2px 2px 3px 18px;
	text-decoration: none;
}
.MENU_seltec ul a {
 	border: none;
	padding: 2px 2px 3px 32px;
}
.MENU_seltec li.hover{
	background-color: #C0272D;
	background-image: url(../../images/spacer_hover.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	color: #00CC66;
}
.MENU_seltec ul li.hover{
	background-image: url(../../images/arrow.gif);
	background-position: 15px 8px;
}
#menu_top_fix{
	background-image: url(../../images/BORDER_top.png);
	height: 20px;
	left: 0px;
	position: relative;
	top: 0px;
}
#menu_bottom{

}
div#menu{
	clear: both;
}
div#menu br{
	clear: both;
}
div#menu ul{
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#menu li{
	clear: both;
	display: block;
	float: left;
	list-style-type: none;
    position: relative;
	text-align: left;
}
div#menu li img{
	border: none;
}
div#menu a{
	clear: both;
	display: block;
	float: none;
	margin: 0px;
}
div#menu ul li ul{
	clear: both;
	display: block;
	margin: 0;
	position: static;
	visibility: visible;
}
div#menu ul li ul li ul{
	display: none;
}
div#menu ul li ul li{
	clear: both;
}
div#menu ul li ul li a{
	clear: both;
}