/* ==== TOP MENU === */
.menu_top {
	position: relative;
	top:10px;
	left: 10px;
	margin: 0px;
	border: none;
	border-bottom: 2px solid #FFDB00;
	width:780px;
	height:20px;
	padding:0px;
	background: url(/img/mbck.jpg) top left no-repeat;
}


.menu_top a{
	border:0px solid blue;
	text-decoration:none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	background: transparent url(../img/ms.jpg) no-repeat right top;
	margin:0px;
	color: #000000;
}

.menu_top a:hover {
	color:#FFDB00;
	text-decoration:underline;
}

.menu_top .menu_link, .menu_top .menu_parent{
	border:0px solid lime;
	float:left;
	margin:0 20 0 20px; 
	padding: 2 0px;
}

.menu_top .menu_childs{

	border:none;
	margin:0 0 0 10px; 
	padding:0 0 0 0px;
	background: none;
}

.menu_top .menu_childs a{
	border:0px solid red;
	padding:0 0 0 10px;
	margin:0px;
	font-size: 15px;
}




.menu_item {
  color:#000000;
  text-decoration:none;
  font-size: 12px;
  font-weight: normal;

  }