@charset "utf-8";

table.smenu{
	border-top:1px solid #ccddbd;
	border-left:1px solid #ccddbd;
	border-collapse:collapse;
	background-color:#ffffff;
	line-height: 150%;
	font-size: 12px;
	width: 160px;
}
.smenu th{
	color:#585858;
	background-color:#ccddbd;
	background-position:left top;
	text-align:center;
	height: 35px;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccddbd;
	border-bottom-color: #ccddbd;
}
.smenu td{
	border-right:1px solid #ccddbd;
	border-bottom:1px solid #ccddbd;
	padding:0.3em 1em;
	color: #585858;
}
.smenu   a  {
	text-decoration: none;
}
.smenu a:hover {
    color:#ff8c00;
    font-style:normal;
    text-decoration:underline;
}
