@charset "utf-8";
.menu-conteiner .content_menu .submenu-header .submenu-text {
	color:#FFCC00;
	padding:10px;
	float:left;
	padding-right:5px;
	width:145px;
	padding-top:0px;
	margin-top:0px;
	line-height:16px;
}

#menu-content{
	position:relative;
	height: 105px;
	width: 461px;
}
.sub_menu {
	width:auto;
	position:relative;
	text-transform:uppercase;
	font-size:12px;
	clear:both;
	margin-top:10px;
	height:100px;
	display:compact;
}
.sub_menu ul {
	padding:0px;
	height:auto;
	margin:0px;
	display:block;
	width:100%;
	list-style-type: none;
	font-weight:bold;
	margin-top:15px;
	background-image:url(../images/sub_menu__bck.png);
	background-repeat:repeat-y;
	background-position:center;
}
.sub_menu ul li{
	float:left;
	width:33%;
	text-align:left;
	color:#000000;
	/*padding: 5px;*/
	position:relative;
	height:20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top:3px;
}
.sub_menu ul li a{
	color:#8a8c8f;
	text-decoration:none;
	padding:2px;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	width:142px;
	/*border: 1px solid #000000;*/
}
.sub_menu ul li a:hover{
	/*color:#ac8822;*/
	color:#FFCC00;
	text-decoration:none;
	background-color:#333333;
	width:142px;
}
.menu-text{
	/*display:none;*/
	color:#000000;
	position:absolute;
	height:130px;
	top:349px;
	left: 30%;
	visibility: hidden;
}
.menu-text h2 {
	padding:0px;
	margin:0px;
}
.menu-text ul{
	padding:0px;
	margin:0px;
	padding-left:35px;
	padding-top:10px;
}
