
div#menu_main {
	background: url("../img/menu_line.gif") no-repeat right 27px;
	/*margin-left: 40px; */
	width: 110px;
	/*height: 67px;*/
	float: left;
	position: relative;	
}
div#menu_company {
	background: url("../img/menu_line.gif") no-repeat right 27px;
	width: 115px;
	/*height: 67px;*/
	float: left;
	position: relative;
}
div#menu_mag {
	background: url("../img/menu_line.gif") no-repeat right 27px;
	width: 165px;
	/*height: 67px;*/
	float: left;
	position: relative;
}
div#menu_service {
	/*background: url("../img/menu_line.gif") no-repeat right bottom;*/
	width: 110px;
	/*height: 67px;*/
	float: left;
	position: relative;
}
a.top_menu_mag {
	background: url("../img/lantern_off.gif") no-repeat 0px 1px;
	float: left;
	width: 145px;
	height: 27px;
	padding: 40px 0px 0px 25px;
	/*border: 1px red solid;	*/
	
}
a.top_menu_mag:hover { background: url("../img/lantern_on.gif") no-repeat 0px 1px; }
a.top_menu {
	background: url("../img/lantern_off.gif") no-repeat 0px 1px;
	float: left;
	width: 85px;
	height: 27px;
	padding: 40px 0px 0px 25px;
	/*border: 1px red solid;	*/
	
}
a.top_menu:hover { background: url("../img/lantern_on.gif") no-repeat 0px 1px; }




div#menu_company ul, div#menu_service ul, div#menu_main ul, div#menu_mag ul {
	padding: 0;
	margin: 0;
	/*padding-top: 9px;*/
	list-style: none;
	position: absolute;
	display: none;
	top: 66px;
	left: -5px;
	z-index: auto;
	background: #beb18c;
	height : auto;
	/*border: 1px solid #322f25;
	overflow: hidden;
	visibility : visible;*/
}

#sub_mag li a, #sub_company li a, #sub_service li a {
	color: #322f25;
	font-weight: normal;
	line-height: 17px;
	padding: 3px 18px 3px 18px;	
	display: block;	
	height: 17px;
	width: 135px;
	border-bottom: 1px solid #322f25;
	text-decoration: none;	
	font-weight: bold;
}

#sub_mag li a:hover, #sub_company li a:hover, #sub_service li a:hover {
	color: #ffffff;
	background: #322f25;
}
