.base_top .menu{
	position: absolute;
	left: 10px;
	top: 336px;
	height: 53px;
}
.base_top .menu .item{
	float: left;
	padding : 12px 30px 10px 30px;
}
.base_top .menu .item .images{
	height: 15px;
	width: 23px;
}
.base_top .menu .item a{
	font: 700 8pt/16px Tahoma;
	color: #FFF;
}
.base_top .menu .dark{
	display: block;
	background: url(../img/orange_menu_bck.png) repeat-x;
}
.base_top .menu .dark a{
	color: #FFF;
}
.base_top .menu .item_sep{
	float: left;
	height: 53px;
	width: 5px;
	margin: 0px;
	padding: 0px;
	background: url(../img/menu_sep.png) no-repeat;
}
.base_top .menu .item_sep_dark_1{
	background: url(../img/menu_orange_sep_left.png) no-repeat;
}
.base_top .menu .item_sep_dark_2{
	background: url(../img/menu_orange_sep_right.png) no-repeat;
}
/**/
.transMenu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	overflow: hidden;
}
.transMenu .content 
{
	position: absolute
}
.transMenu .background 
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.transMenu .shadowright 
{
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	display: none;
}
.transMenu .shadowbottom {
	z-index: 1;
	position: absolute;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	display: none;
}
.transMenu .items {
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.transMenu .item {
	cursor: pointer;
	color: #ffffff;
	border-style: none;
	font: 100 10px tahoma, arial, sans-serif;
}
.transMenu .item td{
	color: #ffffff;
	font: 100 10px tahoma, arial, sans-serif;
	border-bottom: 1px solid #f4f4f4;
}
.transMenu .hover{
	color: #212121;
}
.transMenu .hover td{
	background: #f17231;
}
.transMenu .item img {
	margin-left: 10px
}
.transMenu .item#active {
	background: #744a24;
	color: #ffffff;
}
.transMenu .item#active:hover {
	background: #744a24;
	color: #ffffff;
}