﻿#warp {
	width:200px;
	height:300px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.menu_master {
	margin-bottom:2px;
	cursor:pointer;
	font-weight:bold;
	color:#666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.menu_master img { vertical-align:middle; }
.sub_menu { display:none; }
.sub_menu ul, .sub_menu ul li {
    margin:0;
    padding:0;
    list-style:none;
}
.sub_menu ul li a {
	margin:0 0 3px 10px;
	padding:3px 0 2px 25px;
	display:block;
	height:18px;
	color:#666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(news.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eee;
}
