@charset "utf-8";
/*\*/
@import "reset.css";
@import "common.css";



#whatsnew {
width:770px;
text-align:left;
padding:10px 0;
margin-left: 15px;
}

#whatsnew ul.submenu {
margin-bottom:15px;
}

#whatsnew ul.submenu li {
	display:inline;
	margin-right:5px;
	padding-right:5px;
	border-right:1px #333 solid;
	font-weight:bold;
	color: #837a5d;
}

#whatsnew ul.submenu li a{
	background-color:#000;
	padding:3px 5px;
	font-weight:normal;

}

#whatsnew ul.left {
float:left;
}

#whatsnew ul.right {
float:right;
}

#list {
clear:both;
width:700px;
margin: 15px 0 15px 25px;
}

#list dl dd {
background:url(../img/common/hrx.gif) bottom repeat-x;
margin-bottom:5px;
padding-bottom:5px;
}

#list dl dd a {
display:block;
padding:5px;
}

#list dl dd a:hover {
background-color:#f3efe7;
}
