.menu_top {
	margin:0px;
	padding:0px;
	border: none;
	border:0px solid black;
	width:220px;
  }


.menu_top a{
	display:block;
	border:0px solid red;
	text-decoration:none;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color:#000000;
	font-size: 15px;
	height:35px;
	margin:0px;
	padding: 7px 0 0 10px;
	width:170px;
  }

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

.menu_top .menu_link, .menu_top .menu_parent{
	border:0px solid lime;
	margin:0 0 5px 0; 
	padding:0px;
	height: 41px;
	background: url(/img/mbtn.png) top left no-repeat;
}

.menu_top .menu_childs{

	border:1px dotted #C0B98C;
	border-top:1px dotted #C0B98C;
	margin:-12px 0 5px 2px; 
	padding:0px;
	width:175px;
	background: none;
}

.menu_top .menu_childs div{
	border:none;
	height: 18px;
	margin:10px 0 0 3px; 
	padding:0 0 0 20px;
	background: none;
	background: url(/img/continue.gif) top left no-repeat;
}

.menu_top .menu_childs div a{
	border:0px solid red;
	padding:0px;
	margin:0px;
	font-size: 13px;
	width:100px;
	height:18px;
}

.menu_bottom{
	border: 0px solid lime;
	height:20px;
	padding:0px 10px 0px 10px;
	margin: 0px;
	color:#cccccc;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight:bold;
	font-size: 11px;
	text-align:left;
}

.menu_item:link{
	text-decoration:none;
	color:gray;
}

.menu_item:hover{
	text-decoration:underline;
	color:gray;
}

.menu_item:visited{
	text-decoration:none;
	color:gray;
}

